aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/slides/3/idealverband.tex
blob: 3434868472656cfaf95b39c7597e9ac48298c978 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
%
% idealverband.tex
%
% (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
%
\begin{frame}[t]
\frametitle{Idealverband}
\begin{center}
\begin{tikzpicture}[>=latex,thick]
\node at (0,0) {$\mathbb{Z}$};

\uncover<2->{
\node at (-6,-2) {$2\mathbb{Z}$};
\node at (-2,-2) {$3\mathbb{Z}$};
\node at (2,-2) {$5\mathbb{Z}$};
\node at (6,-2) {$7\mathbb{Z}$};
\node at (7,-2) {$\dots$};
}

\uncover<3->{
\node at (-4,-4) {$6\mathbb{Z}$};
\node at (-2,-4) {$10\mathbb{Z}$};
\node at (0,-4) {$15\mathbb{Z}$};
\node at (2,-4) {$21\mathbb{Z}$};
\node at (4,-4) {$35\mathbb{Z}$};
\node at (6,-4) {$\dots$};
}

\uncover<4->{
\node at (-2,-6) {$30\mathbb{Z}$};
\node at (0,-6) {$70\mathbb{Z}$};
\node at (2,-6) {$105\mathbb{Z}$};
}

\uncover<5->{
	\node at (-5,-6) {$\dots$};
	\node at (5,-6) {$\dots$};
}

\uncover<2->{
\draw[shorten >= 0.4cm, shorten <=0.4cm] (0,0) -- (-6,-2);
\draw[shorten >= 0.4cm, shorten <=0.4cm] (0,0) -- (-2,-2);
\draw[shorten >= 0.4cm, shorten <=0.4cm] (0,0) -- (2,-2);
\draw[shorten >= 0.4cm, shorten <=0.4cm] (0,0) -- (6,-2);
}

\uncover<3->{
\draw[shorten >= 0.4cm, shorten <=0.4cm] (-6,-2) -- (-4,-4);
\draw[shorten >= 0.4cm, shorten <=0.4cm] (-6,-2) -- (-2,-4);

\draw[shorten >= 0.4cm, shorten <=0.4cm] (-2,-2) -- (-4,-4);
\draw[shorten >= 0.4cm, shorten <=0.4cm] (-2,-2) -- (0,-4);
\draw[shorten >= 0.4cm, shorten <=0.4cm] (-2,-2) -- (2,-4);

\draw[shorten >= 0.4cm, shorten <=0.4cm] (2,-2) -- (-2,-4);
\draw[shorten >= 0.4cm, shorten <=0.4cm] (2,-2) -- (0,-4);
\draw[shorten >= 0.4cm, shorten <=0.4cm] (2,-2) -- (4,-4);

\draw[shorten >= 0.4cm, shorten <=0.4cm] (6,-2) -- (2,-4);
\draw[shorten >= 0.4cm, shorten <=0.4cm] (6,-2) -- (4,-4);
}

\uncover<4->{
\draw[shorten >= 0.4cm, shorten <=0.4cm] (-2,-6) -- (-4,-4);
\draw[shorten >= 0.4cm, shorten <=0.4cm] (-2,-6) -- (-2,-4);
\draw[shorten >= 0.4cm, shorten <=0.4cm] (-2,-6) -- (0,-4);

\draw[shorten >= 0.4cm, shorten <=0.4cm] (0,-6) -- (-2,-4);
\draw[shorten >= 0.4cm, shorten <=0.4cm] (0,-6) -- (4,-4);

\draw[shorten >= 0.4cm, shorten <=0.4cm] (2,-6) -- (0,-4);
\draw[shorten >= 0.4cm, shorten <=0.4cm] (2,-6) -- (2,-4);
\draw[shorten >= 0.4cm, shorten <=0.4cm] (2,-6) -- (4,-4);
}

\end{tikzpicture}
\end{center}
\end{frame}