Belnaps vierwertige Logik

Belnaps vierwertige Logik (kurz: F O U R {\displaystyle \mathrm {FOUR} } ) ist ein logisches System mit vier Wahrheitswerten, welches parakonsistentes Schlussfolgern ermöglicht. Sie wurde 1975 von Nuel D. Belnap entwickelt. Belnaps vierwertige Logik verwendet im Gegensatz zur klassischen Logik vier Wahrheitswerte: t {\displaystyle t\!\,} , f {\displaystyle f\!\,} , {\displaystyle \top } und {\displaystyle \bot } . In diesem System lassen sich auch aus klassisch logisch inkonsistenten Mengen Schlussfolgerungen ziehen.

Parakonsistentes Schlussfolgern

Eine Konsequenzoperation wird parakonsistent genannt, wenn aus einer inkonsistenten Menge aussagenlogischer Formeln nicht ausschließlich die gesamte logische Sprache gefolgert werden kann. Es sind also sinnvolle, logische Schlussfolgerungen aus inkonsistenten Formelmengen möglich.

Sei L {\displaystyle {\mathcal {L}}} eine aussagenlogische Sprache mit Signatur Σ {\displaystyle \Sigma \!\,} eine Menge von Formeln dieser Sprache. Eine Konsequenzrelation p {\displaystyle \models _{p}} heißt parakonsistent, wenn es eine Formelmenge F {\displaystyle {\mathcal {F}}} aus L {\displaystyle {\mathcal {L}}} gibt, so dass nicht

F L {\displaystyle {\mathcal {F}}\models {\mathcal {L}}}

gilt.

Wahrheitswerte

Belnaps vierwertige Logik legt im Gegensatz zur klassischen Logik, welche nur die Wahrheitswerte t {\displaystyle t} und f {\displaystyle f} kennt, zwei weitere Wahrheitswerte {\displaystyle \top } und {\displaystyle \bot } zugrunde. {\displaystyle \top } drückt dabei Inkonsistenz aus, also einen Überschuss an Wissen. {\displaystyle \bot } hingegen beschreibt den Mangel an Wissen, auch als unvollständig bezeichnet.

F O U R = { t , f , , } {\displaystyle \mathrm {FOUR} =\{t,f,\top ,\bot \}}

Wahrheitswert Repräsentation
t {\displaystyle t\!\,} (1, 0)
f {\displaystyle f\!\,} (0, 1)
{\displaystyle \top } (1, 1)
{\displaystyle \bot } (0, 0)

Analog zur klassischen Logik werden diese Werte mit Hilfe von Zahlen repräsentiert.

Auf Basis der vier Wahrheitswerte werden zwei Vergleichsrelationen definiert.

t {\displaystyle \leq _{t}}

vergleicht zwei Werte bezüglich ihres Wahrheitsgehaltes,

k {\displaystyle \leq _{k}}

vergleicht den Wissensgehalt.

Vergleiche zweier Wahrheitswerte mittels dieser Relationen sind definiert durch:

( x 1 , y 1 ) t ( x 2 , y 2 ) {\displaystyle (x_{1},y_{1})\leq _{t}(x_{2},y_{2})} gdw. x 1 x 2 {\displaystyle x_{1}\leq x_{2}} und y 1 y 2 {\displaystyle y_{1}\geq y_{2}} .
( x 1 , y 1 ) k ( x 2 , y 2 ) {\displaystyle (x_{1},y_{1})\leq _{k}(x_{2},y_{2})} gdw. x 1 x 2 {\displaystyle x_{1}\leq x_{2}} und y 1 y 2 {\displaystyle y_{1}\leq y_{2}} .

Somit ist f t t {\displaystyle f\leq _{t}t} und k {\displaystyle \bot \leq _{k}\top } . Die Werte {\displaystyle \top } und {\displaystyle \bot } sind bezüglich t {\displaystyle \leq _{t}} unvergleichbar, analog sind t {\displaystyle t\!\,} und f {\displaystyle f\!\,} bezüglich k {\displaystyle \leq _{k}} unvergleichbar.

Auswertung

Die Auswertungsfunktion I {\displaystyle \mathrm {I} } ist definiert durch

I : Σ F O U R {\displaystyle \mathrm {I} :\Sigma \!\,\rightarrow \mathrm {FOUR} }

und liefert Interpretationen für atomare logische Formeln.

Junktoren

Neben Interpretationen für atomare Formeln werden Auswertungen der logischen Junktoren {\displaystyle \land } , {\displaystyle \lor } und ¬ {\displaystyle \neg \!\,} , sowie für {\displaystyle \supset } (starke Implikation) rekursiv festgelegt.

Seien A und B Formeln.

  • I ( ¬ A ) = ¬ I ( A ) {\displaystyle I(\neg {A})=\!\,\neg {I(A)}}
  • I ( A B ) = I ( A ) I ( B ) {\displaystyle I(A\land B)=\!\,I(A)\land I(B)}
  • I ( A B ) = I ( A ) I ( B ) {\displaystyle I(A\lor B)=\!\,I(A)\lor I(B)}
  • I ( A B ) = I ( A ) I ( B ) {\displaystyle I(A\supset B)=\!\,I(A)\supset I(B)}

und

  • ¬ ( x , y ) = ( y , x ) {\displaystyle \neg {(x,y)}=\!\,(y,x)}
  • ( x 1 , y 1 ) ( x 2 , y 2 ) = ( x 1 x 2 , y 1 y 2 ) {\displaystyle (x_{1},y_{1})\land (x_{2},y_{2})=(x_{1}\land x_{2},y_{1}\lor y_{2})}
  • ( x 1 , y 1 ) ( x 2 , y 2 ) = ( x 1 x 2 , y 1 y 2 ) {\displaystyle (x_{1},y_{1})\lor (x_{2},y_{2})=(x_{1}\lor x_{2},y_{1}\land y_{2})}
  • ( x 1 , y 1 ) ( x 2 , y 2 ) = ( ¬ x 1 x 2 , x 1 y 2 ) {\displaystyle (x_{1},y_{1})\supset (x_{2},y_{2})=(\neg {x_{1}}\lor x_{2},x_{1}\land y_{2})} .

Daneben werden abgeleitete Junktoren definiert, ähnlich der aussagenlogischen materiellen Implikation:

  • A B ¬ A B {\displaystyle A\Rightarrow B\equiv \neg {A}\lor B}
  • A B ( A B ) ( ¬ B ¬ A ) {\displaystyle A\rightarrow B\equiv (A\supset B)\land (\neg {B}\supset \neg {A})}

Mit Hilfe der Interpretationsfunktion I {\displaystyle I\!\,} können logische Ausdrücke in Belnaps vierwertiger Logik ausgewertet werden, indem jeder atomaren Formel ein Wahrheitswert zugeordnet wird und dabei die Formeln rekursiv interpretiert werden.

Wahrheitstafeln

Negation

¬ {\displaystyle \neg }
t {\displaystyle t\!\,} f {\displaystyle f\!\,}
f {\displaystyle f\!\,} t {\displaystyle t\!\,}
{\displaystyle \top } {\displaystyle \top }
{\displaystyle \bot } {\displaystyle \bot }

Konjunktion

{\displaystyle \land } t {\displaystyle t\!\,} f {\displaystyle f\!\,} {\displaystyle \top } {\displaystyle \bot }
t {\displaystyle t\!\,} t {\displaystyle t\!\,} f {\displaystyle f\!\,} {\displaystyle \top } {\displaystyle \bot }
f {\displaystyle f\!\,} f {\displaystyle f\!\,} f {\displaystyle f\!\,} f {\displaystyle f\!\,} f {\displaystyle f\!\,}
{\displaystyle \top } {\displaystyle \top } f {\displaystyle f\!\,} {\displaystyle \top } f {\displaystyle f\!\,}
{\displaystyle \bot } {\displaystyle \bot } f {\displaystyle f\!\,} f {\displaystyle f\!\,} {\displaystyle \bot }

Disjunktion

{\displaystyle \lor } t {\displaystyle t\!\,} f {\displaystyle f\!\,} {\displaystyle \top } {\displaystyle \bot }
t {\displaystyle t\!\,} t {\displaystyle t\!\,} t {\displaystyle t\!\,} t {\displaystyle t\!\,} t {\displaystyle t\!\,}
f {\displaystyle f\!\,} t {\displaystyle t\!\,} f {\displaystyle f\!\,} {\displaystyle \top } {\displaystyle \bot }
{\displaystyle \top } t {\displaystyle t\!\,} {\displaystyle \top } {\displaystyle \top } t {\displaystyle t\!\,}
{\displaystyle \bot } t {\displaystyle t\!\,} {\displaystyle \bot } t {\displaystyle t\!\,} {\displaystyle \bot }

Starke Implikation

{\displaystyle \supset } t {\displaystyle t\!\,} f {\displaystyle f\!\,} {\displaystyle \top } {\displaystyle \bot }
t {\displaystyle t\!\,} t {\displaystyle t\!\,} f {\displaystyle f\!\,} {\displaystyle \top } {\displaystyle \bot }
f {\displaystyle f\!\,} t {\displaystyle t\!\,} t {\displaystyle t\!\,} t {\displaystyle t\!\,} t {\displaystyle t\!\,}
{\displaystyle \top } t {\displaystyle t} [1] [2] f {\displaystyle f} {\displaystyle \top } {\displaystyle \bot }
{\displaystyle \bot } t {\displaystyle t\!\,} t {\displaystyle t\!\,} t {\displaystyle t\!\,} t {\displaystyle t\!\,}

Materielle Implikation

{\displaystyle \Rightarrow \!\,} t {\displaystyle t\!\,} f {\displaystyle f\!\,} {\displaystyle \top } {\displaystyle \bot }
t {\displaystyle t\!\,} t {\displaystyle t\!\,} f {\displaystyle f\!\,} {\displaystyle \top } {\displaystyle \bot }
f {\displaystyle f\!\,} t {\displaystyle t\!\,} t {\displaystyle t\!\,} t {\displaystyle t\!\,} t {\displaystyle t\!\,}
{\displaystyle \top } t {\displaystyle t\!\,} {\displaystyle \top } {\displaystyle \top } t {\displaystyle t\!\,}
{\displaystyle \bot } t {\displaystyle t\!\,} {\displaystyle \bot } t {\displaystyle t\!\,} {\displaystyle \bot }

Implikation

{\displaystyle \rightarrow \!\,} t {\displaystyle t\!\,} f {\displaystyle f\!\,} {\displaystyle \top } {\displaystyle \bot }
t {\displaystyle t\!\,} t {\displaystyle t\!\,} f {\displaystyle f\!\,} f {\displaystyle f} {\displaystyle \bot }
f {\displaystyle f\!\,} t {\displaystyle t\!\,} t {\displaystyle t\!\,} t {\displaystyle t\!\,} t {\displaystyle t\!\,}
{\displaystyle \top } t {\displaystyle t\!\,} f {\displaystyle f} {\displaystyle \top } {\displaystyle \bot \!\,}
{\displaystyle \bot } t {\displaystyle t\!\,} {\displaystyle \bot } {\displaystyle \bot \!\,} t {\displaystyle t}

Erfüllung

Zwei Werte aus F O U R {\displaystyle \mathrm {FOUR} } werden als wahr interpretiert und zu einer Menge von designierten Werten zusammengefasst:

D = { t , } {\displaystyle {\mathcal {D}}=\{t,\top \}}

Eine Interpretation I {\displaystyle I\!\,} erfüllt eine Formel F {\displaystyle F\!\,} ,

I 4 F {\displaystyle I\models _{4}F} ,

wenn gilt

I ( F ) D {\displaystyle I(F)\in {\mathcal {D}}} .

Man sagt auch I {\displaystyle I\!\,} ist ein Modell von F {\displaystyle F\!\,} . Die Menge aller F O U R {\displaystyle \mathrm {FOUR} } -Modelle einer Menge aussagenlogischer Formeln F {\displaystyle {\mathcal {F}}} wird als M o d 4 ( F ) {\displaystyle Mod_{4}({\mathcal {F}})} bezeichnet.

Inferenz

Wie in der klassischen Aussagenlogik wird für F O U R {\displaystyle \mathrm {FOUR} } eine Inferenzrelation definiert, mittels derer aus vorliegendem Wissen auf neues Wissen geschlossen werden kann.

Seien F {\displaystyle {\mathcal {F}}} , A {\displaystyle A\!\,} eine Menge von F O U R {\displaystyle \mathrm {FOUR} } -Formeln, bzw. ein F O U R {\displaystyle \mathrm {FOUR} } -Formel.

F 4 A {\displaystyle F\models _{4}A}

gilt, wenn jedes F O U R {\displaystyle \mathrm {FOUR} } -Model von F {\displaystyle {\mathcal {F}}} auch ein F O U R {\displaystyle \mathrm {FOUR} } -Model von A {\displaystyle A\!\,} ist, also wenn

M o d 4 ( F ) A {\displaystyle Mod_{4}({\mathcal {F}})\subseteq A} .

Die Konsequenzrelation 4 {\displaystyle \models _{4}} ist monoton, kompakt und parakonsistent.

Eigenschaften

Das logische System F O U R {\displaystyle \mathrm {FOUR} } hat ähnliche Eigenschaften wie die klassische Aussagenlogik.

De Morgan’sche Regel

¬ ( ( x 1 , y 1 ) ( x 2 , y 2 ) ) = ¬ ( x 1 , x 2 ) ¬ ( x 2 , y 2 ) {\displaystyle \neg ((x_{1},y_{1})\land (x_{2},y_{2}))=\neg (x_{1},x_{2})\lor \neg (x_{2},y_{2})}
¬ ( ( x 1 , y 1 ) ( x 2 , y 2 ) ) = ¬ ( x 1 , x 2 ) ¬ ( x 2 , y 2 ) {\displaystyle \neg ((x_{1},y_{1})\lor (x_{2},y_{2}))=\neg (x_{1},x_{2})\land \neg (x_{2},y_{2})}

Schnitt

Wie in der Aussagenlogik gilt:

M o d 4 ( A B ) = M o d 4 ( A ) M o d 4 ( B ) {\displaystyle Mod_{4}(A\land B)=Mod_{4}(A)\cap Mod_{4}(B)}

Tautologien

In F O U R {\displaystyle \mathrm {FOUR} } existieren keine Tautologien. Insbesondere ist

A ¬ A {\displaystyle A\lor \neg {A}\!\,}

keine Tautologie.

Materielle Implikation

Wie in der Aussagenlogik definiert kann auch in F O U R {\displaystyle \mathrm {FOUR} } die materielle Implikation

A B B ¬ A {\displaystyle A\Rightarrow B\equiv B\lor \neg A}

verwendet werden. Allerdings verliert sie ihre Stärke und die Formelmenge

{ A , A B } {\displaystyle \{A,A\Rightarrow B\}\!\,}

kann designiert (wahr) sein, auch wenn B nicht designiert ist. Das Gesetz vom ausgeschlossenen Dritten gilt in F O U R {\displaystyle \mathrm {FOUR} } also nicht. Die starke Implikation wurde in F O U R {\displaystyle \mathrm {FOUR} } eingeführt um diesem Missstand abzuhelfen.

Starke Implikation

Zwischen der starken Implikation {\displaystyle \supset } und der Inferenzrelation 4 {\displaystyle \models _{4}} existiert ein ähnlicher Zusammenhang wie in der Aussagenlogik zwischen {\displaystyle \Rightarrow \!\,} und {\displaystyle \models } .

Sei F {\displaystyle {\mathcal {F}}} eine Menge von F O U R {\displaystyle \mathrm {FOUR} } -Formeln; A {\displaystyle A} , B {\displaystyle B} F O U R {\displaystyle \mathrm {FOUR} } -Formeln. Es gilt:

F , A 4 B {\displaystyle {\mathcal {F}},A\models _{4}B} gdw. F 4 A B {\displaystyle F\models _{4}A\supset B}

Beispiele

Im Folgenden werden die drei Atome F {\displaystyle F} , P {\displaystyle P} und V {\displaystyle V} verwendet, welche mit folgenden Bedeutungen interpretiert werden können:

Atom Bedeutung
F {\displaystyle F} kann fliegen
P {\displaystyle P} Pinguin
V {\displaystyle V} Vogel

Parakonsistenz

Die Formel

ϕ = P ( P V ) ( V F ) ( P ¬ F ) {\displaystyle \phi =P\land (P\Rightarrow V)\land (V\Rightarrow F)\land (P\Rightarrow \neg {F})}

ist in der klassischen Logik inkonsistent.

In F O U R {\displaystyle \mathrm {FOUR} } allerdings existieren F O U R {\displaystyle \mathrm {FOUR} } -Interpretationen, mit denen ϕ {\displaystyle \phi \!\,} designiert ist, also

I 4 ϕ {\displaystyle I\models _{4}\phi }

Beispiele für solche Belegungen sind:

I 1 ( P ) = t , I 1 ( V ) = t , I 1 ( F ) = {\displaystyle I_{1}(P)=t,I_{1}(V)=t,I_{1}(F)=\top }
I 2 ( P ) = , I 2 ( V ) = , I 3 ( F ) = {\displaystyle I_{2}(P)=\top ,I_{2}(V)=\top ,I_{3}(F)=\top }

Starke Implikation

Mit Hilfe der materiellen und starken Implikation lassen sich verschiedene Arten von Folgerungen modellieren. Die materielle Implikation modelliert dabei Folgerungen mit Ausnahmen, die starke Implikation hingegen ausnahmsloses Wissen.

F = { V , P , V F , P V , P ¬ F } {\displaystyle {\mathcal {F}}=\{V,P,V\Rightarrow F,P\supset V,P\supset \neg {F}\}}

Die Formelmenge hat 6 F O U R {\displaystyle \mathrm {FOUR} } -Modelle:

Modell F P V
M1 {\displaystyle \top } t {\displaystyle t\!\,} {\displaystyle \top }
M2 {\displaystyle \top } {\displaystyle \top } {\displaystyle \top }
M3 f {\displaystyle f\!\,} t {\displaystyle t\!\,} {\displaystyle \top }
M4 f {\displaystyle f\!\,} {\displaystyle \top } {\displaystyle \top }
M5 {\displaystyle \top } t {\displaystyle t\!\,} t {\displaystyle t\!\,}
M6 {\displaystyle \top } {\displaystyle \top } t {\displaystyle t\!\,}

Literatur

  • N. D. Belnap: A useful four-valued logic. In: J. M. Dunn, G. Epstein (Hrsg.): Modern uses of multiple-valued logic. Reidel, Dordrecht 1977, S. 8–37.
  • S. Weber: Investigations in Belnap’s Logic of Inconsistent and Unknown Information. (PDF; 1,1 MB) Dissertation, Fakultät für Mathematik und Informatik Universität Leipzig, 1998
  • Gabriele Kern-Isberner: Parakonsistenz. (PDF; 472 kB) In: Comonsense Reasoning 2008.

Einzelnachweise

  1. Ofer Arieli, Arnon Avron: Definition 1, Seite 4. Abgerufen am 1. April 2023 (englisch). 
  2. Ofer Arieli, Arnon Avron: Definition 1, Seite 4. Abgerufen am 1. April 2023 (englisch).