logic and proof
Geometric Proof
You should know: triangles
Overview
A geometric proof is a deductive argument establishing that a geometric statement must be true, built from previously established axioms, definitions, and theorems using accepted rules of logical inference. Unlike checking a statement in many specific examples (inductive/empirical evidence), a valid proof guarantees the statement holds in every possible case. Classical geometric proofs are usually written as a chain of statements, each justified by a definition, postulate, previously proved theorem, or a valid rule of logic — the two most common formats being two-column proofs (statement/reason table) and paragraph proofs (flowing prose).
Intuition
Think of a proof as a bridge built one plank at a time: each plank (statement) can only be placed if it's nailed down by something already solid — a definition, an axiom, or an earlier theorem. You're not allowed to simply declare the far bank is reachable; you must lay every plank in order. Geometric proofs are especially visual: a diagram lets you see the given information and track what's newly established at each step, but the diagram itself is never the proof — only the logical chain of justified statements is.
Interactive Graph
Formal Definition
A proof establishes a conditional statement 'if P then Q' by a finite chain of implications, each licensed by an axiom, definition, or previously proved theorem. A classic example of proof by contradiction (reductio ad absurdum), used since antiquity to show a claimed construction or ratio is impossible, is the irrationality of √2: assume for contradiction that √2 is rational and can be written in lowest terms, then derive a contradiction:
Notation
| Notation | Meaning |
|---|---|
| Therefore — introduces the conclusion drawn from prior statements | |
| Congruent (equal in shape and size) | |
| Similar (equal in shape, proportional in size) | |
| 'Quod erat demonstrandum' — marks the end of a proof |
Properties
Two-column proof
Paragraph proof
Proof by contradiction
Direct proof
Applications
Worked Examples
Given: in △ABC and △DEF, ∠A ≅ ∠D and ∠B ≅ ∠E.
By the triangle angle-sum theorem, each triangle's angles sum to 180°.
Substitute the given congruences and subtract equal quantities.
Answer: ∠C ≅ ∠F, proved directly from the angle-sum theorem.
Practice Problems
Prove that the base angles of an isosceles triangle are congruent.
Prove that the sum of the exterior angles of any triangle (one per vertex) is 360°.
Common Mistakes
Treating a diagram as proof by itself ('it looks equal, so it must be').
A diagram is only an illustration of the given information — every claim, including ones that 'look obviously true,' must be justified by a definition, postulate, or previously proved theorem.
Assuming what you're trying to prove (circular reasoning) partway through a proof.
Every statement must follow from what was previously established (givens, definitions, prior theorems) — never from the conclusion itself, even implicitly.
Summary
- A geometric proof is a finite chain of statements, each justified by a definition, axiom, or previously proved theorem.
- Common formats: two-column proof (statement/reason table) and paragraph proof (flowing prose).
- Proof by contradiction assumes the negation of the claim and derives a logical impossibility.
- A diagram illustrates a proof but never substitutes for the logical justification of each step.
- Proof underlies not just geometry but all of mathematics, and directly parallels formal software verification.
Mathematics