You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
751 B
26 lines
751 B
\item \ifassignmentsheet \points{2} \else \prac \fi Consider the propositional formula $\phi = (p \lor \lnot q) \imp (\lnot p \land \lnot r)$. Fill out the truth table for $\phi$
|
|
and its subformulas. Compute a CNF as well as a DNF for $\phi$ from
|
|
the truth table.
|
|
|
|
\begin{tabular}{|c|c|c||c|c|c|c|c||c|}
|
|
\hline
|
|
$p$ & $q$ & $r$ & $\lnot q$ & $p \lor \lnot q$ & $\lnot p$ & $\lnot r$ & $\lnot p \land \lnot r$ & $\phi = (p \lor \lnot q) \imp (\lnot p \land \lnot r)$\\
|
|
\hline
|
|
\hline
|
|
\F &\F &\F & & & & & &\\
|
|
\hline
|
|
\F &\F &\T & & & & & &\\
|
|
\hline
|
|
\F &\T &\F & & & & & &\\
|
|
\hline
|
|
\F &\T &\T & & & & & &\\
|
|
\hline
|
|
\T &\F &\F & & & & & &\\
|
|
\hline
|
|
\T &\F &\T & & & & & &\\
|
|
\hline
|
|
\T &\T &\F & & & & & &\\
|
|
\hline
|
|
\T &\T &\T & & & & & &\\
|
|
\hline
|
|
\end{tabular}
|