29 lines
1.0 KiB
TeX
29 lines
1.0 KiB
TeX
\chapter{Aussagenlogik}
|
|
\label{aussagenlogik}
|
|
Im Folgenden werden nur ein paar zentrale Aspekte dargestellt.
|
|
Für weitere Informationen siehe Zusammenfassung KB Kapitel 1.
|
|
\section{Syntax}
|
|
\label{aussagenlogik: syntax}
|
|
\begin{center}
|
|
\includegraphics[width = .6\textwidth]{syntax_aussagenlogik.png}
|
|
\end{center}
|
|
|
|
\section{Operatoren}
|
|
\label{aussagenlogik: operatoren}
|
|
\begin{tabular}{c|c||c|c|c|c|c|c|c}
|
|
\rowcolor{black!20!white}
|
|
$A$ & $B$ & $\neg A$ & $A\wedge B$ & $A\vee B$ & $A\Rightarrow B$ & $A\Leftrightarrow B$ & $\neg A \vee B$ & $(A\Rightarrow B)\wedge(B\Rightarrow A)$\\
|
|
\hline
|
|
0&0&1&0&0&1&1&1&1\\
|
|
\hline
|
|
0&1&1&0&1&1&0&1&0\\
|
|
\hline
|
|
1&0&0&0&1&0&0&0&0\\
|
|
\hline
|
|
1&1&0&1&1&1&1&1&1
|
|
\end{tabular}
|
|
|
|
|
|
\section{Äquivalenzen}
|
|
\label{aussagenlogik: aequivalenzen}
|
|
\includegraphics[width = .8\textwidth]{aussagenlogik_äquivalenzen.png} |