IB Syllabus Requirements for Proofs
1.6
Simple deductive proof, equality and identity
1.15.1
Proof by mathematical induction
1.15.2
Proof by contradiction
1.15.3
Counterexamples
1.6
SIMPLE DEDUCTIVE PROOF, EQUALITY AND IDENTITY
An equation is a mathematical statement saying that two expressions have the same value for particular values of the variable. For example,
, is true only when .
An identity is a mathematical statement saying that two expressions have the same value for every allowed value of the variable. We use for an identity. For example,
, is true for all real values of .
The equals sign states equality on a particular line of working. The identity sign says that the two sides are the same expression written in different forms, across the stated domain. The domain is not a small detail. For example, is not even defined when , where is a dimensionless variable, so any proof using it must silently or explicitly exclude values that make denominators zero.
A deductive proof is a chain of valid mathematical steps that starts from known facts or from one side of a statement and reaches the required conclusion. In a left-hand side (LHS) to right-hand side (RHS) proof, start with the LHS and transform it, line by line, until it is clearly the RHS. You can also go RHS to LHS if that side is easier. What you must not do is write the whole statement at the start as though it has already been proved.

Here is the kind of layout I want you to copy. To show
, begin with one side:
Each line follows from the one before it. That’s the point. You are not just showing algebra; you are showing the reasoning.
Deductive proof is not only algebraic. You can justify a numerical statement by exact manipulation as well. For example,
This counts as a proof because it uses exact equivalent fractions. A decimal check such as can build confidence, but the exact fraction working is the proof.
For an identity such as
, the quickest route is usually to expand the more compact side:
Checking or would not prove the identity. It would only show that the two sides match for those particular values. A proof of an identity has to handle all allowed values at the same time.
A check is not usually the proof itself, but it is part of good mathematical practice. After proving an identity, substitute a convenient value to catch arithmetic slips. In the previous identity, gives LHS and RHS , so the check supports the proof.
You can also check by reversing the algebra in your head: if the proof used expanding, try factorising or completing the square afterwards. And check the restrictions every time. If your proof involved cancelling , then cannot be in the domain. This habit is one place where mathematical reasoning differs from scientific reasoning: in mathematics, once the logic is valid and the assumptions are clear, the conclusion is forced; in science, evidence supports a conclusion but remains open to revision.
1.15.1
PROOF BY MATHEMATICAL INDUCTION
Proof by mathematical induction is a proof method for statements indexed by consecutive integers. You prove a first case, then prove that any one true case makes the next case true. That locks in every later case. It is built for statements such as
The structure matters. In fact, the structure is the logic. You need three pieces:

Once those pieces are in place, you can write the conclusion: since is true and , by mathematical induction is true for all
Don’t confuse this with the inductive method in science. Scientific induction uses many observations to suggest a general rule. Mathematical induction proves a logical chain: the first link is true, every link forces the next link, so the whole infinite chain is secure.
Let
For the base case, when ,
so is true.
Now assume is true for some . So
Use that assumption to prove :
That is exactly the RHS of . Therefore is true and , so the formula is true for all .
Induction also works cleanly for divisibility. To prove divides for all , let be the statement for some integer .
Base case: , so is true.
Assume is true, so
Then , and
Since is an integer, divides . The induction step is complete.
The syllabus expects induction to show up across the course, not just as a one-off trick. It can prove formulae for sums of sequences, divisibility results, statements involving powers of complex numbers, and results linked to differentiation. It can also prove algebraic formulae such as binomial coefficient identities.
Sometimes the first true case is not . If the statement begins at , where is an integer, prove as the base case and then prove for . The conclusion then starts at , not at .
When proving a sum, don’t just replace every by in the assumed formula and announce success. The induction step must start from the expression for , split off the new final term, use the induction hypothesis, and then simplify to the required form.
1.15.2
PROOF BY CONTRADICTION
A proof by contradiction proves a statement by assuming its negation, then reaching something impossible. That impossible result may go against a known theorem, a definition, or an assumption made earlier in the proof.
The logic is simple: a statement is either true or false. If treating it as false leads to an impossibility, the statement has to be true.

A tidy contradiction proof often follows this pattern:
A rational number is a real number that can be written as , where and . An irrational number is a real number that is not rational.
We’ll prove that is irrational. Suppose, for contradiction, that is rational. Then
Squaring both sides gives
So divides . Since is prime, divides , so we can write , where . Substitute this into the equation:
so
Now divides , and again divides . We have shown that divides both and , which contradicts the assumption that was in lowest terms. Therefore is irrational.
The same style proves that is irrational: assume in lowest terms, cube both sides, and use the fact that if prime divides , then it divides .
Here is a neat contradiction proof: if is rational and is irrational, then is irrational. Here and are real numbers.
Suppose instead that is rational. Since is rational, the difference
would be rational, because rational numbers are closed under subtraction. But this contradicts the statement that is irrational. Hence is irrational.
Euclid's proof that there are infinitely many primes is another famous contradiction. Assume there are only finitely many primes. Multiply them together, add , and then ask which prime divides the new number. Any listed prime leaves remainder , so the finite list cannot have been complete.
Proofs like this raise a useful TOK point: a mathematical proof is checked by a community for logical validity, not by repeated measurement. The Four-colour theorem is an interesting modern case because its accepted proof used extensive computer checking; it reminds us that certainty in mathematics depends not only on a conclusion being true, but on the proof being communicated and verified convincingly.
1.15.3
COUNTEREXAMPLES
A counterexample is a specific case that fits the assumptions of a general statement but makes the conclusion false. One counterexample is enough to disprove a statement that starts with words like 'for all', 'always', or 'no'.
Still, writing down a number by itself won't do. You need to show two things: your example is allowed by the statement, and it makes the statement fail.
Two examples showing the structure of a counterexample.
| Universal claim | Allowed case | Check | Why it fails |
|---|---|---|---|
| All numbers in are prime | has factors other than 1 and itself, so it is not prime | ||
| No positive integers satisfy | The allowed values do satisfy the equation, so the claim is false |
Consider the set
The claim 'all elements of are prime' is false.
Take , which is allowed because . Then
This number is not prime because it has factors other than and itself. So is a counterexample.
The statement 'there are no positive integer solutions to ' is false.
Then
The example is allowed, and it satisfies the equation. So it contradicts the word 'no'. That explanation is the key part.
A counterexample can disprove a universal statement, but examples can't prove one. A formula might work for , , and , where is a natural number, and still fail later. That is why proof methods such as deduction, contradiction, and induction matter: they validate the general claim instead of just giving supporting evidence.