The meaning of Implication in Logic

How do I remember Implication Logic $(P \to Q)$ in simple English?

I read some sentence like

  • If $P$ then $Q$.
  • $P$ only if $Q$.
  • $Q$ if $P$.

But I am unable to correlate these sentences with the following logic.

Even though the truth table is very simple, I don't want to remember it without knowing its actual meaning.

$$\begin{array}{ |c | c || c | } \hline 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 \\ \hline \end{array}$$


Solution 1:

If you start out with a false premise, then, as far as implication is concerned, you are free to conclude anything. (This corresponds to the fact that, when $P$ is false, the implication $P \rightarrow Q$ is true no matter what $Q$ is.)

If you start out with a true premise, then the implication should be true only when the conclusion is also true. (This corresponds to the fact that, when $P$ is true, the truth of the implication is the same as the truth of $Q$.)

Solution 2:

Not really as an answer but as an anecdote I'll sketch the following real life situation (in abstract terms to avoid controversy).

A politician $s$ declares, in a menacing voice: "if we would do $P$ then $Q$ will ensue!" where $P$ is something like electing his adversary, or not adopting the Draconic measures he proposes, and $Q$ are catastrophic events like people losing their jobs and the country plunging into a deep crisis. Now suppose $s$ is lucky and manages to avoid $P$, but that then $Q$ happens anyway. Now does this show that $s$ lied? Since $P$ is false and $Q$ is true, we are in the second line of your table, you can read off that $P\Rightarrow Q$ is deemed true in this case. In fact since $s$ prophesized about a circumstance $P$ that did not happen, later events could not have shown him a liar either way. An this in spite of the fact that by common sense the statement he made was either false (if doing $P$ would actually have prevented $Q$) or irrelevant (if $Q$ would have happened independently of $P$, or depending on other conditions than those of $P$).

You see how smart politicians are? (Of course $s$ can be shown to be a liar if he does not manage to avoid $P$, but then being out of office anyway, $s$ probably won't care much about being proven a liar as well.)

Solution 3:

I would like to share my own understanding of this. I like to think of Implication as a Promise rather than Causality which is the natural tendency when you come across it the first time.

Example:

You have a nice kid and you make him the following promise to him:

If you get an A in your exam, then I will buy you a car.

In this case P is kid gets A in exam and Q is You buy him a car.

Now let's see how this promise holds with various values for P and Q

If P is true (Kid gets A in exam) and Q is true (You bought him car) then your promise has held and $P \Rightarrow Q$ is true.

If P is true (Kid gets A in exam) and Q is false (You didn't buy him a car) then your promise didn't hold so $P \Rightarrow Q$ is false.

If P is false (Kid didn't get A in exam) and Q is true (You bought him car) then your promise still holds and $P \Rightarrow Q$ is true and that's because you only said what will happen if he get's an A, you basically didn't say what will happen if he doesn't which could imply anything. Basically you didn't break your promise and this is the weak property which most people find confusing in implication.

If P is false (Kid didn't get A in exam) and Q is false (you didn't buy him a car) then your promise has also held and $P \Rightarrow Q$ is true because you only promised and guaranteed a car if he gets an A.