Kapitel3.tex 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. % Mitschrieb vom 03.12.2013 %
  3. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4. \chapter{Fundamentalgruppe und Überlagerungen}
  5. \section{Homotopie von Wegen}
  6. \begin{figure}[ht]
  7. \centering
  8. \subfloat[$\gamma_1$ und $\gamma_2$ sind homotop, da man sie
  9. \enquote{zueinander verschieben} kann.]{
  10. \input{figures/topology-homotop-paths.tex}
  11. \label{fig:homotope-wege-anschaulich}
  12. }\hspace{1em}%
  13. \subfloat[$\gamma_1$ und $\gamma_2$ sind wegen dem Hindernis nicht homotop.]{
  14. \input{figures/topology-non-homotop-paths.tex}
  15. \label{fig:nicht-homotope-wege-anschaulich}
  16. }
  17. \label{Formen}
  18. \caption{Beispiele für Wege $\gamma_1$ und $\gamma_2$}
  19. \end{figure}
  20. \begin{definition}
  21. Sei $X$ ein topologischer Raum, $a, b \in X$,
  22. $\gamma_1, \gamma_2: [0,1] \rightarrow X$ Wege von $a$ nach $b$,
  23. d.~h. $\gamma_1(0) = \gamma_2(0) = a$, $\gamma_1(1) = \gamma_2(1) = b$
  24. \begin{enumerate}[label=\alph*)]
  25. \item $\gamma_1$ und $\gamma_2$ heißen \textbf{homotop}\xindex{homotop}
  26. ($\gamma_1 \sim \gamma_2$), wenn es eine stetige Abbildung
  27. \[H(t,0) = \gamma_1(t), H(t,1) = \gamma_2(t) \;\;\; \forall t \in [0,1] =: I \]
  28. und $H(0,s) = a$ und $H(1,s) = b$ für alle $s \in I$ gibt.
  29. $H$ heißt \textbf{Homotopie}\xindex{Homotopie} zwischen
  30. $\gamma_1$ und $\gamma_2$.
  31. \item $\gamma_s: I \rightarrow X, \gamma_s(t) = H(t,s)$ ist
  32. Weg in $X$ von $a$ nach $b$ für jedes $s \in I$.
  33. \end{enumerate}
  34. \end{definition}
  35. \begin{korollar}
  36. \enquote{Homotop} ist eine Äquivalenzrelation auf der Menge aller
  37. Wege in $X$ von $a$ nach $b$.
  38. \end{korollar}
  39. \begin{beweis}\leavevmode
  40. \begin{itemize}
  41. \item reflexiv: $H(t,s) = \gamma(t)$ für alle $t,s \in I \times I$
  42. \item symmetrisch: $H'(t,s) = H(t,1-s)$ für alle $t,s \in I \times I$
  43. \item transitiv: Seien $H'$ bzw. $H''$ Homotopien von $\gamma_1$
  44. nach $\gamma_2$ bzw. von $\gamma_2$ nach $\gamma_3$.
  45. Dann sei $H(t,s) := \begin{cases}
  46. H'(t, 2s) &\text{falls } 0 \leq s \leq \frac{1}{2}\\
  47. H''(t, 2s-1) &\text{falls } \frac{1}{2} \leq s \leq 1\end{cases}$
  48. $\Rightarrow$ $H$ ist stetig und Homotopie von $\gamma_1$ nach
  49. $\gamma_2$
  50. \end{itemize}
  51. $\qed$
  52. \end{beweis}
  53. \begin{beispiel}
  54. \begin{enumerate}[label=\arabic*)]
  55. \item Sei $X = S^1$. $\gamma_1$ und $\gamma_2$ aus
  56. Abb.~\ref{fig:circle-two-paths} nicht homöotop.
  57. \begin{figure}
  58. \centering
  59. \input{figures/topology-circle-two-paths.tex}
  60. \caption{Kreis mit zwei Wegen}
  61. \label{fig:circle-two-paths}
  62. \end{figure}
  63. \item Sei $X = T^2$. $\gamma_1, \gamma_2$ und $\gamma_3$
  64. aus Abb.~\ref{fig:torus-three-paths} sind paarweise
  65. nicht homöotop.
  66. \begin{figure}
  67. \centering
  68. \input{figures/todo.tex}
  69. \caption{Torus mit drei Wegen}
  70. \label{fig:torus-three-paths}
  71. \end{figure}
  72. \item Sei $X = \mdr^2$ und $a=b=(0,0)$.
  73. Je zwei Wege im $\mdr^2$ mit Anfangs- und Enpunkt $(0,0)$
  74. sind homöotop.
  75. \begin{figure}
  76. \centering
  77. \input{figures/topology-paths-in-r2.tex}
  78. \caption{Zwei Wege im $\mdr^2$ mit Anfangs- und Enpunkt $(0,0)$}
  79. \label{fig:torus-three-paths}
  80. \end{figure}
  81. Sei $\gamma_0: I \rightarrow \mdr^2$ der konstante Weg
  82. $\gamma_0(t) = 0 \; \forall t \in I$. Sei
  83. $\gamma(0) = \gamma(1) = 0$.
  84. $H(t,s) := (1-s) \gamma(t)$ ist stetig,
  85. $H(t,0) = \gamma(t)\; \forall t \in I$ und
  86. $H(t,1) = 0 \; \forall t \in I$
  87. \end{enumerate}
  88. \end{beispiel}
  89. % Die Übungsaufgaben sollen ganz am Ende des Kapitels sein.
  90. \input{Kapitel3-UB}