๐ฐ Geometry Kingdom ยท Geometry
Logic & Proof
Read a conditional statement, write its converse, inverse and contrapositive, test a claim with a counterexample, and give the reason for every step of a proof.
In short
- A conditional is "If hypothesis, then conclusion", and any sentence that describes a condition and what follows from it can be rewritten in that shape.
- Converse = swap, inverse = negate, contrapositive = swap and negate. A statement always shares its truth value with its contrapositive, and never has to share it with its converse.
- One counterexample โ a case that fits the hypothesis and breaks the conclusion โ makes a conditional false. An example that fits both halves supports it and proves nothing against it.
- The law of detachment runs a conditional forwards for a single case; the law of syllogism chains two conditionals together. Knowing the conclusion, or knowing the hypothesis is false, yields no valid conclusion at all.
- Every line of a proof cites the given information, a definition, a postulate or a theorem, and a statement whose converse is also true can be written as a biconditional with "if and only if".
A conditional has two halves
Archivist Lumen keeps the Mirror Library because a mirror shows you a statement back to front, and back to front is exactly where most reasoning goes wrong.
A conditional is a sentence of the shape "If ..., then ...". The part after If is the hypothesis; the part after then is the conclusion.
If a shape is a square, then it is a rectangle. hypothesis: a shape is a square conclusion: it is a rectangle
Neither half keeps the words "If" or "then" โ those two words are only signposts marking where each half starts. Notice too that the conclusion usually opens with "it" or "they", because it is still talking about the same shape.
Most sentences in mathematics are conditionals wearing ordinary clothes. "All squares are rectangles" and "Vertical angles are congruent" say nothing about "if", but each one describes a condition and what follows from it, so each one can be rewritten:
All squares are rectangles. -> If a shape is a square, then it is a rectangle. Vertical angles are congruent. -> If two angles are vertical angles, then they are congruent.
Rewriting first is a habit worth building, because the three statements in the next section can only be built once you can see the two halves clearly.
The converse, the inverse and the contrapositive
From one conditional you can build three more. Every one of them is made by doing something to the two halves โ swapping them, negating them, or both:
statement If p, then q. converse If q, then p. (swap) inverse If not p, then not q. (negate) contrapositive If not q, then not p. (swap AND negate)
Take "If a shape is a square, then it is a rectangle":
converse If a shape is a rectangle, then it is a square. inverse If a shape is not a square, then it is not a rectangle. contrapositive If a shape is not a rectangle, then it is not a square.
Now the important part, and the whole reason this topic exists: these four statements do not all have to be true together. The original is true โ every square really is a rectangle. The converse is false: a 2 by 5 rectangle is nothing like a square. The inverse is false for the same reason. The contrapositive is true.
That pattern is not a coincidence. It always holds:
- A statement and its contrapositive always share a truth value. Both true, or both false โ always.
- A converse and an inverse always share a truth value with each other, and neither one has to agree with the statement.
So if someone hands you a true statement and asks what else must be true, the answer is its contrapositive, and only its contrapositive. Careful with a statement that already has a "not" in it: negating "is not divisible by 2" gives "is divisible by 2", because two negatives cancel.
Counterexamples, and reasoning that only looks safe
A conditional is false the moment a single case fits the hypothesis and breaks the conclusion. That case is a counterexample, and one is enough โ you never need a second.
"If a whole number is even, then it is divisible by 4." Counterexample: 6 is even and is not divisible by 4. So the statement is false.
Two traps sit here. The first: an example that fits *both* halves is not a counterexample โ 12 is even and divisible by 4, which supports the claim rather than breaking it. The second: "true" does not mean "true most of the time". A conditional is true exactly when no counterexample exists at all.
When the reasoning runs forwards, two laws do the work.
- Law of detachment. If "If p, then q" is true and p is true in a particular case, then q is true in that case. Given "If a quadrilateral is a square, then it is a rhombus" and "Quadrilateral Q is a square", conclude "Quadrilateral Q is a rhombus".
- Law of syllogism. If "If p, then q" and "If q, then r" are both true, then "If p, then r" is true. The middle idea drops out and the chain joins end to end.
And two shapes of argument look like those laws but are not, so the honest answer is no valid conclusion:
- Knowing the conclusion holds tells you nothing about the hypothesis. "Quadrilateral Q is a rhombus" does not make it a square โ that is the converse, and the converse need not be true.
- Knowing the hypothesis is false tells you nothing either. "Quadrilateral Q is not a square" does not make it a non-rhombus โ that is the inverse.
What a proof is, and what you may cite
A proof is a list of statements where every line after the first says why it is allowed. The reason column is not decoration: a line with no reason is a guess.
Only four kinds of thing may ever appear in that column โ the given information, a definition, a postulate (something accepted without proof), or a theorem already proved. In an algebraic proof the reasons are the properties of equality:
- Addition / Subtraction Property of Equality โ the same amount was added to, or taken from, both sides.
- Multiplication / Division Property of Equality โ both sides were multiplied or divided by the same non-zero number.
- Distributive Property โ a bracket was multiplied out, as in 3(x + 4) = 3x + 12.
- Combine like terms โ nothing was done to the equation at all; two like terms on one side were merged.
- Substitution Property โ a quantity was replaced by something already known to equal it.
- Symmetric Property โ the two sides changed places, a = b becoming b = a.
- Reflexive Property โ a = a, which sounds empty but is exactly how a shared side enters a proof.
- Transitive Property โ a = b and b = c give a = c.
In a geometric proof the reasons are the definitions and postulates of the Geometry Kingdom:
- Definition of midpoint โ the midpoint of AB gives AM = MB.
- Definition of an angle bisector โ a bisector of angle ABC gives angle ABD = angle DBC.
- Segment Addition Postulate โ if B is between A and C, then AB + BC = AC.
- Angle Addition Postulate โ if D is inside angle ABC, then angle ABD + angle DBC = angle ABC.
- Linear Pair Postulate โ two angles forming a linear pair are supplementary.
- Definition of supplementary / complementary angles โ supplementary angles add to 180ยฐ, complementary angles add to 90ยฐ.
- Vertical Angles Theorem โ vertical angles are congruent.
The near misses matter more than the list. "Definition of vertical angles" is what lets you *call* two angles vertical; the "Vertical Angles Theorem" is what lets you say they are equal. The Linear Pair Postulate makes two angles supplementary; the definition of supplementary is what turns that into "adds to 180ยฐ". Read the line on the blank, ask what new fact it claims, and pick the rule that hands you exactly that fact and nothing more.
Definitions, biconditionals, and how you answer here
A definition is special: it is a conditional whose converse is also true. "A polygon is a triangle" and "a polygon has exactly three sides" imply each other in both directions, so the pair folds into one sentence using if and only if:
A polygon is a triangle if and only if it has exactly three sides.
That sentence is a biconditional. It is allowed exactly when the statement and its converse are both true, so the test is always the same: write the converse, then hunt for a counterexample to it. If you find one, no biconditional. "If a shape is a square, then it is a rectangle" is true but reverses badly, so it stays a one-way conditional and is not a definition of anything.
How the questions here ask you to answer. Every problem in this skill is multiple choice โ nobody types a proof into a box. You click a sentence, and the options are built from the mistakes people actually make, so read all of them before choosing:
- Asked for the hypothesis or conclusion, you pick the half as it stands, with no "not" added and no "If" or "then" attached.
- Asked for the converse, inverse or contrapositive, the wrong options are the other two forms and one where only half was negated โ check both moves, the swap and the negation.
- Asked whether a statement is true, the false options carry a reason with them. The correct false option names a genuine counterexample; an option that names a case fitting both halves is supporting the statement, not breaking it.
- Asked what follows from premises, "No valid conclusion can be drawn" is on every list, and it is the right answer whenever the argument runs a conditional backwards or starts from a false hypothesis.
- Asked for the reason justifying a step, a proof is printed with each line numbered and its reason beside it; one reason is replaced by a ?, and you pick what belongs there.
Angles are written in degrees with the ยฐ sign, an angle is named "angle ABC" or "angle 1", and a segment from A to B is written AB.
Worked examples
Example 1
Write the converse, inverse and contrapositive of "If a whole number is divisible by 4, then it is even", and say which of the four statements are true.
- Name the halves. Hypothesis: a whole number is divisible by 4. Conclusion: it is even.
- Converse โ swap them: "If a whole number is even, then it is divisible by 4."
- Inverse โ negate both, order unchanged: "If a whole number is not divisible by 4, then it is odd."
- Contrapositive โ swap and negate: "If a whole number is odd, then it is not divisible by 4."
- The original is true: every multiple of 4 is a multiple of 2. So its contrapositive is true as well, automatically.
- The converse is false, and 6 is the counterexample: 6 is even and is not divisible by 4. The inverse shares the converse's truth value, so it is false too โ 6 again shows it, since 6 is not divisible by 4 and is not odd.
Example 2
Premises: "If two angles form a linear pair, then they are supplementary" and "Angle A and angle B are supplementary." What follows?
- Check which half of the conditional the second premise reports. The conditional starts from "form a linear pair"; the second premise gives "are supplementary", which is the conclusion, not the hypothesis.
- The law of detachment needs the hypothesis to be reported, so it does not apply here.
- Going from the conclusion back to the hypothesis is using the converse: "If two angles are supplementary, then they form a linear pair."
- That converse is false โ a 40ยฐ angle here and a 140ยฐ angle across the room are supplementary and form no linear pair.
- So no valid conclusion can be drawn about angle A and angle B forming a linear pair.
Example 3
In the solution below, what reason belongs at line 3? 1. 5(x + 3) = 40 โ Given 2. 5x + 15 = 40 โ Distributive Property 3. 5x = 25 โ ? 4. x = 5 โ Division Property of Equality
- Compare line 2 with line 3 and say what changed: the left side lost the 15, and the right side went from 40 to 25.
- Both sides went down by the same amount, 15, so an equal quantity was subtracted from each side.
- That is the Subtraction Property of Equality.
- Check the near miss: the Addition Property would have made both sides bigger, and the Distributive Property was already used one line earlier to open the bracket.
Example 4
Given: M is the midpoint of segment AB, and AM = CD. What reason justifies the line "MB = CD"?
- Line 1 is the given information: M is the midpoint of segment AB.
- The definition of midpoint turns that into AM = MB.
- The other given is AM = CD.
- MB = CD comes from replacing AM in "AM = CD" with the equal quantity MB, which is the Substitution Property of Equality.
- Transitive Property is the near miss here. It is a fair reason too when the chain is written as MB = AM and AM = CD; the point is that MB and CD are linked through a quantity already known to equal both.
Practice problems, with solutions
Three problems of increasing difficulty, each with the full working. In the game these are generated fresh every time; these three are fixed so this page always shows the same ones.
Problem 1
Difficulty 1 of 5"If a whole number ends in 0, then it is divisible by 5." What is the hypothesis?
- a whole number does not end in 0
- it is divisible by 5
- a whole number ends in 0
Answer: C. a whole number ends in 0
- The statement is: If a whole number ends in 0, then it is divisible by 5.
- The hypothesis is the part after "If": a whole number ends in 0.
- The conclusion is the part after "then": it is divisible by 5.
- So the hypothesis is "a whole number ends in 0".
Problem 2
Difficulty 3 of 5Statement: "If a polygon is a triangle, then it has exactly three sides." Which option is the converse of this statement?
- If a polygon has exactly three sides, then it is a triangle.
- If a polygon does not have exactly three sides, then it is not a triangle.
- If a polygon is not a triangle, then it does not have exactly three sides.
- If a polygon is not a triangle, then it has exactly three sides.
Answer: A. If a polygon has exactly three sides, then it is a triangle.
- Hypothesis: a polygon is a triangle. Conclusion: it has exactly three sides.
- To build the converse, swap the two parts and leave both alone.
- Converse: If a polygon has exactly three sides, then it is a triangle.
Problem 3
Difficulty 4 of 5This statement is true. "If an angle measures 40ยฐ, then it is acute." Which of the options below is false?
- If an angle measures 40ยฐ, then it is acute.
- None of them โ all four are true.
- If an angle is not acute, then it does not measure 40ยฐ.
- If an angle is acute, then it measures 40ยฐ.
Answer: D. If an angle is acute, then it measures 40ยฐ.
- The contrapositive, "If an angle is not acute, then it does not measure 40ยฐ", always shares the truth value of the statement, so it is true.
- The converse, "If an angle is acute, then it measures 40ยฐ", is false: a 70ยฐ angle is acute and does not measure 40ยฐ.
- One counterexample settles it, so the converse is the false one.
Common mistakes
- Writing the inverse when the converse was asked for. The converse only swaps the two halves; it adds no "not" anywhere.
- Negating one half and leaving the other alone. All three related statements treat both halves the same way โ swap both, negate both, or do both moves to both.
- Assuming a true conditional works backwards. "All squares are rectangles" is true and "all rectangles are squares" is not, and that gap is the whole reason a biconditional has to be earned.
- Offering an example that satisfies both halves as a counterexample. To break "if p then q" the case must fit p and miss q; anything else is evidence for the statement.
- Concluding something from a false hypothesis. "Quadrilateral Q is not a square" says nothing about whether it is a rhombus โ that is the inverse, and the inverse can easily be false.
- Citing the Distributive Property for a line where two like terms merged, or the Addition Property where the same amount left both sides. Read which way the equation actually moved before naming the reason.
- Mixing a definition with the theorem beside it: "definition of vertical angles" only lets you call the angles vertical, while the Vertical Angles Theorem is what makes them equal.
What you should be able to do
- Identify the hypothesis and conclusion of a conditional statement.
- Write the converse, inverse and contrapositive and decide which are true.
- Use a counterexample, the law of detachment and the law of syllogism to test reasoning.
- Justify each step of an algebraic or geometric proof with a definition, property, postulate or theorem.
Where this fits in the curriculum
Common Core
- HSG-CO.C.9
High school โ Prove theorems about lines and angles.
- HSG-CO.C.10
High school โ Prove theorems about triangles.
- HSA-REI.A.1
High school โ Explain each step in solving a simple equation as following from the equality of numbers asserted at the previous step, constructing a viable argument to justify a solution method.
SAT
- Additional Topics in Math
Reasoning from given information: conditionals, counterexamples and justified steps.