A commutative diagram is a diagram in the form of a directed graph,
where each edge represents a Morphism,
and each node represents an Object
such that for any nodes
Example
\usepackage{tikz-cd}
\begin{document}
\begin{tikzcd}
A \arrow[r,"f_{1}"] \arrow[d,"g_{1}"]
& B \arrow[d,"f_{2}"] \\
C \arrow[r,"g_{2}"]
& D
\end{tikzcd}
\end{document}This diagram is commutative if and only if
Example
\usepackage{tikz-cd}
\begin{document}
\begin{tikzcd}
A \arrow[rr, "f"]
&& B \arrow[dl, "g"]\\
& C \arrow[ul, "h"]
\end{tikzcd}
\end{document}This diagram is commutative if and only if