summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-15 21:41:48 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-15 21:41:48 +0200
commit0195d2cc23edcbaff79c4fee936276954a042d41 (patch)
tree706032546ce6026eb64f010dd0dd061c9b1d01fd
parentdc76e09714cb0392ec71d4fee18fdc1e01cab338 (diff)
downloaduni-0195d2cc23edcbaff79c4fee936276954a042d41.tar
uni-0195d2cc23edcbaff79c4fee936276954a042d41.tar.gz
uni-0195d2cc23edcbaff79c4fee936276954a042d41.tar.bz2
uni-0195d2cc23edcbaff79c4fee936276954a042d41.tar.xz
uni-0195d2cc23edcbaff79c4fee936276954a042d41.zip
lds 03
-rw-r--r--ss2016/lds/03/H3-1.md33
-rw-r--r--ss2016/lds/03/H3-2.md1
-rw-r--r--ss2016/lds/03/H3-3.md9
-rw-r--r--ss2016/lds/03/manifest3
4 files changed, 46 insertions, 0 deletions
diff --git a/ss2016/lds/03/H3-1.md b/ss2016/lds/03/H3-1.md
new file mode 100644
index 0000000..ed7af40
--- /dev/null
+++ b/ss2016/lds/03/H3-1.md
@@ -0,0 +1,33 @@
1a) $$\forall y \in Y \ldotp \exists x \in X \ldotp f(x) = y$$
2 $f$ ist surjektiv (rechts-total).
3 \begin{align*}
4 f & \subseteq \{0, 1, 2\} \times \{0, 1\} \\
5 (0, 0) & \in f \\
6 (1, 1) & \in f \\
7 \end{align*}
8b) $$\forall x \in X \ldotp \exists y \in Y \ldotp f(x) = y$$
9 $f$ ist links-total.
10 \begin{align*}
11 f & \subseteq \{0, 1, 2\} \times \{0, 1\} \\
12 (0, 0) & \in f \\
13 (1, 1) & \in f \\
14 (2, 0) & \in f \\
15 \end{align*}
16c) $$\exists y \in Y \ldotp \forall x \in X \ldotp f(x) = y$$
17 Mindestens einer der Punkte aus $Y$ wird unter $f$ von allen Punkten aus $X$ getroffen.
18 \begin{align*}
19 f & \subseteq \{0, 1, 2\} \times \{0, 1\} \\
20 (0, 0) & \in f \\
21 (1, 0) & \in f \\
22 (2, 0) & \in f \\
23 (2, 1) & \in f \\
24 \end{align*}
25d) $$\exists x \in X \ldotp \forall y \in Y \ldotp f(x) = y$$
26 Mindestens einer der Punkte aus $X$ trifft unter $f$ alle Punkte aus $Y$ – ist $f$ eine Abbildung so ist die Kardinalität von $Y$ maximal 1.
27 \begin{align*}
28 f & \subseteq \{0, 1, 2\} \times \{0, 1\} \\
29 (0, 0) & \in f \\
30 (0, 1) & \in f \\
31 (0, 2) & \in f \\
32 (2, 1) & \in f \\
33 \end{align*}
diff --git a/ss2016/lds/03/H3-2.md b/ss2016/lds/03/H3-2.md
new file mode 100644
index 0000000..73c2b3c
--- /dev/null
+++ b/ss2016/lds/03/H3-2.md
@@ -0,0 +1 @@
Von einer Menge $X$ sodass $|X| = 2$ existiert keine Überdeckung ${Y, Z}$ sodass $|Y \cap Z| = 1$ und $|Y| < |X| \land |Z| < |X|$.
diff --git a/ss2016/lds/03/H3-3.md b/ss2016/lds/03/H3-3.md
new file mode 100644
index 0000000..69368cc
--- /dev/null
+++ b/ss2016/lds/03/H3-3.md
@@ -0,0 +1,9 @@
1Es ist $T \circ S = \{ (a, c) \in A \times C \,|\, \exists b \in B \ldotp (a, b) \in S \land (b, c) \in T \}$
2
3Es sei $a \in A$, $c_1 \in C$ und $c_2 \in C$.
4Es gelte zudem $(a, c_1) \in T \circ S \land (a, c_2) \in T \circ S$.
5
6Nach der Definition von $T \circ S$ existieren daher $b_1 \in B$ und $b_2 \in B$ sodass $(a, b_1) \in S$, $(a, b_2) \in S$, $(b_1, c_1) \in T$ und $(b_2, c_2) \in T$.
7Da $S$ rechts-eindeutig ist gilt $b_1 = b_2$ und daher, wegen der rechts-Eindeutigkeit von $T$, auch $c_1 = c_2$.
8
9Wegen der freien Wahl von $a$, $c_1$ und $c_2$ ist $T \circ S$ rechts-eindeutig.
diff --git a/ss2016/lds/03/manifest b/ss2016/lds/03/manifest
new file mode 100644
index 0000000..ff79ea4
--- /dev/null
+++ b/ss2016/lds/03/manifest
@@ -0,0 +1,3 @@
1H3-1.pdf
2H3-2.pdf
3H3-3.pdf \ No newline at end of file