Преглед на файлове

Aufgabe aus Tutorium hinzugefügt

Martin Thoma преди 11 години
родител
ревизия
3b2a39dc6e
променени са 4 файла, в които са добавени 39 реда и са изтрити 0 реда
  1. 1 0
      documents/GeoTopo/Arbeitszeit.md
  2. BIN
      documents/GeoTopo/GeoTopo.pdf
  3. 10 0
      documents/GeoTopo/Kapitel4-UB.tex
  4. 28 0
      documents/GeoTopo/Loesungen.tex

+ 1 - 0
documents/GeoTopo/Arbeitszeit.md

@@ -45,3 +45,4 @@ in dem Erstellen dieses Skripts steckt:
 |24.01.2014 | 15:00 - 15:15 | Flag um Dokument in A4 (für den Bildschirm) bzw. A5 (zum drucken und binden)
 |24.01.2014 | 23:00 - 00:15 | Digitalisieren der Vorlesung von 23.01.2014
 |25.01.2014 | 09:30 - 12:45 | Digitalisieren der Vorlesung von 23.01.2014
+|25.01.2014 | 13:05 - 13:35 | Aufgabe aus Tutorium hinzugefügt

BIN
documents/GeoTopo/GeoTopo.pdf


+ 10 - 0
documents/GeoTopo/Kapitel4-UB.tex

@@ -37,3 +37,13 @@
               Schnittpunkt des Lots mit $g$ heißt \textit{Lotfußpunkt}\xindex{Lotfußpunkt}.
     \end{enumerate}
 \end{aufgabe}
+
+\begin{aufgabe}\label{ub-tut-24:a1}
+    Seien $f, g, h \in G$ und paarweise verschieden.
+
+    Zeigen Sie: $f \parallel g \land g \parallel h \Rightarrow f \parallel h$
+\end{aufgabe}
+
+\begin{aufgabe}\label{ub-tut-24:a3}
+    Beweise den Kongruenzsatz $SSS$.
+\end{aufgabe}

+ 28 - 0
documents/GeoTopo/Loesungen.tex

@@ -212,3 +212,31 @@
 %\begin{solution}[\ref{ub7:aufg3}]
 %
 %\end{solution}
+
+\begin{solution}[\ref{ub-tut-24:a1}]
+    Sei $f \parallel h$ und \obda $f \parallel g$.
+
+    $f \nparallel h \Rightarrow f \cap h \neq \emptyset$, sei also $x \in f \cap h$.
+    Mit Axiom \ref{axiom:5} folgt: Es gibt höchstens eine Parallele
+    zu $g$ durch $x$, da $x \notin g$. Diese ist $f$, da $x \in f$
+    und $f \parallel g$. Da aber $x \in h$, kann $h$ nicht parallel
+    zu $g$ sein, denn ansonsten gäbe es zwei Parallelen zu $g$ durch
+    $x$ ($f \neq h$).
+    $\Rightarrow g \nparallel h$ $\qed$
+\end{solution}
+
+\begin{solution}[\ref{ub-tut-24:a3}]
+    Seien $\triangle ABC$ und $\triangle AB' C'$ Dreiecke mit
+    \begin{align*}
+        d(A, B)  &= d(A', B')\\
+        d(B, C)  &= d(B', C')\\
+        d(C, A)  &= d(C', A')
+    \end{align*}
+
+    Dann existiert nach \ref{axiom:4} genau eine Isometrie $\varphi$
+    mit $\varphi(A) = A', \varphi(B) = B'$ und $\varphi(C) \in A' B' C'^+$.
+
+    Da $d(A',C') = d(A,C) = d(\varphi(A), \varphi(C)) = d(A', \varphi(C))$
+    und $d(B', C') = d(B', \varphi(C))$
+    \todo[inline]{da fehlt was}
+\end{solution}