A proof is not just a formality — it is how mathematicians (and top students) know something is true, not just believe it. Learning proof techniques transforms you from someone who memorizes formulas to someone who understands why they work.
This matters directly in exams: CBSE Class 11’s “Mathematical Reasoning” chapter, JEE’s number theory questions, and any problem where you’re asked to “prove” or “show” a result. Beyond exams, proof thinking sharpens logical reasoning in every subject.
We’ll cover three core techniques: direct proof, proof by contradiction, and mathematical induction. Each has its place, and knowing which to use is itself a skill.
Key Terms and Definitions
Proposition: A statement that is either true or false. Example: “The sum of two odd numbers is even.”
Theorem: A proposition that has been proved using logic from axioms or other theorems.
Axiom (postulate): A statement assumed to be true without proof (the starting point). Example: Euclid’s parallel postulate.
Conjecture: A statement believed to be true but not yet proved. (Goldbach’s conjecture is famous: every even number greater than 2 is the sum of two primes — unproved since 1742.)
Corollary: A result that follows immediately from a theorem with little additional proof needed.
Lemma: A helper result proved specifically to be used in proving a bigger theorem.
Counterexample: A single specific case that shows a statement is false. One counterexample kills a claim instantly.
Method 1: Direct Proof
How it works
Start with what you know (hypotheses, definitions), apply logical steps, and arrive at what you want to prove. This is the most natural approach.
Structure
- Assume the hypothesis (the “if” part) is true
- Apply definitions, theorems, or algebra
- Arrive at the conclusion (the “then” part)
Worked Example (Easy — CBSE Level)
Prove: The sum of two even integers is even.
Proof: Let and be even integers. By definition of even, there exist integers and such that and .
Then .
Since is an integer (integers are closed under addition), has 2 as a factor. By definition, is even.
Worked Example (Medium — JEE Level)
Prove: If is odd, then is odd.
Proof: Let be odd. Then for some integer .
Since is an integer, has the form — by definition, is odd.
In direct proofs of statements about integers (even, odd, divisibility), the first step is almost always: “Let [variable] = ” (if even) or "" (if odd) or "" or "" (if divisible by 2 or 3). This algebraic representation is the key to making abstract properties concrete.
Method 2: Proof by Contradiction
How it works
Assume the opposite of what you want to prove. Then show that this assumption leads to a logical contradiction (something known to be false, or two statements that can’t both be true). Since the assumption led to a contradiction, the assumption must be false — so the original statement must be true.
Structure
- Assume the negation of the conclusion
- Derive logical consequences
- Reach a contradiction
- Conclude the original statement is true
Worked Example (Classic — All Levels)
Prove: is irrational.
Proof (by contradiction):
Assume is rational. Then where are integers with (the fraction is in lowest terms).
Squaring: , so .
This means is even. Since the square of an odd number is odd (proved above), must be even. Write .
Then .
So is even, meaning is even.
But now both and are even — this contradicts our assumption that .
This contradiction shows our assumption was wrong. Therefore is irrational.
Worked Example (JEE Style)
Prove: There are infinitely many prime numbers.
Proof (by contradiction — Euclid’s classic proof):
Assume there are finitely many primes: .
Consider .
is either prime or composite. If prime, it’s a new prime not in our list — contradiction.
If composite, it must be divisible by some prime in our list. But , so when divided by any , the remainder is 1. So does not divide — contradiction.
Either way, we reach a contradiction. So there are infinitely many primes.
Contradiction proofs are ideal when the direct approach isn’t obvious, and especially when you’re proving something doesn’t exist or can’t happen. If a statement says “prove is irrational” or “prove no solution exists,” think contradiction first.
Method 3: Mathematical Induction
How it works
Used to prove statements of the form “P(n) is true for all positive integers ” (or for some starting value). Think of it like toppling dominoes: if the first one falls, and each falling domino knocks over the next, all dominoes will eventually fall.
Structure (Two Steps)
Base case: Prove P(1) is true (or P(0), P(2), etc., depending on where the statement starts).
Inductive step: Assume P(k) is true for some arbitrary (this is the induction hypothesis). Then prove P(k+1) is true.
Conclusion: P(n) is true for all .
Worked Example (CBSE/JEE Classic)
Prove: for all positive integers .
Base case: For : LHS = 1, RHS = . LHS = RHS. ✓
Inductive step: Assume (induction hypothesis).
We need to prove:
LHS =
[using induction hypothesis]
= RHS ✓
By the principle of mathematical induction, the formula holds for all positive integers .
Worked Example (Harder — JEE)
Prove: for all positive integers .
Base case: : . ✓
Inductive step: Assume .
We want to show .
(using induction hypothesis, since implies )
We need , i.e., . This is true for all .
So . ✓
By induction, for all .
In JEE Main, induction problems appear with sum formulas (like the one above), inequalities ( for large ), and divisibility (prove is divisible by 6 for all ). The inductive step is where most marks are given — clearly state the induction hypothesis, then explicitly use it. Writing “By induction hypothesis” is mandatory in board exams.
Solved Examples
Example 1 (Easy — CBSE)
Prove: The product of two consecutive integers is always even.
Proof: Let the consecutive integers be and . Either is even or is even (consecutive integers alternate parity). So their product includes an even factor, hence is even.
Example 2 (Medium — CBSE 12)
Prove by induction:
Proof: Base case : LHS = 1, RHS = . ✓
Assume true for :
For :
This matches the formula with .
Example 3 (Hard — JEE Main)
Prove: is irrational.
Proof (by contradiction): Assume in lowest terms. Then , so 3 divides . Since 3 is prime, 3 divides . Write . Then , so , meaning 3 divides . But then , contradicting lowest terms.
Exam-Specific Tips
CBSE Class 11: The Principle of Mathematical Induction is an entire chapter (Chapter 4). Typically 2-4 questions appear in exams: one sum formula, one divisibility, and sometimes an inequality. Practice the write-up structure — “Base case: … Inductive step: Assume P(k)… We prove P(k+1)…” — because marks are given for correct structure, not just the final algebraic manipulation.
JEE Main: Proofs appear indirectly — induction in Number Theory, contradiction in problems about irrationals or limits of sequences. A solid understanding of why these techniques work helps you construct answers rather than guess.
For all exams: When asked to “prove,” never just verify with examples. Checking that a statement works for is NOT a proof. You must use a valid proof technique.
Common Mistakes to Avoid
Mistake 1 (Induction): Proving the base case but writing a circular inductive step — assuming what you want to prove. The induction hypothesis (P(k) is true) is your tool; you must use it explicitly to prove P(k+1). If you never mention or use the induction hypothesis in the inductive step, your proof is invalid.
Mistake 2 (Contradiction): Not clearly identifying what is being contradicted. At the end of a contradiction proof, explicitly state: “This contradicts [X]. Therefore our assumption was false.” Don’t leave the reader (examiner) guessing what the contradiction is.
Mistake 3 (Direct Proof): Using specific numbers instead of general variables. If you prove “the sum of two even numbers is even” by checking , that’s not a proof. You need to show it works for any even numbers using variables and .
Mistake 4 (All types): Confusing “or” with “and” in logic. “A or B” means at least one is true. “A and B” means both are true. Many proof errors stem from this logical imprecision.
Mistake 5: Assuming the converse. If “P implies Q” is true, it does NOT follow that “Q implies P.” This is a fundamental logical error. “If is even, then is even” (true) does not immediately give you “If is even, then is even” (which also happens to be true, but requires a separate proof — specifically by contradiction).
Practice Questions
Q1: Prove that the sum of two odd integers is always even.
Let and be odd integers. Then . Since is an integer, is divisible by 2, hence even.
Q2: Prove by induction: .
Base case: : LHS = 1, RHS = . ✓
Inductive step: Assume . Then:
This is the formula for . By induction, the result holds for all .
Q3: Prove that is irrational.
Assume (in lowest terms). Then . So 5 divides . Since 5 is prime, 5 divides . Let . Then . So 5 divides . But then both and are divisible by 5, contradicting . Hence is irrational.
Q4: Prove by induction: is divisible by 3 for all positive integers .
Base case: : , divisible by 3. ✓
Inductive step: Assume for some integer .
This is divisible by 3. By induction, is divisible by 3 for all .
Q5: Give a counterexample to disprove: “All prime numbers are odd.”
Counterexample: . The number 2 is prime (divisible only by 1 and itself), but is even, not odd. One counterexample is sufficient to disprove a universal claim.
FAQs
Q: When should I use direct proof vs contradiction?
Use direct proof when the statement is of the form “If P, then Q” and you can naturally chain from P to Q using algebra or known facts. Use contradiction when direct proof isn’t obvious, when proving something doesn’t exist, or when you’re proving something is irrational/impossible. A useful heuristic: if you struggle with direct proof for more than 2 minutes, try contradiction.
Q: What does mean at the end of a proof?
The symbol (sometimes written QED, from Latin “quod erat demonstrandum” — “which was to be demonstrated”) marks the end of a proof. It tells the reader you’ve finished the argument. Always include it in your written proofs — in board exams, it signals completion.
Q: Why can’t I just verify with examples?
Verification checks finitely many cases; mathematics requires certainty for all cases (often infinitely many). The statement “2n + 1 is prime for all n” might seem true for (3), (5), (7), (9)… wait, is not prime. One failed example destroys the claim. Conversely, no number of successful examples proves a general statement.
Q: Is strong induction different from regular induction?
Strong induction assumes P(1), P(2), …, P(k) are all true and uses this to prove P(k+1). Regular induction only assumes P(k). Strong induction is needed when proving P(k+1) requires information from cases before just k. For example, proving every integer greater than 1 can be factored into primes requires strong induction.
Q: Does mathematical induction work for all types of mathematical statements?
No — induction works specifically for statements indexed by natural numbers (). For statements about all real numbers, or all continuous functions, or geometric claims, other methods (direct proof, contradiction, analysis) are needed.