Ich habe das Problem, dass sich die Tabelle in ein anderes Kapitel verschiebt. Ich hoffe ihr könnt mir helfen.
Mfg.:
Synizcx
\chapter{Aufgabe 1.1}
\section{Teil 1}
\subsection{Konjunktive Normalenform}
\subsubsection{ KNF Auflösung: $( \mathcal{A} \wedge \mathcal{B}) \Rightarrow \mathcal{C}$}
\begin{equation}
	(A \wedge B) \Rightarrow C 
\end{equation}
Daraus folgt.
\begin{equation}
	\neg A \vee \neg B \vee C
\end{equation}
\subsubsection{ KNF Auflösung: $(\mathcal{A} \Rightarrow \mathcal{C}) \vee (\mathcal{B} \Rightarrow \mathcal{C}) $}
\begin{equation}
(\mathcal{A} \Rightarrow \mathcal{C}) \vee (\mathcal{B} \Rightarrow \mathcal{C})
\end{equation}
Daraus folgt.
\begin{equation}
\neg A \vee \neg B \vee C
\end{equation}
\subsubsection{Zusammenfassung}
Da $(2.2)$ und $(2.4)$ identisch sind, kann man hier von äquivalenten aussagenlogischen Termen ausgehen.
\subsection{Wahrheitstafel}
\subsubsection{Tafel über $	(A \wedge B) \Rightarrow C $} 
\begin{center}
\begin{table}[!ht]
	\centering
	\begin{tabular}{|l|l|l|l|} 
		\hline
	$A$	& $B$  & $C$  & $(A \wedge B) \Rightarrow  C$  \\ 
		\hline
		1& 1  &1  &~1 ~~  *1   \\
		1& 1  &0  &~1 ~~  *0   \\
		1& 0  &1  &~0 ~~  *1   \\
		1& 0  &0  &~0 ~~  *1   \\
		0& 1  &1  &~0 ~~  *1   \\
		0& 1  &0  &~0 ~~  *1   \\
		0& 0  &1  &~0 ~~  *1   \\
		0& 0  &0  &~0 ~~  *1   \\
		\hline 
	\end{tabular}
\caption{Tafel über $	(A \wedge B) \Rightarrow C $}
\end{table}
\end{center}
\subsubsection{Tafel über $(\mathcal{A} \Rightarrow \mathcal{C}) \vee (\mathcal{B} \Rightarrow \mathcal{C})$}
\begin{center}
	\begin{table}[!ht]
		\centering
		\begin{tabular}{|l|l|l|l|} 
			\hline
			$A$	& $B$  & $C$  &$(\mathcal{A} \Rightarrow \mathcal{C}) \vee (\mathcal{B} \Rightarrow \mathcal{C})$  \\ 
			\hline
			1& 1  &1  &~1 ~~  *1 ~~ 1   \\
			1& 1  &0  &~0 ~~  *0 ~~ 0  \\
			1& 0  &1  &~1 ~~  *1 ~~ 1  \\
			1& 0  &0  &~0 ~~  *1 ~~ 1  \\
			0& 1  &1  &~1 ~~  *1 ~~ 1  \\
			0& 1  &0  &~1 ~~  *1 ~~ 0  \\
			0& 0  &1  &~1 ~~  *1 ~~ 1  \\
			0& 0  &0  &~1 ~~  *1 ~~ 1  \\
			\hline 
		\end{tabular}
	\caption{Tafel über $(\mathcal{A} \Rightarrow \mathcal{C}) \vee (\mathcal{B} \Rightarrow \mathcal{C})$}
	\end{table}
\end{center}
\subsection{Teil 2}
Hallo Welt



