Skip to content

Commit 0e6632e

Browse files
committed
xy to tikz: triangle in sec 5.2.1
The style is slightly different, but now we have a real equilateral triangle.
1 parent 150db59 commit 0e6632e

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

subgroups.tex

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,17 @@ \subsection{Subgroups as monomorphisms}
5959
\label{ex:sigma2inSigma3}
6060
\marginnote{
6161
That $i:\Sigma_2\to\Sigma_3$ is a monomorphism can visualized as follows: if $\Sigma_3$ represent all symmetries of an equilateral triangle in the plane (with vertices $1$, $2$, $3$), then $i$ is represented by the inclusion of the symmetries leaving $3$ fixed; \ie reflection through the line marked with dots in the picture.
62-
$$\xymatrix{&3\ar@{.}[dd]&\\&&\\
63-
1\ar@{-}[uur]\ar@{-}[rr]&&2\ar@{-}[uul]}$$}
62+
\[
63+
\begin{tikzpicture}[scale=1.5]
64+
\path (0:0) node (one) {$1$}
65+
(0:2) node (two) {$2$}
66+
(60:2) node (three) {$3$};
67+
\draw (one) -- (two);
68+
\draw (two) -- (three);
69+
\draw (three) -- (one);
70+
\draw[dotted] (three) -- (0:1);
71+
\end{tikzpicture}
72+
\]}
6473
Consider the homomorphism $i:\Sigma_2\to\Sigma_3$ of permutation groups corresponding to sending $A:\BSG_2\defequi \FinSet_2$ to $A+\bn1:\BSG_3$.
6574
%This is a monomorphism since $\US i:\USym\Sigma_2\to\USym\Sigma_3$ is an injection.
6675
\end{example}

0 commit comments

Comments
 (0)