commutative-diagram-2.tex 452 B

123456789101112131415
  1. \begin{tikzpicture}
  2. \node (Z) at (0,0) {$Z$};
  3. \node (Y) at (3,0) {$Y$};
  4. \node (X) at (1.5,-1.5) {$X$};
  5. \draw[->, above, dashed] (Z) to node {$\tilde{f}$} (Y);
  6. \draw[->, below] (Z) to node {$f$} (X);
  7. \draw[->, right] (Y) to node {$p$} (X);
  8. \begin{scope}[xshift=1.3cm,yshift=-0.6cm]
  9. \draw (0,0) -- (0.3,0.3);
  10. \draw (0.1,0) -- (0.4,0.3);
  11. \draw (0.2,0) -- (0.5,0.3);
  12. \end{scope}
  13. \end{tikzpicture}