6.2.8 Logische Identitäten

[gesichtete Version][gesichtete Version]
Keine Bearbeitungszusammenfassung
 
(22 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
=Logische Identitäten=
=Logische Identitäten=


Unter logischen Identitäten versteht man die im folgenden Wikipedia-Artikel definierten Gesetze (1 bis 11 und 1' bis 11'):<br />
Unter logischen Identitäten versteht man einerseits die im folgenden aufgelisteten Gesetze, und andererseits die weiter unten beschriebenen [[Logische_Identitäten#Weitere_logische_Identit.C3.A4ten|weiteren logischen Identitäten]].
http://de.wikipedia.org/wiki/Boolesche_Algebra#Definition<br />
<br />
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).
 
<loop_area type="example">
Beweise mit Hilfe der [http://de.wikipedia.org/wiki/Boolesche_Algebra#Definition Gesetze aus Wikipedia]:<br />
:<math>( \neg A \wedge B ) \vee A \quad \equiv \quad ( B \vee A )</math>
<br />
Beweis:
:<math>\begin{alignat}{2}
& ( \neg A \wedge B ) \vee A && \text{jetzt Distributivgesetz anwenden} \\
\equiv \qquad & ( \neg A \vee A) \wedge (B \vee A ) \qquad && \text{jetzt Komplementärgesetz anwenden} \\
\equiv \qquad &  1 \wedge (B \vee A ) && \text{jetzt Neutralitätsgesetz anwenden} \\
\equiv \qquad & ( B \vee A ) && \text{fertig}
\end{alignat}</math>
</loop_area>
 
<br />


<loop_area type="task">
Beweise mit Hilfe einer Wahrheitstafel:<br />
:<math>( \neg A \wedge B ) \vee A \quad \equiv \quad ( B \vee A )</math>
</loop_area>
<br />
<br />
Ein Beispiel eines Beweises mit Hilfe einer Wahrheitstafel findet sich hier:<br />
=== Dualitätsgesetze ===
 
<p>
<loop_media type="video" title="Beweis der Äquivalenz bei logischen Identitäten" description="http://youtu.be/vcklrdE8sKs" copyright="CC-BY" index=true show_copyright=true>
{{#ev:youtube|vcklrdE8sKs|700}}
</loop_media>
</p>
 
==== Dualitätsgesetze ====
:<math>
:<math>
\begin{align}
\neg 0 \; \equiv \; 1
\neg 0 \; \equiv \; 1
\qquad \qquad
\\[.2cm]
\neg 1 \; \equiv \; 0
\neg 1 \; \equiv \; 0
\end{align}
</math>
</math>


==== 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>
\begin{align}
A \land 1 \; \equiv \; A
A \land 1 \; \equiv \; A
\qquad \qquad
\\[.2cm]
A \lor 0 \; \equiv \; A
A \lor 0 \; \equiv \; A
\end{align}
</math>
</math>


==== Extremalgesetze ====
=== Extremalgesetze ===
:<math>
:<math>
\begin{align}
A \land 0 \; \equiv \; 0
A \land 0 \; \equiv \; 0
\qquad \qquad
\\[.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>
<br />
=== Weitere logische Identitäten ===
:<math>
\begin{align}
(A \rightarrow B) \;  & \equiv \; (\neg A \lor B)
\\[.2cm]
(A \rightarrow B) \; & \equiv \; (\neg B \rightarrow \neg A)
\\[.2cm]
(A \leftrightarrow B) \; & \equiv \; (A \rightarrow B) \land (B \rightarrow A)
\\[.2cm]
\\[.2cm]
( \neg A \land B ) \lor A \; & \equiv \; ( B \lor A )
\\[.2cm]
( \neg A \lor B ) \land A \; & \equiv \; ( B \land A )
\\[.2cm]
\\[.2cm]
( A \land B ) \lor (A \land \neg B) \; & \equiv \; A
\\[.2cm]
( A \lor B ) \land (A \lor \neg B) \; & \equiv \; A
\end{align}
</math>
</math>

Aktuelle Version vom 7. Oktober 2014, 17:04 Uhr

Logische Identitäten

Unter logischen Identitäten versteht man einerseits die im folgenden aufgelisteten Gesetze, und andererseits die weiter unten beschriebenen weiteren logischen Identitäten.


Dualitätsgesetze

Doppelnegationsgesetz

Neutralitätsgesetze

Extremalgesetze

Kommutativgesetze

Assoziativgesetze

Idempotenzgesetze

Distributivgesetze

De Morgansche Gesetze

Komplementärgesetze

Absorptionsgesetze


Weitere logische Identitäten