Implication
Learn about conditional statements and the implication operator.
We'll cover the following
Implication
Implication is the binary operator we ask the learners to spend most time understanding. This request is not because this operation is difficult to define but because it’s the most widely misunderstood and commonly confused operator in real-world situations.
The implication is a binary operation connecting two propositions: the premise or the hypothesis and the conclusion. We denote the implication operator by placing the symbol “” between the premise or hypothesis and the conclusion. Let and be two propositions, we can construct a implication as follows:
We can state or express this implication, , in English in the following ways:
-
: implies
-
: If then
-
: when
-
: unless
-
: Under the hypothesis the conclusion holds.
We also call a statement containing an implication operator a conditional statement. The reason for calling it a conditional statement is due to it’s “If hypothesis then conclusion” structure.
Let’s carefully understand what an implication means in everyday language. The implication claims that whenever the hypothesis is true, the conclusion must be true.
What does it say if the hypothesis is false? A moment of thought tells us that, in that case, no claim is being made. If the hypothesis is false, the conclusion may or may not be true. Therefore, when is false, the implication is true regardless of the truth value conclusion .
However, when is true, we have to check the truth value of . If the conclusion is true, the implication holds; therefore, is true. If the conclusion is false, then the implication does not hold and is false.
Let and be two propositions and,
be an implication. In the compound statement , is called the premise or the hypothesis, whereas is called the conclusion.
The truth table below formally defines the implication .
T | T | T |
T | F | F |
F | T | T |
F | F | T |
Note that in the above truth table, only one of the entries in the last column is F. In that row, is true, and is false. Therefore, if we want to claim that an implication is false, we must show that the premise is true and the conclusion is false.
Learners have significant difficulty with the last two rows of the above table. Note that when the premise is false, the implication remains true regardless of the conclusion.
Let’s look at an example:
-
: If the moon is made out of cheese
-
: The author of this lesson has horns on their head
Now let’s look at the implication:
In plain English, we can write this sentence as:
: “If the moon is made out of cheese, then the author of this lesson has horns on their head.”
Now, we ask the question: “Is true?”
We know that the premise is false (the moon is not made out of cheese). Therefore, we can conclude that should be true. You can reach this conclusion without checking the head of the author!
If an implication’s premise is false, it is true regardless of the conclusion. In such cases, mathematicians say that the implication is vacuously true.
Such truisms often seem counterintuitive—and they are. It takes some time to get used to them.
> Note: If an implication’s premise is false, then the implication is true regardless of the truth value of the conclusion.
All of you might have had a conversation in which a friend claims an astonishing fact that seems unlikely to be true. In that case, some people sarcastically ridicule them by making a vacuously true statement using their claim.
Let’s look at an example:
-
Boastful Bill: I ran 100 meters in less than 9 seconds.
-
Sarcastic Sam: If you ran 100 meters in less than 9 seconds, then I am the President of the United States.
In the above conversation, Sam tells Bill that his claim cannot possibly be true.
Examples
Let’s look at a few examples of the implication operator at work. We will take a few propositions and then use the implication operator to make new ones.
Consider:
- : Peter is eighteen years old.
- : Peter has permission to drive a car.
Now,
In everyday language, we have:
- : If Peter is eighteen years old, then he has permission to drive a car. >Note: We must understand that is only false when is true and is false. That is when Peter is eighteen years old, yet does not have permission to drive a car.
For another example, let:
- : The Sun rises from the West.
- : 2+2 = 4.
Now,
In everyday language, we can write,
- : If Sun rises from the West then 2+2 = 4.
> Note: is true because the hypothesis () is false. We do not need to check the truth value of the conclusion (which is true in this case).
Take another proposition:
- : 2+2 = 7.
Then,
In everyday language, we have,
- : If Sun rises from the West then 2+2 = 7.
> Note: is true because the truth value of hypothesis () is false. We do not need to check the truth value of the conclusion (which is false in this case).
This point must be drilled in over and over again. In an implication, if the hypothesis (or the premise) is false, the implication is true regardless of the truth value of the conclusion. If a person claims that is true, then he is not wrong simply because the is false.
Let’s consider the following:
- : Sun rises from the East.
Now,
-
-
: If Sun rises from the East then 2+2 = 7.
> Note: The truth value of is false because the truth value of hypothesis () is true and the truth value of conclusion () is false.
Let’s look at another example.
Consider the following propositions:
- : It is raining.
- : It is cloudy.
Now,
In everyday language, we have,
- : If it is raining, then it is cloudy.
can only be false if it is raining and it is not cloudy. In all other cases, will be true.
Properties
Unlike conjunction and disjunction, the implication is not commutative. Let and are two propositions and let , be the implication:
Reversing the roles of and we get a new implication,
Note that
This can be observed by making a truth table.
F | F | T | T |
F | T | T | F |
T | F | F | T |
T | T | T | T |
In the above table, consider the entry where is true and is false. In this case, is false, but is true.
Similarly, in the entry where is false and is true, is true, but is false.
Note that the notation has been chosen deliberately for implication. This notation reminds us that an implication and its converse are not equivalent.
To understand associativity, let’s look at the following truth table. Take , and as three propositions:
T | T | T | T | T | T | T |
T | T | F | T | F | F | F |
T | F | T | F | T | T | T |
T | F | F | F | T | T | T |
F | T | T | T | T | T | T |
F | T | F | T | F | F | T |
F | F | T | T | T | T | T |
F | F | F | T | F | T | T |
If we look at the bold entries in the truth table presented above, it is easy to conclude:
Hence, the implication is not associative.
Quiz
Test your understanding of the implication.
What must be the case to make the implication false?
is true and is true.
is false and is false.
is false and is true.
is true and is false.