DWG NO. 02.2 — Lesson 2 of 5

Conditional Statements, Converses, and Biconditionals

Unit 2: Reasoning and Proof · ~15–30 min

Objective

Rewrite statements in if-then form, identify the hypothesis and conclusion, and write the converse, inverse, contrapositive, and biconditional of a conditional.

Conditional statements

A conditional statement has the form “if p, then q,” written symbolically as p → q. The part after “if” is the hypothesis (p); the part after “then” is the conclusion (q). For example: “If two angles are vertical angles, then they are congruent” has hypothesis “two angles are vertical angles” and conclusion “they are congruent.”

Related conditionals

Every conditional has three related statements, built by switching or negating its parts:

NameFormBuilt by
Conditionalp → qoriginal statement
Converseq → pswitching hypothesis and conclusion
Inverse~p → ~qnegating both parts
Contrapositive~q → ~pswitching and negating both parts

The contrapositive always has the same truth value as the original conditional — they're logically equivalent. The converse and inverse are also equivalent to each other, but not necessarily to the original.

switch negate negate switch p → q Conditional q → p Converse ~p → ~q Inverse ~q → ~p Contrapositive

Dashed diagonals mark logically equivalent pairs: conditional↔contrapositive, and converse↔inverse.

Biconditional statements

When a conditional and its converse are both true, you can combine them into one statement using “if and only if” (often shortened to “iff”), written p ↔ q. For example: “Two angles are supplementary if and only if their measures sum to 180°” — both directions hold, so the biconditional is valid.

Worked Example 1 · If-then form
ProblemRewrite in if-then form and identify the hypothesis and conclusion: “A triangle with three congruent sides is equilateral.”
1.Find the condition being described and the result that follows from it.
2.If-then form: “If a triangle has three congruent sides, then it is equilateral.”
Hypothesis: a triangle has three congruent sides  •  Conclusion: it is equilateral
Worked Example 2 · Converse, inverse, contrapositive
ProblemConditional: “If a number is divisible by 4, then it is divisible by 2.” This is true.
1.Converse: “If a number is divisible by 2, then it is divisible by 4.” False — 6 is divisible by 2 but not by 4.
2.Inverse: “If a number is not divisible by 4, then it is not divisible by 2.” False — 6 is not divisible by 4, but it is divisible by 2.
3.Contrapositive: “If a number is not divisible by 2, then it is not divisible by 4.” True — matches the original conditional's truth value, as it always must.
Conditional: true  •  Converse: false  •  Inverse: false  •  Contrapositive: true

Guided practice