File:Rank-nullity.svg

Summary

Description
English: A visual representation of the rank-nullity theorem.
Date
Source Own work
Author ARAKI Satoru
 W3C-validity not checked.
Category:Unchecked SVG validity
\documentclass{standalone}
\usepackage{tikz, amsmath}
\usetikzlibrary{arrows.meta}

\DeclareMathOperator{\im}{im}

\begin{document}
\begin{tikzpicture}
[
map/.style={->, shorten <=7pt, shorten >=7pt, -{>[scale=1.5]}},
index/.style={color=black!50, dashed, shorten <=2pt, shorten >=2pt},
]

\node (V)     at (2, 6) {\( V \)};
\node (kerT)  at (2, 2) {\( \ker T \)};
\node (zero1) at (2, 0) {\( 0 \)};

\node (dim)   at (0, 3) {\( \dim V \)};
\node (null)  at (1, 1) {\( \dim\ker T \)};

\node (W)     at (6, 8) {\( W \)};
\node (imT)   at (6, 4) {\( \im T \)};
\node (zero2) at (6, 0) {\( 0 \)};

\node (rank)  at (7, 2) {\( \dim\im T \)};

\draw (V)     -- (kerT);
\draw (kerT)  -- (zero1);

\draw (W)     -- (imT);
\draw (imT)   -- (zero2);

\draw (V)     -- (imT)   [map];
\draw (kerT)  -- (zero2) [map];
\draw (zero1) -- (zero2) [map];

\draw [index] (V)    .. controls (0, 6) .. (dim);
\draw [index] (dim)  .. controls (0, 0) .. (zero1);
\draw [index] (kerT) .. controls (1, 2) .. (null);
\draw [index] (null) .. controls (1, 0) .. (zero1);
\draw [index] (imT)  .. controls (7, 4) .. (rank);
\draw [index] (rank) .. controls (7, 0) .. (zero2);
\end{tikzpicture}
\end{document}

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Category:CC-BY-SA-4.0#Rank-nullity.svg
Category:Self-published work Category:Linear algebra Category:TikZ graphics
Category:CC-BY-SA-4.0 Category:Linear algebra Category:Self-published work Category:TikZ graphics Category:Unchecked SVG validity