diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-15 21:41:48 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-15 21:41:48 +0200 |
commit | 0195d2cc23edcbaff79c4fee936276954a042d41 (patch) | |
tree | 706032546ce6026eb64f010dd0dd061c9b1d01fd | |
parent | dc76e09714cb0392ec71d4fee18fdc1e01cab338 (diff) | |
download | uni-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.md | 33 | ||||
-rw-r--r-- | ss2016/lds/03/H3-2.md | 1 | ||||
-rw-r--r-- | ss2016/lds/03/H3-3.md | 9 | ||||
-rw-r--r-- | ss2016/lds/03/manifest | 3 |
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 @@ | |||
1 | a) $$\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*} | ||
8 | b) $$\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*} | ||
16 | c) $$\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*} | ||
25 | d) $$\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 @@ | |||
1 | Es 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 | |||
3 | Es sei $a \in A$, $c_1 \in C$ und $c_2 \in C$. | ||
4 | Es gelte zudem $(a, c_1) \in T \circ S \land (a, c_2) \in T \circ S$. | ||
5 | |||
6 | Nach 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$. | ||
7 | Da $S$ rechts-eindeutig ist gilt $b_1 = b_2$ und daher, wegen der rechts-Eindeutigkeit von $T$, auch $c_1 = c_2$. | ||
8 | |||
9 | Wegen 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 @@ | |||
1 | H3-1.pdf | ||
2 | H3-2.pdf | ||
3 | H3-3.pdf \ No newline at end of file | ||