1
$\begingroup$

It assumes that '' P implies Q '' is true and Q is false. How is P? I think that P is false.

  • 0
    What happens if P is true? – 2017-01-28
  • 1
    Yep, prove it by contradiction: Q is false, let's assume that P were true. But if P is true then Q is true, contradiction – 2017-01-28
  • 0
    If P is true, then "P implies Q" is false! Contradiction!! – 2017-01-28

3 Answers 3

0

Yes as you often meet a non-sports person saying that,"Had (If) I played (play) tennis then I am a Wimbledon champion."

Irrespective of this combination of two false clubbed statements, you forgive them for their innocence.

0

Truth table of implies $\Rightarrow$

$$\begin{array}{ | c | c || c | } P & Q & P\Rightarrow Q \\ \hline \text T & \text T & \text T \\ \text T & \text F & \text F \\ \text F & \text T & \text T \\ \text F & \text F & \text T \end{array}$$

This shows when P is false implication is true. Also in your case Q is false but implication not. So we can't choose second case.

0

If the conditional is True, and the consequent is False, you have the only option that the antecedent is False. p q p→q

V V V

V F F

F V V

F F V

Notice that with the conditional True and the consequent (Q) False, you have in the fourth line that the antecedent (P) is False.

I hope I've helped.