[gesichtete Version] | [gesichtete Version] |
Keine Bearbeitungszusammenfassung |
|||
Zeile 1: | Zeile 1: | ||
=Von der Wahrheitstafel zur DNF= | =Von der Wahrheitstafel zur DNF= | ||
<p> | |||
Gegeben sei die folgende Wahrheitstafel.<br /> | |||
<math>A</math>, <math>B</math> und <math>C</math> sind die Variablen, <math>F</math> ist der Funktionswert. | |||
</p> | |||
<br /> | |||
<p> | |||
{| class="wikitable" | |||
! <math>A</math> | |||
! <math>B</math> | |||
! <math>C</math> | |||
! <math>F</math> | |||
|- | |||
| style="text-align:center" | <math>0</math> | |||
| style="text-align:center" | <math>0</math> | |||
| style="text-align:center" | <math>0</math> | |||
| style="text-align:center" | <math>1</math> | |||
|- | |||
| style="text-align:center" | <math>0</math> | |||
| style="text-align:center" | <math>0</math> | |||
| style="text-align:center" | <math>1</math> | |||
| style="text-align:center" | <math>0</math> | |||
|- | |||
| style="text-align:center" | <math>0</math> | |||
| style="text-align:center" | <math>1</math> | |||
| style="text-align:center" | <math>0</math> | |||
| style="text-align:center" | <math>0</math> | |||
|- | |||
| style="text-align:center" | <math>0</math> | |||
| style="text-align:center" | <math>1</math> | |||
| style="text-align:center" | <math>1</math> | |||
| style="text-align:center" | <math>1</math> | |||
|- | |||
| style="text-align:center" | <math>1</math> | |||
| style="text-align:center" | <math>0</math> | |||
| style="text-align:center" | <math>0</math> | |||
| style="text-align:center" | <math>1</math> | |||
|- | |||
| style="text-align:center" | <math>1</math> | |||
| style="text-align:center" | <math>0</math> | |||
| style="text-align:center" | <math>1</math> | |||
| style="text-align:center" | <math>0</math> | |||
|- | |||
| style="text-align:center" | <math>1</math> | |||
| style="text-align:center" | <math>1</math> | |||
| style="text-align:center" | <math>0</math> | |||
| style="text-align:center" | <math>1</math> | |||
|- | |||
| style="text-align:center" | <math>1</math> | |||
| style="text-align:center" | <math>1</math> | |||
| style="text-align:center" | <math>1</math> | |||
| style="text-align:center" | <math>0</math> | |||
|- | |||
|} | |||
</p> | |||
<br /> | |||
<p> | |||
Aus dieser Wahrheitstafel resultiert der folgende Term in KNF (konjunktiver Normalform): | |||
</p> | |||
<p> | |||
<math>(\neg A \land \neg B \land \neg C) \quad \lor \quad (\neg A \land B \land C) \quad \lor \quad (A \land \neg B \land \neg C) \quad \lor \quad (A \land B \land \neg C</math> | |||
</p> | |||
<br /> | |||
<p> | |||
<loop_area type="notice"> | |||
<p> | |||
Ein Term in '''DNF''' ist eine '''Disjunktion von Konjunktionen'''! | |||
</p> | |||
</loop_area> | |||
</p> | |||
<p> | |||
Zunächst ein Hinweis zur Schreibweise: | Zunächst ein Hinweis zur Schreibweise: | ||
</p> | |||
<loop_area type="notice"> | <loop_area type="notice"> |
Gegeben sei die folgende Wahrheitstafel.
,
und
sind die Variablen,
ist der Funktionswert.
|
|
|
|
---|---|---|---|
Aus dieser Wahrheitstafel resultiert der folgende Term in KNF (konjunktiver Normalform):
Ein Term in DNF ist eine Disjunktion von Konjunktionen!
Zunächst ein Hinweis zur Schreibweise:
Unterschiedliche Quellen schreiben die Negation in der Aussagenlogik in unterschiedlicher Weise.
Gegeben sei eine Aussage .
Dann wird die Negation dieser Aussage geschrieben als oder
.
Beide Schreibweisen sind in ihrer Bedeutung identisch. Je nach Quelle (Fachbuch, Dozent, Webseite, ...) wird mal die eine und mal die andere Schreibweise angewendet.
Am besten du gewöhnst dich einfach daran.
Das folgende Video erklärt, wie man von einer gegebenen Wahrheitstafel zu einer aussagenlogischen Formel in disjunktiver Normalform (DNF) kommt:
Wenn Sie dieses Element öffnen, werden Inhalte von externen Dienstleistern geladen und dadurch Ihre IP-Adresse an diese übertragen.
In einer gegebenen Wahrheitstafel finden sich in der Ergebnisspalte die Funktionswerte Null (0) bzw. Eins (1). Welcher dieser beiden Werte ist für die Bildung der DNF (disjunktiven Normalform) aus der Wahrheitstafel von Bedeutung?