6.2.8 Logische Identitäten

[gesichtete Version][gesichtete Version]
Zeile 40: Zeile 40:
:<math>
:<math>
\begin{align}
\begin{align}
\neg 0 \; \equiv \; 1 \\[.2cm]
\neg 0 \; \equiv \; 1
\\[.2cm]
\neg 1 \; \equiv \; 0
\neg 1 \; \equiv \; 0
\end{align}
\end{align}
Zeile 47: Zeile 48:
==== Doppelnegationsgesetz ====
==== Doppelnegationsgesetz ====
:<math>
:<math>
\begin{align}
\neg(\neg A) \; \equiv \; \neg \neg A \; \equiv \; A
\neg(\neg A) \; \equiv \; \neg \neg A \; \equiv \; A
\end{align}
</math>
</math>


==== Neutralitätsgesetze ====
==== Neutralitätsgesetze ====
:<math>
:<math>
A \land 1 \; \equiv \; A \\
\begin{align}
A \land 1 \; \equiv \; A
\\[.2cm]
A \lor 0 \; \equiv \; A
A \lor 0 \; \equiv \; A
\end{align}
</math>
</math>


==== Extremalgesetze ====
==== Extremalgesetze ====
:<math>
:<math>
A \land 0 \; \equiv \; 0 \\
\begin{align}
A \land 0 \; \equiv \; 0
\\[.2cm]
A \lor 1 \; \equiv \; 1
A \lor 1 \; \equiv \; 1
\end{align}
</math>
</math>


==== Kommutativgesetze ====
==== Kommutativgesetze ====
:<math>
:<math>
\begin{align}
A \land B \; \equiv \; B \land A
A \land B \; \equiv \; B \land A
\qquad \qquad
\\[.2cm]
A \lor B \; \equiv \; B \lor A
A \lor B \; \equiv \; B \lor A
\end{align}
</math>
</math>


==== Assoziativgesetze ====
==== Assoziativgesetze ====
:<math>
:<math>
\begin{align}
(A \land B)\land C \; \equiv \; A \land (B \land C)
(A \land B)\land C \; \equiv \; A \land (B \land C)
\qquad \qquad
\\[.2cm]
(A \lor B) \lor C \; \equiv \; A \lor (B \lor C)
(A \lor B) \lor C \; \equiv \; A \lor (B \lor C)
\end{align}
</math>
</math>


==== Idempotenzgesetze ====
==== Idempotenzgesetze ====
:<math>
:<math>
\begin{align}
A \land A \; \equiv \; A
A \land A \; \equiv \; A
\qquad \qquad
\\[.2cm]
A \lor A \; \equiv \; A
A \lor A \; \equiv \; A
\end{align}
</math>
</math>


==== Distributivgesetze ====
==== Distributivgesetze ====
:<math>
:<math>
\begin{align}
A \land (B \lor C) \; \equiv \; (A \land B) \lor (A \land C)
A \land (B \lor C) \; \equiv \; (A \land B) \lor (A \land C)
\qquad \qquad
\\[.2cm]
A \lor (B \land C) \; \equiv \; (A \lor B) \land (A \lor C)
A \lor (B \land C) \; \equiv \; (A \lor B) \land (A \lor C)
\end{align}
</math>
</math>


==== De Morgansche Gesetze ====
==== De Morgansche Gesetze ====
:<math>
:<math>
\begin{align}
\neg (A \land B) \; \equiv \; \neg A \lor \neg B
\neg (A \land B) \; \equiv \; \neg A \lor \neg B
\qquad \qquad
\\[.2cm]
\neg (A \lor B) \; \equiv \; \neg A \land \neg B
\neg (A \lor B) \; \equiv \; \neg A \land \neg B
\end{align}
</math>
</math>


==== Komplementärgesetze ====
==== Komplementärgesetze ====
:<math>
:<math>
\begin{align}
A \land \neg A \; \equiv \; 0
A \land \neg A \; \equiv \; 0
\qquad \qquad
\\[.2cm]
A \lor \neg A \; \equiv \; 1
A \lor \neg A \; \equiv \; 1
\end{align}
</math>
</math>


==== Absorptionsgesetze ====
==== Absorptionsgesetze ====
:<math>
:<math>
\begin{align}
A \lor (A \land B) \; \equiv \; A
A \lor (A \land B) \; \equiv \; A
\qquad \qquad
\\[.2cm]
A \land (A \lor B) \; \equiv \; A  
A \land (A \lor B) \; \equiv \; A  
\end{align}
</math>
</math>

Version vom 4. Oktober 2014, 09:47 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:


Gesetze

Dualitätsgesetze

Doppelnegationsgesetz

Neutralitätsgesetze

Extremalgesetze

Kommutativgesetze

Assoziativgesetze

Idempotenzgesetze

Distributivgesetze

De Morgansche Gesetze

Komplementärgesetze

Absorptionsgesetze