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
769 B

5 months ago
  1. \item \lect Consider the propositional formula $\varphi = (p \wedge q)
  2. \rightarrow (q \vee \neg r)$. Fill out the truth table for $\varphi$ and its
  3. subformulas.
  4. \begin{tabular}{|c|c|c||c|c|c||c|}
  5. \hline
  6. $p$&$q$&$r$&$p\wedge q$&$\neg r$&$q \vee \neg r$&$\varphi = (p \wedge q)\rightarrow (q \vee \neg r)$\\
  7. \hline
  8. \hline
  9. \textbf{F} &\textbf{F} &\textbf{F} & & & & \\
  10. \hline
  11. \textbf{F} &\textbf{F} &\textbf{T} & & & & \\
  12. \hline
  13. \textbf{F} &\textbf{T} &\textbf{F} & & & & \\
  14. \hline
  15. \textbf{F} &\textbf{T} &\textbf{T} & & & & \\
  16. \hline
  17. \textbf{T} &\textbf{F} &\textbf{F} & & & & \\
  18. \hline
  19. \textbf{T} &\textbf{F} &\textbf{T} & & & & \\
  20. \hline
  21. \textbf{T} &\textbf{T} &\textbf{F} & & & & \\
  22. \hline
  23. \textbf{T} &\textbf{T} &\textbf{T} & & & & \\
  24. \hline
  25. \end{tabular}