I Grundlagen und Logik Flashcards

Definitionen, Lemmas und Bemerkungen

1
Q

Definition:

mathematischen Aussage

A

Eine mathematische Aussage ist eine wohlformulierte mathematische Behauptung, welche entweder wahr oder falsch ist.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Definition:

Prädikat

A

Eine Aussage, welche von einer oder mehreren Variablen (Argumenten, Inputs) abhängt, nennen wir Prädikat und wir schreiben dafür A(x), respektive A(x,y,…).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Definition:

Verneinung

A

Die Verneinung (Negation) einer mathematischen Aussage A ist die Aussage “A gilt nicht” und wir schreiben ¬A.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Definition:

A ∧ B

A

(A und B, logisches Und)

Sowohl A als auch B gelten, respektive A ∧ B ist genau dann wahr, wenn A und B beide wahr sind.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Definition:

A ∨ B

A

(einschliessendes Oder)

Mindestens eine der Aussagen A und B gilt, respektive A ∨ B ist genau dann wahr, wenn A oder B oder beide wahr sind.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Definition:

A ⇒ B

A

(Implikation)

A ⇒ B bedeutet: Falls A wahr ist, so ist auch B wahr, respektive: ¬A∨B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Definition:

A ⇔ B

A

(Äquivalenz)

Die beiden Aussagen A und B sind äquivalent, falls gilt: (A ⇒ B) ∧ (B ⇒ A)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Lemma 1:

Direkter Beweis

A

A ⇔ B ist gleichbedeutend zu:
(¬A∧¬B) ∨ (A∧B)

⇒ Beweis: Wahrheitstabelle

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Lemma 2:

Direkter Beweis und
Indirekter Beweis

A

A ⇒ B ist gleichbedeutend zu:
(¬ B ⇒ ¬A)

⇒ Beweis: Wahrheitstabelle

Direkter Beweis: A ⇒ B :
Wir nehmen an, dass A gilt und zeigen, dass dann auch B gilt (z.B. durch Umformungen, Benutzung von Theoremen etc.)

Indirekter Beweis: (¬ B ⇒ ¬A):
Wir nehmen an, dass ¬ B gilt und zeigen dann, dass ¬A gilt.
Erinnerung ¬( A ⇒ B) ist gleichbedeutend mit A ∧ ¬ B ⇒ Widerspruchsbeweis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Satz:

Es gelten die folgenden Regeln:

A

¬(∀x A(x)) ⇔ ∃x ¬A(x)

¬(∃x A(x)) ⇔ ∀x ¬A(x)

sowie

∀x (A(x) ∧ B(x)) ⇔ (∀x A(x)) ∧ (∀x B(x))

∃x (A(x) ∨ B(x)) ⇔ (∃x A(x)) ∨ (∃x B(x))

How well did you know this?
1
Not at all
2
3
4
5
Perfectly