TMUA Master

Beyond Methods • Beyond Familiarity
orLog inCreate Free Account

Consider the statement

If x>3x>3, then x2>9x^2>9.

This is an implication. In general, an implication has the form

If P, then Q.

P is the assumption and Q is the conclusion. If the implication is true, then whenever P is true, Q must also be true. But knowing Q is true does not automatically tell you that P is true.

For example, “All multiples of 66 are even” can be rewritten as “If an integer is a multiple of 66, then it is even.” Writing a statement in If P, then Q form is often the easiest way to see its direction.

Reading If, Only If and If and Only If

The words if and only if give different directions.

WordingIf–then form
P if QIf Q, then P
P only if QIf P, then Q
P if and only if QIf P, then Q, and if Q, then P

For example,

x2<9x^2<9 if 3<x<3-3<x<3

means if 3<x<3-3<x<3, then x2<9x^2<9, whereas

x2<9x^2<9 only if x<3x<3

means if x2<9x^2<9, then x<3x<3.

An if and only if statement gives both directions. For example, x<3|x|<3 if and only if 3<x<3-3<x<3.

If the direction is unclear, rewrite the statement in If P, then Q form before using it.

Converse and Contrapositive

For an implication If P, then Q, there are two related statements to distinguish.

FormStatementWhat to remember
OriginalIf P, then QThis is the direction you are given.
ConverseIf Q, then PIt must be checked separately.
ContrapositiveIf not Q, then not PIt always has the same truth value as the original.

For example, “If x>4x>4, then x2>16x^2>16” is true. Its converse, “If x2>16x^2>16, then x>4x>4”, is false because x=5x=-5 satisfies x2>16x^2>16 but not x>4x>4.

The contrapositive of the original statement is

If x216x^2\leq16, then x4x\leq4.

The contrapositive is useful when the question tells you that Q is false. For example, suppose a geometric sequence has first term a>0a>0 and common ratio r>0r>0. Since u6u3=r3\frac{u_6}{u_3}=r^3,

OriginalContrapositive
If r>1r>1, then u6>u3u_6>u_3.If u6u3u_6\leq u_3, then r1r\leq1.

When forming a contrapositive, negate the whole condition.

ConditionNegation
x>4x>4x4x\leq4
A and Bnot A or not B

For example, “If x>0x>0 and y>0y>0, then xy>0xy>0” has contrapositive “If xy0xy\leq0, then x0x\leq0 or y0y\leq0”.

More complicated negations are covered in Chapter 4.

Restrictions from the original statement still apply when you rewrite it, check its converse or use its contrapositive. If the statement concerns integers, positive values or values in a particular interval, use only values in that domain.

Summary

When using an implication:

  1. Rewrite it as If P, then Q if the direction is unclear.
  2. Do not reverse it unless the converse has been checked.
  3. If the question tells you that Q is false, try the contrapositive If not Q, then not P.
  4. Keep all original restrictions when you rewrite or test the statement.

Apply the reasoning

See how mathematical reasoning clarifies a TMUA problem.

1

Using the Contrapositive with an Unknown Constant

MEMBERLogin required