diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-04-22 23:19:04 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-04-22 23:19:04 +0200 |
| commit | c188e082751a279577ce84702744618387721225 (patch) | |
| tree | 791d31420e2bf5403a62647adee816c60d03aadc | |
| parent | d24417817245024ed1a856ebc6f2aae11ba47ee9 (diff) | |
| download | uni-c188e082751a279577ce84702744618387721225.tar uni-c188e082751a279577ce84702744618387721225.tar.gz uni-c188e082751a279577ce84702744618387721225.tar.bz2 uni-c188e082751a279577ce84702744618387721225.tar.xz uni-c188e082751a279577ce84702744618387721225.zip | |
lds 01
| -rw-r--r-- | ss2016/lds/01/H1-1.md | 24 | ||||
| -rw-r--r-- | ss2016/lds/01/H1-2.md | 10 | ||||
| -rw-r--r-- | ss2016/lds/01/H1-3.md | 33 | ||||
| -rw-r--r-- | ss2016/lds/01/manifest | 3 |
4 files changed, 70 insertions, 0 deletions
diff --git a/ss2016/lds/01/H1-1.md b/ss2016/lds/01/H1-1.md new file mode 100644 index 0000000..e84b407 --- /dev/null +++ b/ss2016/lds/01/H1-1.md | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | \begin{center} | ||
| 2 | \begin{tikzpicture}[level 1/.style={level distance=1.5cm}] | ||
| 3 | \Tree | ||
| 4 | [.$\lequiv$ | ||
| 5 | [.$\limplies$ | ||
| 6 | [.$A$ ] | ||
| 7 | [.$B$ ] | ||
| 8 | ] | ||
| 9 | [.$\limplies$ | ||
| 10 | [.$C$ ] | ||
| 11 | [.$\limplies$ | ||
| 12 | [.$\lnot$ $D$ ] | ||
| 13 | [.$\lor$ | ||
| 14 | [.$E$ ] | ||
| 15 | [.$\land$ | ||
| 16 | [.$F$ ] | ||
| 17 | [.$G$ ] | ||
| 18 | ] | ||
| 19 | ] | ||
| 20 | ] | ||
| 21 | ] | ||
| 22 | ] | ||
| 23 | \end{tikzpicture} | ||
| 24 | \end{center} | ||
diff --git a/ss2016/lds/01/H1-2.md b/ss2016/lds/01/H1-2.md new file mode 100644 index 0000000..43a35d1 --- /dev/null +++ b/ss2016/lds/01/H1-2.md | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | \begin{prooftree} | ||
| 2 | \AxiomC{$A \seq A$} | ||
| 3 | \RightLabel{\scriptsize $\lnot\ \text{R}$} | ||
| 4 | \UnaryInfC{$\seq A, \lnot A$} | ||
| 5 | \AxiomC{$A \seq A$} | ||
| 6 | \RightLabel{\scriptsize $\limplies\ \text{L}$} | ||
| 7 | \BinaryInfC{\lnot A \limplies A \seq A} | ||
| 8 | \RightLabel{\scriptsize $\limplies\ \text{R}$} | ||
| 9 | \UnaryInfC{$(\lnot A \limplies A) \seq A$} | ||
| 10 | \end{prooftree} | ||
diff --git a/ss2016/lds/01/H1-3.md b/ss2016/lds/01/H1-3.md new file mode 100644 index 0000000..b610a02 --- /dev/null +++ b/ss2016/lds/01/H1-3.md | |||
| @@ -0,0 +1,33 @@ | |||
| 1 | a) Disjunkte Mengen bilden ein Gegenbeispiel: | ||
| 2 | |||
| 3 | \begin{align*} | ||
| 4 | A &= \{ a \} \\ | ||
| 5 | B &= \{ b \} \\ | ||
| 6 | C &= \{ c \} \\ | ||
| 7 | D &= \{ d \} \\ | ||
| 8 | A - (B - (C - D)) &= \{ a \} \\ | ||
| 9 | (A \cup C) - (B \cup D) &= \{ a, c \} | ||
| 10 | \end{align*} | ||
| 11 | |||
| 12 | <!-- Es sei $\Omega = A \cup B \cup C \cup D$ --> | ||
| 13 | |||
| 14 | <!-- \begin{align*} --> | ||
| 15 | <!-- \ & A - (B - (C - D)) = (A \cup C) - (B \cup D) \\ --> | ||
| 16 | <!-- \underset{\text{Extens.}}{\lequiv}& \forall x \in \Omega .\ \iota_A(x) \land \lnot (\iota_B(x) \land \lnot (\iota_C(x) \land \lnot \iota_D(x))) \lequiv (\iota_A(x) \lor \iota_C(x)) \land \lnot (\iota_B(x) \lor \iota_D(x)) \\ --> | ||
| 17 | <!-- \lequiv& \forall x \in \Omega .\ \iota_A(x) \land (\lnot \iota_B(x) \lor (\iota_C(x) \land \lnot \iota_D(x))) \lequiv (\iota_A(x) \lor \iota_C(x)) \land (\lnot \iota_B(x) \land \lnot \iota_D(x)) \\ --> | ||
| 18 | <!-- \lequiv& \forall x \in \Omega .\ (\iota_A(x) \land \lnot \iota_B(x)) \lor (\iota_A(x) \land \iota_C(x) \land \lnot \iota_D(x))) \lequiv (\iota_A(x) \land \lnot \iota_B(x) \land \lnot \iota_D(x)) \lor (\lnot \iota_B(x) \land \iota_C(x) \land \lnot \iota_D(x)) --> | ||
| 19 | <!-- \end{align*} --> | ||
| 20 | |||
| 21 | b) Es sei $\Omega = A \cup B$ und für eine Menge $X$ sei $\bar X = \Omega - X$. | ||
| 22 | $\Omega$ bildet mit $\cap, \cup$ und dem soeben definierten Komplement eine boolsche Algebra. | ||
| 23 | |||
| 24 | Die Differenz $A - B$ ist definiert als $A \cap \bar B$. | ||
| 25 | |||
| 26 | \begin{align*} | ||
| 27 | (A - B) \cup (B - A) &\underset{\text{\scriptsize Diff.}}{=} (A \cap \bar B) \cup (B \cap \bar A) \\ | ||
| 28 | &\underset{\text{\scriptsize Dist.}}{=} ((A \cap \bar B) \cup B) \cap ((A \cap \bar B) \cup \bar A) \\ | ||
| 29 | &\underset{\text{\scriptsize Dist.}}{=} ((A \cup B) \cap (\bar B \cup B)) \cap ((A \cup \bar A) \cap (\bar B \cup \bar A)) \\ | ||
| 30 | &\underset{\text{\scriptsize Tnd.\footnotemark}}{=} (A \cup B) \cap (\bar A \cup \bar B) \\ | ||
| 31 | &\underset{\text{\scriptsize Diff.}}{=} (A \cup B) - (A \cap B) | ||
| 32 | \end{align*} | ||
| 33 | \footnotetext{Tertium non datur} | ||
diff --git a/ss2016/lds/01/manifest b/ss2016/lds/01/manifest new file mode 100644 index 0000000..f6428d6 --- /dev/null +++ b/ss2016/lds/01/manifest | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | H1-1.pdf | ||
| 2 | H1-2.pdf | ||
| 3 | H1-3.pdf \ No newline at end of file | ||
