5 questions to test your understanding
Let p = 'it is raining' and q = 'the ground is wet.' In which scenario is the conditional p → q FALSE?
The statement 'A number n is even if and only if n is divisible by 2' (n is even ↔ n is divisible by 2) is true. What does this biconditional require that a one-way conditional would not?
The conditional p → q is false whenever q is false, regardless of the truth value of p.
The contrapositive of p → q (which is ¬q → ¬p) is logically equivalent to the original conditional.
Why is a conditional with a false hypothesis considered true (vacuously true)? What is the logical rationale for this convention?