Proof Techniques

Context: FIT1058_MOC, FIT2014_MOC · the named patterns a proof follows · matched to the claim’s quantifier · Mathematical Induction is the fifth Judging quality: Proof Critique (Good, Bad and Ugly Proofs) — valid vs invalid vs merely graceless.

Quick Revision

  • 🎯 Objective: pick the argument pattern matching the claim’s logical shape ➔ construction / cases / contradiction / symbolic manipulation (+ induction).
  • 📦 Core Components: construction | cases | hard-direct contradiction | identities symbolic manipulation.
  • ⚡ Key Constraint: a single example proves but never ; exhaustion needs a finite (or finitely-partitioned) domain.

📝 Core

1. Symbolic Manipulation

  • Method ➔ a chain of law-justified equalities transforming one expression into another.
  • Freedom ➔ start from either side (often the more complex, simplifying toward the other).
  • Scope ➔ algebra, set laws (De Morgan, distributive, idempotent).

2. Construction (Witness)

  • Proves ➔ an existential by exhibiting one concrete object.
  • Common mistake ➔ a single example never proves a universal — it only illustrates.

3. Cases (Exhaustion)

  • Method ➔ split the domain into finitely many cases that collectively cover everything; prove each.
  • Rules ➔ cases may overlap (redundant but valid); they must be exhaustive; infinite domains partition (e.g. vs ).

4. Contradiction (Reductio)

  • Method ➔ assume the negation, derive an absurdity (), conclude the assumption false.
  • Canonical ➔ Euclid’s infinitude of primes; interesting-number (Well-Ordering); is irrational (assume in lowest terms both even contradiction); Cantor’s diagonalisation (Countability and Cantor Diagonalisation).
  • ⚠ Don’t over-apply ➔ if a direct proof exists, wrapping it in contradiction makes it ugly, not stronger (Proof Critique (Good, Bad and Ugly Proofs)).

5. Proving Equalities (the two-sided strategies)

  • Set equality ➔ prove and separately.
  • Subset relation ➔ take a general member of , name it, use ‘s definition, follow the consequences, aim at ‘s definition. (the blueprint used for in Formal Languages (Alphabets, Words, Languages))
  • Numerical equality ➔ transform into algebraically if you can; if not, prove and .

⚖️ Core Decision Matrix

Claim shapeTechniqueKey first move
constructionexhibit one witness
(finite domain)cases / exhaustionpartition, prove each
equality / identitysymbolic manipulationtransform one side
hard to attack directlycontradictionassume the negation
Mathematical Inductionbase + inductive step

When It Flips: method follows the goal — the quantifier picks the pattern. Exhaustion needs a finite (or finitely-partitioned) domain; contradiction needs a true axiom framework, so a derived absurdity convicts only the assumed negation. Real proofs often combine several.

📊 Exam Execution Trace

Manual Execution Trace

Matching claims to techniques:

Step / StateClaimLogical shapeTechnique
0 (Init)
1 even prime”existentialconstruction (witness 2)
2 even universal, finite casescases (, )
3 irrational”hard-directcontradiction

⚠️ Common Mistakes

  • 💡 Construction ≠ universal proof ➔ exhibiting one witness settles only; a claim needs cases/arbitrary-element, and contradiction relies on a true framework so the lone false assumption is convicted.

🧠 Active Recall