-3
$\begingroup$

Classify each of the following propositions as a tautology, a contradiction, or neither. Note that if you claim that a proposition is a tautology, then you must argue( by using truth tables or otherwise) that it is true for every assignment of truth values to the propositional variables; if you claim that it is false for every assignment of truth values to the propositional variables; and if you claim that it is neither a tautology nor a contradiction, then you must find an assignment of truth values to the propositional variables that makes it true and another assigns that makes it false.

A- P → ¬P

B- P → P

C- ( P ∧ Q) → ( P ∨ Q)

D- ¬P ∨ ( P → Q)

E- P ∧ ¬( P ∨ Q)

F- ( P ∨ Q) → P

G- ( P ∨ Q) ∧ ( ¬P ∨ ¬ Q)

H- ( P ∧ Q) ∨ ( ¬P ∨ ¬Q) I know how to do the truth tables but I don't understand what they're saying you must argue.

  • 0
    What does a truth table for a tautology look like? A contradiction?2017-02-05
  • 0
    A tautology is true, contradiction is false.2017-02-05
  • 0
    That wasn't what I asked. What are the values in the truth table if something is a tautology?2017-02-05

1 Answers 1

0

If you know how to make a truth-table, great: you're almost there!

For every statement that you work out on a truth-table, there are three possible outcomes:

  1. The statement is True in all rows. This means that the statement is a tautology

  2. The statement is False in all rows. This means that the statement is a contradiction

  3. The statement is True in at least one row, and False in at least one other row. Then the statement is a contingency. And you can look at the reference columns on the left to see under what conditions it is True, and under what conditions it is False.

I'll just do the first one as an example:

\begin{array}{|c|c|} \hline P & P \to \neg P \\ \hline T & F\\ F & T\\ \hline \end{array}

We are dealing with case 3 here, so this is a contingency. The statement is True when $P$ is False, and the statement is False when $P$ is True.

  • 0
    Ok let's say for the first one. P implies not P. That would be T T T F. So that's considered what?2017-02-05
  • 0
    @user412248 I added this one as an example2017-02-05
  • 0
    I fully understand right now thank you.2017-02-05
  • 0
    @user412248 Great! Glad I could help!2017-02-05