6.2.10.1.1 Die einfachste Gestalt durch scharfes Hinsehen ermitteln

[gesichtete Version][gesichtete Version]
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 86: Zeile 86:
Beide Terme sind also logisch Äquivalent:<br />
Beide Terme sind also logisch Äquivalent:<br />
:<math>( ( A \rightarrow B ) \rightarrow ( B \rightarrow C ) ) \rightarrow C \qquad \equiv \qquad B \lor C</math>
:<math>( ( A \rightarrow B ) \rightarrow ( B \rightarrow C ) ) \rightarrow C \qquad \equiv \qquad B \lor C</math>
</p>
<br />
=== Weiter scharf Hinsehen! ===
<p>
Wie gesagt: das scharfe Hinsehen erfordert Übung. Also: Fang an zu üben!
</p>
<p>
Bei drei aussagenlogischen Vaiablen <math>A</math>, <math>B</math> und <math>C</math> gibt es insgesamt 2<sup>8</sup> = 256 Alternativen, wie die Ergebnisspalte in der Wahrheitstafel aussehen kann. Hier kommen einige Beispiele.
</p>
<br />
=== Aufgabe 1 ===
<p>
<loop_area type="task">
<loop_task title="">
<p>
Ermittle die einfachste Gestalt durch scharfes Hinsehen!
</p>
<p>
{| class="wikitable"
! &nbsp; &nbsp; <math>A</math> &nbsp; &nbsp;
! &nbsp; &nbsp; <math>B</math> &nbsp; &nbsp;
! &nbsp; &nbsp; <math>C</math> &nbsp; &nbsp;
! &nbsp; Einfachste Gestalt? &nbsp;
|-
| 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>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>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>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>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>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>0</math>
|-
|}
</p>
<spoiler text="Lösung">
<p>
Die einfachste Gestalt ist: &nbsp; &nbsp; <math>0</math>
</p>
<p>
Man nennt dies eine Kontradiktion. Egal wie die Eingangswerte für  <math>A</math>, <math>B</math> und <math>C</math> lautet, in der Ergebnisspalte gibt es immer nur eine <math>0</math>.
</p>
</spoiler>
</loop_task>
</loop_area>
</p>
</p>

Version vom 10. Oktober 2014, 14:44 Uhr

Die einfachste Gestalt durch scharfes Hinsehen ermitteln

Scharfes Hinsehen reicht für die Ermittlung der einfachsten Gestalt nicht immer aus, es wird auch Erfahrung dabei benötigt. Und diese Erfahrung wird hier versucht zu vermitteln.

Noch einmal der Reihe nach:

Gegeben war dieser aussagenlogische Term:

((AB)(BC))C

Dazu wurde die Wahrheitstafel notiert und die Ergebnisspalte berechnet:

    A         B         C               ((AB)(BC))C          
0 0 0 0
0 0 1 1
0 1 0 1
0 1 1 1
1 0 0 0
1 0 1 1
1 1 0 1
1 1 1 1


Das scharfe Hinsehen besteht nun daraus, sich die Ergebnisspalte und die drei Spalten mit den Aussagenvariablen genau anzusehen. Was fällt da auf?

video

Wie im Video zu sehen ist, lautet die einfachste Gestalt:

BC

Beide Terme sind also logisch Äquivalent:

((AB)(BC))CBC


Weiter scharf Hinsehen!

Wie gesagt: das scharfe Hinsehen erfordert Übung. Also: Fang an zu üben!

Bei drei aussagenlogischen Vaiablen A, B und C gibt es insgesamt 28 = 256 Alternativen, wie die Ergebnisspalte in der Wahrheitstafel aussehen kann. Hier kommen einige Beispiele.


Aufgabe 1

Aufgabe

Ermittle die einfachste Gestalt durch scharfes Hinsehen!

    A         B         C       Einfachste Gestalt?  
0 0 0 0
0 0 1 0
0 1 0 0
0 1 1 0
1 0 0 0
1 0 1 0
1 1 0 0
1 1 1 0