Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Conditional statements are a basic structure in mathematics: they connect a hypothesis to a conclusion using the form if p, then q. They matter because many definitions, theorems, and proofs are written as conditionals. Learning how to read and transform these statements helps students decide what a theorem actually says and what it does not say.

This skill also supports clear reasoning in geometry, algebra, computer science, and everyday arguments.

A conditional statement p -> q has three common related forms: the converse q -> p, the inverse not p -> not q, and the contrapositive not q -> not p. The original conditional and its contrapositive are logically equivalent, meaning they always have the same truth value. The converse and inverse are also equivalent to each other, but not necessarily to the original statement.

A single counterexample can disprove a conditional by showing a case where p is true but q is false.

Understanding Math: Conditional Statements and Logic

A useful way to judge a conditional is to focus on the cases where its starting condition actually occurs. Consider the statement, If a whole number is divisible by four, then it is even. Any number divisible by four passes the test of being even, so the claim holds.

A number that is not divisible by four does not damage the statement, even if it is odd or even. This often feels strange at first. In formal logic, a promise only fails when the required condition is met but the claimed result does not follow.

Truth tables make this rule visible. List every possible truth value for the hypothesis and conclusion. There are four cases.

When the hypothesis is true and the conclusion is true, the conditional works. When the hypothesis is true and the conclusion is false, it fails. In the two cases where the hypothesis is false, the conditional counts as true.

Think of a school rule that says, If you submit the form, you receive a badge. The rule is broken only if someone submits the form but receives no badge. It says nothing about people who did not submit it.

The contrapositive is especially valuable in proofs because it can turn a difficult direct argument into a simpler one. Suppose a theorem says that if a number is divisible by six, then it is divisible by three. Rather than starting with divisibility by six, a student may show that if a number is not divisible by three, it cannot be divisible by six.

This approach is common when proving facts about even and odd numbers, factors, square roots, and geometry. The two statements stand or fall together, so proving either one proves the other.

The converse causes many mistakes because familiar patterns can make it sound believable. If a shape is a square, then it has four equal sides. Reversing that claim gives a shape with four equal sides is a square.

A rhombus that is not a square shows why this fails. Its sides can all match while its angles are not right angles.

Before accepting a reversed statement, search for an example that has the conclusion of the original claim without having its hypothesis. One valid counterexample is enough to reject a general claim.

Careful wording matters. Terms such as only if, necessary, sufficient, all, some, and unless signal logical structure. Saying being divisible by four is sufficient for being even means divisibility by four guarantees evenness.

Saying being even is necessary for divisibility by four means the same relationship from a different angle. In geometry, mark exactly which facts are given and which facts must be shown.

In algebra, state any restrictions before dividing or taking a square root. Logic helps students avoid claiming more than the evidence supports.

Key Facts

  • Conditional: p -> q means if p, then q.
  • Converse: q -> p switches the hypothesis and conclusion.
  • Inverse: not p -> not q negates both parts of the original conditional.
  • Contrapositive: not q -> not p switches and negates both parts.
  • Logical equivalence: p -> q is equivalent to not q -> not p.
  • A conditional p -> q is false only when p is true and q is false.

Vocabulary

Conditional statement
A statement in the form if p, then q, where p is the hypothesis and q is the conclusion.
Hypothesis
The part of a conditional statement that follows if and gives the condition being assumed.
Conclusion
The part of a conditional statement that follows then and gives the result claimed.
Contrapositive
The statement formed by switching and negating the hypothesis and conclusion of a conditional.
Counterexample
A specific example that proves a statement false by satisfying the hypothesis but not the conclusion.

Common Mistakes to Avoid

  • Treating the converse as automatically true is wrong because q -> p does not always have the same truth value as p -> q.
  • Forgetting to negate both parts when forming the inverse is wrong because the inverse of p -> q must be not p -> not q.
  • Using an example that makes both p and q true as a proof is wrong because examples support a pattern but do not prove a universal conditional.
  • Giving a counterexample where the hypothesis is false is wrong because a counterexample must make p true and q false.

Practice Questions

  1. 1 Let p be true and q be false. Find the truth values of p -> q, q -> p, not p -> not q, and not q -> not p.
  2. 2 A truth table has 4 possible rows for p and q. In how many rows is p -> q true, and in how many rows is it false?
  3. 3 For the statement if a number is divisible by 4, then it is even, write the converse, inverse, and contrapositive. Identify which related statement is guaranteed to be logically equivalent to the original.