Proof by deduction
Logical chain from known facts to the target statement. The bread and butter.
Definition. A proof by deduction proceeds from agreed starting points — axioms, definitions, or earlier-proved theorems — via a sequence of valid algebraic / logical steps to the conclusion.
Setup checklist for identity proofs.
- Identify which side to start from (usually the more complex one).
- State variable assumptions clearly ("Let be an integer.").
- Manipulate one side until it matches the other.
- Close with a one-sentence statement: "Hence ... as required."
Worked example 1. Prove that for all real .
- LHS RHS.
Worked example 2 (divisibility). Prove that the product of two consecutive integers is even.
- Let the integers be and , with .
- Product . One of , is even (consecutive integers alternate parity), so the product contains a factor of .
- Hence is even.
Worked example 3 (algebraic). Prove that is divisible by for every positive integer .
- Factorise: .
- These are three CONSECUTIVE integers. Among any three consecutive integers, one is divisible by and at least one is even.
- So the product is divisible by .
Style tips.
- Use (identity) when proving for-all-values statements, when solving for specific values.
- Number your equations only if you refer back to them.
- Write a closing sentence — examiners reject "stranded" working.
- Start with one side; manipulate until it matches the other.
- Parametrise: even , odd , consecutive .
- Factor products of consecutive integers to expose hidden divisors.
- Always close with a concluding sentence.