Loading [MathJax]/jax/output/HTML-CSS/jax.js
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

2.3: Implications

( \newcommand{\kernel}{\mathrm{null}\,}\)

Most theorems in mathematics appear in the form of compound statements called conditional and biconditional statements. We shall study biconditional statement in the next section. Conditional statements are also called implications.

 

Implication  

An implication is the compound statement of the form “if p, then q.” It is denoted pq, which is read as “p implies q.” It is false only when p is true and q is false, and is true in all other situations.

p q pq
T T T
T F F
F T T
F F T

The statement p in an implication pq is called its hypothesis, premise, or antecedent, and q the conclusion or consequence.

Implications come in many disguised forms. There are several alternatives for saying pq. The most common ones are

  • p implies q,
  • p only if q,
  • q if p,
  • q, provided that p.

All of them mean pq.

Implications play a key role in logical argument. If an implication is known to be true, then whenever the hypothesis is met, the consequence must be true as well. This is why an implication is also called a conditional statement.

Example 2.3.1

The quadratic formula asserts that b24ac>0ax2+bx+c=0 has two distinct real solutions. Consequently, the equation x23x+1=0 has two distinct real solutions because its coefficients satisfy the inequality b24ac>0.

hands-on exercise 2.3.1

More generally,

  • If b24ac>0, then the equation ax2+bx+c=0 has two distinct real solutions. In fact, ax2+bx+c=a(xr1)(xr2), where r1r2 are the two distinct roots.

  • If b24ac=0, then the equation ax2+bx+c=0 has only one real solution r. In such an event, ax2+bx+c=a(xr)2. Consequently, we call r a repeated root.

  • If b24ac=0, then the equation ax2+bx+c=0 has no real solution.

Use these results to determine how many solutions these equations have:

  1. 4x2+12x+9=0
  2. 2x23x4=0
  3. x2+x=1

Example 2.3.2

We have remarked earlier that many theorems in mathematics are in the form of implications. Here is an example:

  • If |r|<1, then 1+r+r2+r3+=11r.
  • It means, symbolically, |r|<11+r+r2+r3+=11r.

hands-on exercise 2.3.2

Express the following statement in symbols:

If x>y>0, then x2>y2.

Example 2.3.3

If a father promises his kids, “If tomorrow is sunny, we will go to the beach,” the kids will take it as a true statement. Consequently, if they wake up the next morning and find it sunny outside, they expect they will go to the beach. The father breaks his promise (hence making the implication false) only when it is sunny but he does not take his kids to the beach.

If it is cloudy outside the next morning, they do not know whether they will go to the beach, because no conclusion can be drawn from the implication (their father’s promise) if the weather is bad. Nonetheless, they may still go to the beach, even if it rains! Since their father does not contradict his promise, the implication is still true.

Many students are bothered by the validity of an implication even when the hypothesis is false. It may help if we understand how we use an implication.

Solution

Assume we want to show that a certain statement q is true.

  1. First, we find a result of the form pq. If we cannot find one, we have to prove that pq is true.
  2. Next, show that the hypothesis p is fulfilled.
  3. These two steps together allow us to draw the conclusion that q must be true.

Consequently, if p is false, we are not expected to use the implication pq at all. Since we are not are going to use it, we can define its truth value to anything we like. Nonetheless, we have to maintain [pg:consistence] consistency with other logical connectives. We will give a justification of our choice at the end of the next section.

Example 2.3.4

To show that “if x=2, then x2=4” is true, we need not worry about those x-values that are not equal to 2, because the implication is immediately true if x2. It suffices to assume that x=2, and try to prove that we will get x2=4. Since we do have x2=4 when x=2, the validity of the implication is established.

In contrast, to determine whether the implication “if x2=4, then x=2” is true, we assume x2=4, and try to determine whether x must be 2. Since x=2 makes x2=4 true but x=2 false, the implication is false.

In general, to disprove an implication, it suffices to find a counterexample that makes the hypothesis true and the conclusion false.

hands-on exercise 2.3.3

Determine whether these two statements are true or false:

  1. If (x2)(x3)=0, then x=2.
  2. If x=2, then (x2)(x3)=0.

Explain.

Example 2.3.5

Although we said examples can be used to disprove a claim, examples alone can never be used as proofs. If you are asked to show that

if x>2, then x2>4,

you cannot prove it by checking just a few values of x, because you may find a counterexample after trying a few more calculations. Therefore, examples are only for illustrative purposes, they are not acceptable as proofs.

Example 2.3.6

The statement

“If a triangle PQR is isosceles, then two of its angles have equal measure.”

takes the form of an implication pq, where

p:The triangle PQR is isoscelesq:Two of the angles of the triangle PQR have equal measure In this example, we have to rephrase the statements p and q, because each of them should be a stand-alone statement. If we leave q as “two of its angles have equal measure,” it is not clear what “its” is referring to. In addition, it is a good habit to spell out the details. It helps us focus our attention on what we are investigating.

Example 2.3.7

The statement

“A square must also be a parallelogram.”

can be expressed as an implication: “if the quadrilateral PQRS is a square, then the quadrilateral PQRS is a parallelogram.”

Likewise, the statement

“All isosceles triangles have two equal angles.”

can be rephrased as “if the triangle PQR is isosceles, then the triangle PQR has two equal angles.” Since we have expressed the statement in the form of an implication, we no longer need to include the word “all.”

hands-on exercise 2.3.1

Rewrite each of these logical statements:

  1. Any square is also a parallelogram.
  2. A prime number is an integer.
  3. All polynomials are differentiable.

as an implication pq. Specify what p and q are.

Example 2.3.8

What does “p unless q” translate into, logically speaking? We know that p is true, provided that q does not happen. It means, in symbol, ¯qp. Therefore,

The quadrilateral PQRS is not a square unless the quadrilateral PQRS is a parallelogram

is the same as saying

If a quadrilateral PQRS is not a parallelogram, then the quadrilateral PQRS is not a square.

Equivalently, “p unless q” means ¯pq, because q is a necessary condition that prevents p from happening.

 

Converse, Inverse, Contrapositive

Given an implication pq, we define three related implications:

  • Its converse is defined as qp.
  • Its inverse is defined as ¯p¯q.
  • Its contrapositive is defined as ¯q¯p.

Among them, the contrapositive ¯q¯p is the most important one. We shall study it again in the next section.

Example 2.3.9

The converse, inverse, and contrapositive of “x>2x2>4” are listed below. We can change the notation when we negate a statement. If it is appropriate, we may even rephrase a sentence to make the negation more readable.

Example 2.3.5

List the converse, inverse, and contrapositive of the statement “if p is prime, then p is irrational.”

The inverse of an implication is seldom used in mathematics, so we will only study the truth values of the converse and contrapositive.

pqpqqp¯q¯p¯q¯pTTTTFFTTFFTTFFFTTFFTTFFTTTTT

An implication and its contrapositive always have the same truth value, but this is not true for the converse. What this means is, even though we know pq is true, there is no guarantee that qp is also true. This is an important observation, especially when we have a theorem stated in the form of an implication. So let us say it again:

The converse of a theorem in the form of an implication may not be true.

Accordingly, if you only know that pq is true, do not assume that its converse qp is also true. Likewise, if you are asked to prove that pq is true, do not attempt to prove qp, because these two implications are not the same.

Example 2.3.10

We know that pq does not necessarily mean we also have qp. This important observation explains the invalidity of the “proof” of 21=6 in this example.

21=66=2127=27

The argument we use here consists of three equations, but they are not individual unrelated equations. They are connected by implication.

21=626=2127=27

Since implications are not reversible, even though we do have 27=27, we cannot use this fact to prove that 21=6. After all, an implication is true if its hypothesis is false. Therefore, having a true implication does not mean that its hypothesis must be true. In this example, the logic is sound, but it does not prove that 21=6.

 

Sufficient, Necessary

There are two other ways to describe an implication pq in words. They are completely different from the ones we have seen thus far. They focus on whether we can tell one of the two components p and q is true or false if we know the truth value of the other.

  • p is a sufficient condition for q
  • q is a necessary condition for p.

They are difficult to remember, and can be easily confused. You may want to visualize it pictorially:

sufficient conditionnecessary condition.

The idea is, assuming that pq is true, then

  • For q to be true, it is enough to know or show that p is true. Hence, knowing p is true alone is sufficient for us to draw the conclusion the q must also be true.

  • For p to be true, it is necessary to have q be true as well. Thus, knowing q is true does not necessarily mean that p must be true.

Example 2.3.11

Consider the implication x=1x2=1. If x=1, we must have x2=1. So, knowing x=1 is enough for us to conclude that x2=1. We say that x=1 is a sufficient condition for x2=1.

If x=1, it is necessarily true that x2=1, because, for example, it is impossible to have x2=2. Nonetheless, knowing x2=1 alone is not enough for us to decide whether x=1, because x can be 1. Therefore, x2=1 is not a sufficient condition for x=1. Instead, x2=1 is only a necessary condition for x=1.

hands-on exercise 2.3.6

Write these statements:

  1. For x2>1, it is sufficient that x>1.
  2. For x2>1, it is necessary that x>1.

in the form of pq. Be sure to specify what p and q are.

Summary and Review

  • An implication pq is false only when p is true and q is false.
  • This is how we typically use an implication. Assume we want to show that q is true. We have to find or prove a theorem that says pq. Next, we need to show that hypothesis p is met, hence it follows that q must be true.
  • An implication can be described in several other ways. Can you name a few of them?
  • Converse, inverse, and contrapositive are obtained from an implication by switching the hypothesis and the consequence, sometimes together with negation.
  • In an implication pq, the component p is called the sufficient condition, and the component q is called the necessary condition.

Exercises 2.3.  

Exercise 2.3.1

Let p, q, and r represent the following statements:

p: Sam had pizza last night.
q: Chris finished her homework.
r: Pat watched the news this morning.

Write a symbolic statement for each of the following:

  1. If Sam had pizza last night then Chris finished her homework.
  2. Pat watched the news this morning only if Sam had pizza last night.
  3. Chris finished her homework if Sam did not have pizza last night.
  4. If it is not the case that Sam had pizza last night, then Pat watched the news this morning.
  5. Sam did not have pizza last night and Chris finished her homework implies that Pat watched the news this morning.
Answer

(a) pq
(b) rp
(c) ¯pq
(d) ¯pr
(e) (¯pq)r

Exercise 2.3.2

Define the propositional variables as in Problem 1. Express in words the following logic statements:

  1. qr
  2. p(qr)
  3. ¯p(qr)
  4. r(pq)

Exercise 2.3.3

Consider the following statements:

p: Niagara Falls is in New York.
q: New York City is the state capital of New York.
r: New York City will have more than 40 inches of snow in 2525.

The statement p is true, and the statement q is false. Represent each of the following statements symbolically. What is their truth value if r is true? What if r is false?

  1. If Niagara Falls is in New York, then New York City is the state capital of New York.
  2. Niagara Falls is in New York only if New York City will have more than 40 inches of snow in 2525.
  3. Niagara Falls is in New York or New York City is the state capital of New York implies that New York City will have more than 40 inches of snow in 2525.
  4. For New York City to be the state capital of New York, it is necessary that New York City will have more than 40 inches of snow in 2525.e
  5. For Niagara Falls to be in New York, it is sufficient that New York City will have more than 40 inches of snow in 2525.
Answer

(a) pq, which is false.

(b) pr, which is true if r is true, and is false if r is false.

(c) (pq)r, which is true if r is true, and is false if r is false.
(d) qr, which is true regardless of the whether r is true or false.
(e) rp, which is true regardless of the whether r is true or false.

Exercise 2.3.4

Express each of the following compound statements symbolically:

  1. The line L1 is perpendicular to the line L2 and the line L2 is parallel to the line L3 implies that L1 is perpendicular to L3.
  2. If 47089 is greater than 200 and 47089 is an integer, then 47089 is prime.
  3. If 47089 is greater than 200, then, if 47089 is prime, it is greater than 210.
  4. If x33x2+x3=0, then either x is positive or x is negative or x=0.

Exercise 2.3.5

Express each of the following compound statements in symbols.

  1. x33x2+x3=0 only if x=3.
  2. A necessary condition for x33x2+x3=0 is x=3.
  3. A sufficient condition for x33x2+x3=0 is x=3.
  4. If eπ is a real number, then eπ is either rational or irrational.
  5. All NFL players are huge.
Answer

(a) x33x2+x3=0x=3

(b) x33x2+x3=0x=3

(c) x=3x33x2+x3=0

(d) eπR(eπQeπ is an irrational number)
(e)  A person is an NFL player that person is huge.

 

Exercise 2.3.6

Original statement:   If I do not eat diner, I will wake up early.

 

(a) Find the converse, inverse, and contrapositive of the original statement.

(b) Which of the statements you wrote in (a) have the same meaning as the original statement?

Exercise 2.3.7

Original statement about quadrilateral ABCD:   If ABCD is a rectangle, then ABCD is a parallelogram.

 

(a) Find the converse, inverse, and contrapositive of the original statement.

(b) Determine the truth value of the original statement, converse, inverse, and contrapositive.

Answer

(a) converse:       If ABCD is a parallelogram, then ABCD is a rectangle.
     inverse:          If  ABCD is not a rectangle, then ABCD is not a parallelogram.
    contrapositive: If  ABCD is not a parallelogram, then ABCD is not a rectangle.
(b) The original & the contrapositive are true; the converse & inverse are false.

 

Exercise 2.3.8

Original statement:   If I do not eat dinner, I will wake up early.

(a) Rewrite the original as an equivalent statement that uses the word "necessary".

(b) Rewrite the original as an equivalent statement that uses the word "sufficient"

Exercise 2.3.9

Construct the truth tables for the following expressions:

  1. (pq)r
  2. (pq)(pr)
Answer

 pqrpq(pq)rTTTTTTTFTTTFTFTTFFFFFTTFTFTFFFFFTFTFFFFFpqrpqpr(pq)(pr)TTTTTTTTFTFFTFTTTTTFFTFFFTTTFFFTFTFFFFTFFTFFFFFT

 
 

Exercise 2.3.10

Construct the truth tables for the following expressions:

  1. (pq)(¯pq)
  2. (pq)(¯pq)

Exercise 2.3.11

Determine (you may use a truth table) the truth value of p if

  1. (pq)(qr) is false
  2. (qr)(pq) is false
Answer

(a) Using a truth table, we find that the implication (pq)(qr) is always true. Hence, no truth value of p would make (pq)(qr) false.

(b) From a truth table, we find that, (qr)(pq) is false only when p is false. We can draw the same conclusion without using any truth table. An implication is false only when its hypothesis (in this case, qr) is true and its conclusion (in this case, pq) is false. For qr to be true, we need both q and r to be true. Now q is true and pq is false require p to be false.

Exercise 2.3.12

Assume pq is true.

  1. If p is true, must q be true? Explain.
  2. If p is false, must q be true? Explain.
  3. If q is true, must p be false? Explain.
  4. If q if false, must p be false? Explain.

This page titled 2.3: Implications is shared under a CC BY-NC-SA license and was authored, remixed, and/or curated by Harris Kwong (OpenSUNY) .

Support Center

How can we help?