Unit 2: Reasoning and Proof · ~15–30 min
Rewrite statements in if-then form, identify the hypothesis and conclusion, and write the converse, inverse, contrapositive, and biconditional of a conditional.
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.”
Every conditional has three related statements, built by switching or negating its parts:
| Name | Form | Built by |
|---|---|---|
| Conditional | p → q | original statement |
| Converse | q → p | switching hypothesis and conclusion |
| Inverse | ~p → ~q | negating both parts |
| Contrapositive | ~q → ~p | switching 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.
Dashed diagonals mark logically equivalent pairs: conditional↔contrapositive, and converse↔inverse.
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.