Proof Writing Playbook
This document is a procedural guide to proof writing. It covers the common argument structures.
For each major pattern:
- the logical structure is stated,
- the components are identified,
- and a simple example proof is given.
1. Quantifiers & Logical Form (Foundation of All Proofs)
Core Quantifier Patterns
| Form | Meaning |
|---|---|
| Claim holds for every element | |
| There exists at least one witness | |
| Choice of | |
| One global choice works for all |
Example: Correct Handling of Nested Quantifiers
Claim For every real number
Proof Let
Key components
- arbitrary choice of
, - explicit construction of
, - conclusion restated universally.
Negation Rules (Used to Construct Counterexamples)
| Statement | Negation |
|---|---|
Example: Negating a Universal Bound
Claim For all vectors
Negation There exists a vector
This negated form is exactly what a counterexample must satisfy.
2. Direct Proof (Most Common Pattern)
Template
- State assumptions
- Apply definitions
- Apply known results
- Derive conclusion
Example: Direct Proof
Claim If
Proof Assume
Key components
- assumptions restated explicitly,
- no hidden steps,
- conclusion follows immediately.
3. Proof by Contrapositive
Structure
Instead of proving
prove
Example: Contrapositive Proof
Claim If a number
Contrapositive If
Proof Assume
Key components
- reformulated statement,
- proof proceeds forward,
- no contradiction invoked.
4. Proof by Contradiction
Structure
- Assume negation of the claim
- Deduce an impossibility
- Conclude the claim is true
Example: Contradiction Proof
Claim There is no largest integer.
Proof Assume there exists a largest integer
Key components
- explicit negation,
- contradiction is concrete,
- conclusion follows logically.
5. Existence Proofs
Constructive Existence
Pattern
- Explicitly define an object
- Verify it satisfies the required property
Example: Constructive Existence
Claim There exists an integer that is divisible by both 2 and 3.
Proof Let
Non-Constructive Existence
Pattern
- Assume no such object exists
- Derive contradiction
Example: Non-Constructive Existence
Claim There exist irrational numbers
Proof Consider
which is rational. Thus such numbers exist.
6. Uniqueness Proofs
Template
- Assume two objects satisfy the property
- Show they are equal
Example: Uniqueness Proof
Claim There is a unique real number
Proof Existence:
7. Inequality Proofs (General Pattern)
Template
- Start from one side
- Apply valid inequalities
- Reach the bound
Example: Inequality Proof
Claim For all real numbers
Proof By definition,
In both cases,