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.
 
 

36 lines
1.1 KiB

\item \lect Consider the propositional formulas $\varphi = (p \rightarrow
q) \vee \neg r$ and $\psi = (\neg r \wedge p) \vee (\neg q \rightarrow \neg r)$.
\begin{enumerate}
\item Fill out the truth table for $\varphi$ and $\psi$ and
their subformulas.
\begin{tabular}{|c|c|c||c|c|c|c|c||c|c|}
\hline
$p$&$q$&$r$&$\neg q$&$\neg r$&$p \rightarrow q$&$\neg r \wedge p$&$\neg q \rightarrow \neg r$&$\varphi$&$\psi$\\
\hline
\hline
\textbf{F} &\textbf{F} &\textbf{F} & & & & & & &\\
\hline
\textbf{F} &\textbf{F} &\textbf{T} & & & & & & &\\
\hline
\textbf{F} &\textbf{T} &\textbf{F} & & & & & & &\\
\hline
\textbf{F} &\textbf{T} &\textbf{T} & & & & & & &\\
\hline
\textbf{T} &\textbf{F} &\textbf{F} & & & & & & &\\
\hline
\textbf{T} &\textbf{F} &\textbf{T} & & & & & & &\\
\hline
\textbf{T} &\textbf{T} &\textbf{F} & & & & & & &\\
\hline
\textbf{T} &\textbf{T} &\textbf{T} & & & & & & &\\
\hline
\end{tabular}
\vspace{0.5cm}
\item Which of the formulas is satisfiable?
\item Which of the formulas is valid?
\item Which of the two formulas $\varphi$ and $\psi$ entails the other?
\end{enumerate}