I know that that's the definition but I wonder why logicians choose that thefinition to be true. It sounds strange to me and I cant make sense of it if someone tell me 'if the sky is red, then I'm Marco Polo'.
-
This has been asked a few times on this site before and some of the users gave very intuitive explanations, but I can't find those questions with the search right now. Somebody will though. ETA: searching for "if p then q" gives several explanations, but I couldn't find the specific ones I remember. – turkeyhundt Mar 30 '15 at 03:08
-
Relevant – Akiva Weinberger Mar 30 '15 at 03:42
-
Also In classical logic, why is $(p⇒q)$ True if $p$ is False and $q$ is True? – MJD Mar 30 '15 at 03:57
1 Answers
This is known as the principle of explosion.
We usually think of implications as promises. Suppose I always say the truth, and suppose I say: "if it's sunday, then I'll take my dog for a walk". If I take my dog for a walk in a saturday, did I break the promise?, no!, I only break my promise if it is sunday and I haven't taken my dog out.
Secondly, this very same example helps understanding the equivalence with the contrapositive ($p\Rightarrow q \iff ¬q \Rightarrow ¬p$): if I haven't taken my dog for a walk, that implies it's not sunday.
And, lastly, a phrase from von Neumann fits perfectly (and I paraphrase): in mathematics, one doesn't understand objects, one just gets used to them. In Enderton's A mathematical introduction to logic, he suggests that we shouldn't really care about the relation with the way we define implication (or equivalence, or conjugation) with the way we usually understand it in our everyday life; we should just study the objects per se, but perhaps I'm misunderstanding what he says.

- 1,215
-
1The person you're looking for is von Neumann. I think your interpretation of implication via its contrapositive is the most natural and clears up any misconceptions. It's a shame that more professors don't teach it this way. The phrase I like to use is "when can you call me a liar?" Then it's pretty obvious what the truth table must be. – Cameron Williams Mar 30 '15 at 03:28
-
Thanks, Cameron. And as a colombian saying goes: "If my aunt had wheels, she'd be a bus". – Miguelgondu Mar 30 '15 at 03:44
-
Hah that's a pretty good saying. I like that a lot. I might use that in the future when explaining $\Rightarrow$. – Cameron Williams Mar 30 '15 at 03:47