IB MATHEMATICS: ANALYSIS AND APPROACHES • NUMBER AND ALGEBRA

Proof — SL 1.7 Proof (simple deductive proof; LHS-to-RHS; equality vs identity)

Learn to build rigorous mathematical arguments that transform one side of an equation into the other.

Historical Context & Motivation

Mathematics isn't just about getting the right answer — it's about knowing why the answer is right. Since the earliest civilizations, mathematicians have grappled with the question of certainty: how can you be absolutely sure a statement is true, not just for the examples you've checked, but for every possible case? This drive toward certainty gave rise to the concept of mathematical proof, a logical argument that establishes a result beyond all doubt.

~300 BCE
Euclid's Elements
The Greek mathematician Euclid compiled The Elements, a masterwork of deductive proof that organized geometry from basic axioms. This became the gold standard for logical reasoning for over two thousand years.
~825 CE
Al-Khwarizmi & Algebra
The Persian scholar al-Khwarizmi wrote foundational texts on algebra, introducing systematic methods for solving equations and justifying each manipulation step — an early form of algebraic proof.
1637
Descartes & Symbolic Notation
René Descartes advanced symbolic algebra, making it possible to express identities compactly. His notation allowed proofs to be written in the concise style we use today, with variables like x and y standing for any value.
1900s
Modern Proof Standards
Mathematicians like Hilbert and Russell formalized the rules of logic and proof. Today, every branch of mathematics — from IB courses to cutting-edge research — relies on the same deductive framework that Euclid pioneered.

In the IB Mathematics: Analysis and Approaches course, SL 1.7 introduces you to simple deductive proof. The central question is this: given a mathematical statement, how do you build an airtight argument that it must be true? And what's the difference between a statement that happens to be true for certain values and one that is always true?

Core Principles & Definitions

Before you can write a proof, you need to understand the key ideas that underpin mathematical reasoning at this level. Each concept below builds on the last, and together they form the toolkit you'll use whenever you prove a result in SL 1.7.

1

Deductive Proof

A deductive proof is a chain of logical steps, each justified by a known fact, definition, or previously proven result. If every step is valid, the conclusion is guaranteed to be true — no exceptions.
2

Equality vs Identity

An equation (equality) is true only for specific values of the variable, e.g. 2x = 6 is true only when x = 3. An identity is true for all permissible values, e.g. (a + b)² ≡ a² + 2ab + b².
3

LHS-to-RHS Method

The LHS-to-RHS technique starts with one side of a proposed identity and uses algebraic manipulation to transform it into the other side. This is the primary proof method in SL 1.7.
4

Justified Steps

Every algebraic manipulation in a proof must be justified — whether by distributive law, factoring, a known identity, or a definition. Writing proof steps without reasons is like giving directions without street names.
5

The Identity Symbol ≡

The symbol (triple bar) means 'is identically equal to' — it signals that the equation holds for all values of the variable, not just particular solutions.
KEY TAKEAWAY
Think of the difference between an equation and an identity like the difference between a lock and a door that's always open. An equation is a lock that only opens with the right key (specific values). An identity is a door that's always open — it works no matter what value you plug in.

Visual Explanation — Equality vs Identity

The left panel shows an equation that is only satisfied by one value of x. The right panel shows an identity that holds for every possible pair of values (a, b). Notice the different symbols: = for equality and ≡ for identity.

The diagram above highlights the fundamental distinction you need to master. On the left, the equation 2x + 3 = 11 is a conditional statement — it's true only when x takes the value 4, and false for every other number. On the right, the identity (a + b)² ≡ a² + 2ab + b² is a universal truth that holds regardless of what numbers you substitute for a and b. When the IB asks you to 'prove' something, they almost always want you to show that an identity is true, not solve an equation. The method for doing this is the LHS-to-RHS approach, which we'll break down next.

Mathematical Framework — The LHS-to-RHS Method

The LHS-to-RHS method is the most common proof technique in SL 1.7. The idea is straightforward: you start with the left-hand side (LHS) of a proposed identity and, through a series of justified algebraic steps, transform it until it looks exactly like the right-hand side (RHS). If you can do this using only valid algebraic operations, you have proven the identity.

GENERAL STRUCTURE OF AN LHS-TO-RHS PROOF
LHS = (expression₁) = (expression₂) = … = RHS
Each '=' sign connects two expressions that are equal by virtue of a specific algebraic rule (distributive law, factoring, known identity, etc.). You must be able to name the rule at every step.

Key Algebraic Tools You'll Use

DISTRIBUTIVE LAW
a(b + c) = ab + ac
Multiply each term inside the parentheses by the factor outside. This is one of the most frequently used steps in LHS-to-RHS proofs.
DIFFERENCE OF SQUARES
a² − b² = (a + b)(a − b)
A quadratic expression that is the difference of two perfect squares can always be factored as the product of a sum and a difference.
PERFECT SQUARE IDENTITY
(a + b)² ≡ a² + 2ab + b²
Expanding a binomial squared. Similarly, (a − b)² ≡ a² − 2ab + b². These are identities you can use as justified steps within a larger proof.
⚠️ Important Rule
In an LHS-to-RHS proof, you must never work on both sides at the same time. Pick one side (usually the more complex one), and manipulate it until it matches the other side. Working on both sides simultaneously assumes the thing you're trying to prove, which is a logical error called circular reasoning.

Detailed Breakdown — Anatomy of a Proof

Every well-written deductive proof follows a clear structure. Let's dissect the anatomy of a proof so that when you sit down to write one, you know exactly what to include. The diagram below shows the flow from the opening statement through to the concluding declaration.

The five stages of an LHS-to-RHS proof: state the claim, choose a side, apply justified algebraic steps, arrive at the other side, and write a concluding statement. The □ symbol (called a tombstone or Halmos symbol) marks the end of a proof.

Notice how the proof in the diagram flows in one direction — from LHS downward to RHS. At no point do we assume the result is true and work backward. Each step transforms the current expression into a simpler one, with a named justification in parentheses. This is the hallmark of deductive reasoning: every line follows necessarily from the one before it.

💡 IB Exam Tip
Always write 'LHS =' at the start of your proof and '= RHS' at the end. The IB mark scheme typically awards a mark for clearly identifying both sides and a separate mark for the concluding statement. Don't skip these — they're easy marks.

Worked Example

Let's walk through a complete proof that could appear on an IB SL exam. We'll prove an algebraic identity using the LHS-to-RHS method, showing every step with its justification.

Prove that (2x + 3)² − (2x − 3)² ≡ 24x
1
Step 1 — Identify the SidesWe need to show that the left-hand side, (2x + 3)² − (2x − 3)², is identically equal to the right-hand side, 24x. We'll start with the LHS because it is the more complex expression.
LHS = (2x + 3)² − (2x − 3)²
2
Step 2 — Expand the First SquareUsing the perfect square identity (a + b)² = a² + 2ab + b², we expand (2x + 3)².
(2x + 3)² = 4x² + 12x + 9
3
Step 3 — Expand the Second SquareUsing the identity (a − b)² = a² − 2ab + b², we expand (2x − 3)².
(2x − 3)² = 4x² − 12x + 9
4
Step 4 — Subtract the ExpressionsWe subtract the second expansion from the first. Be careful with the negative sign — it applies to every term in the second expression.
LHS = (4x² + 12x + 9) − (4x² − 12x + 9) = 4x² + 12x + 9 − 4x² + 12x − 9
5
Step 5 — Simplify by Collecting Like TermsThe 4x² terms cancel, the constant terms cancel, and we are left with 12x + 12x = 24x.
LHS = 24x = RHS
6
Step 6 — Concluding StatementSince we have transformed the LHS into the RHS using only valid algebraic operations, the identity is proven.
Hence (2x + 3)² − (2x − 3)² ≡ 24x □
🔄 Alternative Approach
You could also use the difference of squares identity directly: a² − b² = (a + b)(a − b). Letting a = (2x + 3) and b = (2x − 3), we get [(2x + 3) + (2x − 3)][(2x + 3) − (2x − 3)] = (4x)(6) = 24x. This is a more elegant approach, but both methods earn full marks.

Common Errors & How to Avoid Them

Even students who understand the concepts of proof can lose marks through avoidable mistakes. The table below lists the most common errors seen in IB proof questions, along with the correct approach.

Common proof errors and corrections
Common ErrorWhy It's WrongCorrect Approach
Working on both sides simultaneouslyThis assumes the identity is true (what you're trying to prove), creating circular reasoning.Start with one side only. Manipulate it step by step until it matches the other side.
Plugging in specific values as 'proof'Checking one or two values shows the identity might be true, but doesn't prove it for all values. This is verification, not proof.Use algebraic manipulation with variables. Specific values can only be used to disprove (by finding a counterexample).
Missing justifications for stepsA proof without reasons is just a list of equations. The examiner can't verify your logic.Write a brief note in parentheses or words after each key step: (expanding), (factoring), (collecting like terms).
No concluding statementWithout a final statement, the examiner may not award the last mark. The proof feels incomplete.End with 'Hence LHS = RHS, and the identity is proven' or a similar definitive statement, followed by □ or Q.E.D.
Sign errors when distributing negativesForgetting to distribute the minus sign to every term inside a bracket is the most frequent algebraic slip.Write out the subtraction explicitly: −(a − b) = −a + b. Never skip this step mentally.
KEY TAKEAWAY
Think of a proof like building a bridge: you start from one bank (the LHS) and lay planks (justified steps) one at a time until you reach the opposite bank (the RHS). If you start building from both sides and just hope they meet in the middle, you have no guarantee the bridge is connected. A proper proof builds in one direction, ensuring every plank is solid.

Connection to Advanced Proof Techniques

The LHS-to-RHS method you've learned in SL 1.7 is just the beginning. As you progress through mathematics — whether in HL, university courses, or beyond — you'll encounter more powerful proof techniques. Understanding where simple deductive proof fits into the bigger picture helps you appreciate both its strengths and its limitations.

Simple deductive proof vs. advanced proof methods
FeatureSimple Deductive Proof (SL 1.7)Advanced Techniques (HL / University)
MethodAlgebraic manipulation: expand, factor, simplifyProof by induction, contradiction, contrapositive
What it provesAlgebraic identities (statements true for all values)Existence theorems, universal statements, impossibility results
Direction of reasoningForward: LHS → … → RHSMay be indirect (assume the opposite and derive a contradiction)
Typical IB contextNumber & Algebra, Trigonometry identitiesHL Paper 1: proof by induction, number theory
PrerequisitesAlgebra 1 skills: expanding, factoring, fractionsLogic, set theory, and mathematical maturity

If you continue to HL Analysis and Approaches, you'll encounter proof by mathematical induction, which is like a domino chain: you prove a statement works for a starting value, then show that if it works for any value k, it must also work for k + 1. You'll also meet proof by contradiction, where you assume a statement is false and show that this leads to an impossibility — famously used to prove that √2 is irrational. The deductive reasoning skills you're building now form the foundation for all of these techniques.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain the difference between an equation and an identity. Give one example of each using the variable n.
PROBLEM 2BASIC CALCULATION
Prove that (x + 5)² − x² ≡ 10x + 25.
PROBLEM 3INTERMEDIATE
Prove that (3a + b)² − (3a − b)² ≡ 12ab.
PROBLEM 4APPLIED
A square garden has side length (n + 4) metres. A smaller square flower bed of side length (n − 1) metres is removed from the corner. Prove that the remaining area is identically equal to 5(2n + 3) square metres.
PROBLEM 5CRITICAL THINKING
A student claims: 'I checked that n² + n + 41 is prime for n = 0, 1, 2, 3, 4, 5, so it must be prime for all positive integers n.' Is this a valid proof? Explain your reasoning, and find a counterexample if one exists.

Lesson Summary

In SL 1.7, you learn to write simple deductive proofs — logical arguments where every step is justified by a known algebraic rule. The primary technique is the LHS-to-RHS method: you pick the more complex side of a proposed identity and transform it, step by step, until it matches the other side. The crucial distinction is between an equation (true for specific values, symbol =) and an identity (true for all values, symbol ≡). You solve equations but you prove identities.

Key habits for exam success: always label LHS and RHS clearly, justify each algebraic manipulation, never work on both sides simultaneously (to avoid circular reasoning), and finish with a concluding statement. Remember that checking specific numbers is verification, not proof — only algebraic manipulation with variables establishes a result for all values. These deductive reasoning skills form the foundation for every advanced proof technique you'll encounter in higher mathematics.

Varsity Tutors • IB Mathematics: Analysis and Approaches • Proof — SL 1.7 Proof (simple deductive proof; LHS-to-RHS; equality vs identity)