6.2.8 Logische Identitäten

[gesichtete Version][gesichtete Version]
Zeile 43: Zeile 43:
==== Doppelnegationsgesetz ====
==== Doppelnegationsgesetz ====
:<math>
:<math>
\neg(\neg a) =\neg \neg A = A
\neg(\neg A) =\neg \neg A = A
</math>
</math>


==== Neutralitätsgesetze ====
==== Neutralitätsgesetze ====
:<math>
:<math>
a\land 1 = a
A \land 1 = A
\qquad \qquad
\qquad \qquad
a\lor 0 = a
A \lor 0 = A
</math>
</math>


==== Extremalgesetze ====
==== Extremalgesetze ====
:<math>
:<math>
a\land 0=0
A \land 0=0
\qquad \qquad
\qquad \qquad
a\lor 1=1
A \lor 1=1
</math>
</math>


==== Kommutativgesetze ====
==== Kommutativgesetze ====
:<math>
:<math>
a\land b = b\land a
A \land B = B \land A
\qquad \qquad
\qquad \qquad
a\lor b = b\lor a
A \lor B = B \lor A
</math>
</math>


==== Assoziativgesetze ====
==== Assoziativgesetze ====
:<math>
:<math>
(a\land b)\land c = a\land (b\land c)
(A \land B)\land C = A \land (B \land C)
\qquad \qquad
\qquad \qquad
(a\lor b)\lor c = a\lor (b\lor c)
(A \lor B) \lor C = A \lor (B \lor C)
</math>
</math>


==== Idempotenzgesetze ====
==== Idempotenzgesetze ====
:<math>
:<math>
a\land a=a
A \land A = A
\qquad \qquad
\qquad \qquad
a\lor a=a
A \lor A = A
</math>
</math>


==== Distributivgesetze ====
==== Distributivgesetze ====
:<math>
:<math>
a\land (b\lor c) = (a\land b) \lor (a \land c)
A \land (B \lor C) = (A \land B) \lor (A \land C)
\qquad \qquad
\qquad \qquad
a\lor (b\land c) = (a\lor b) \land (a \lor c)
A \lor (B \land C) = (A \lor B) \land (A \lor C)
</math>
</math>


==== De Morgansche Gesetze ====
==== De Morgansche Gesetze ====
:<math>
:<math>
\neg(a\land b)=\neg a\lor\neg b
\neg (A \land B) = \neg A \lor \neg B
\qquad \qquad
\qquad \qquad
\neg(a\lor b)=\neg a\land\neg b
\neg (A \lor B) = \neg A \land \neg B
</math>
</math>


==== Komplementärgesetze ====
==== Komplementärgesetze ====
:<math>
:<math>
a\land\neg a=0
A \land\ neg A = 0
\qquad \qquad
\qquad \qquad
a\lor\neg a=1
A \lor \neg A = 1
</math>
</math>


==== Absorptionsgesetze ====
==== Absorptionsgesetze ====
:<math>
:<math>
a\lor(a\land b)=a
A \lor (A \land B) = A
\qquad \qquad
\qquad \qquad
a\land(a\lor b)=a
A \land (A \lor B) = A
</math>
</math>

Version vom 4. Oktober 2014, 09:29 Uhr

Logische Identitäten

Unter logischen Identitäten versteht man die im folgenden Wikipedia-Artikel definierten Gesetze (1 bis 11 und 1' bis 11'):
http://de.wikipedia.org/wiki/Boolesche_Algebra#Definition

Sie finden sich in unseren offiziellen Lernmaterialien wieder in Lerneinheit 5 (Gesetze der Aussagenlogik) und hier in Kapitel 1.2 (Logische Identitäten) sowie Kapitel 1.3 (Anwendungen logischer Identitäten).

Beispiel

Beweise mit Hilfe der Gesetze aus Wikipedia:


Beweis:


Aufgabe

Beweise mit Hilfe einer Wahrheitstafel:


Ein Beispiel eines Beweises mit Hilfe einer Wahrheitstafel findet sich hier:

Dualitätsgesetze

Doppelnegationsgesetz

Neutralitätsgesetze

Extremalgesetze

Kommutativgesetze

Assoziativgesetze

Idempotenzgesetze

Distributivgesetze

De Morgansche Gesetze

Komplementärgesetze

Absorptionsgesetze