aimnova.
DashboardMy LearningPaper MasteryStudy Plan

Stay in the loop

Study tips, product updates, and early access to new features.

aimnova.

AI-powered IB study platform with personalised plans, instant feedback, and examiner-style marking.

IB Subjects
  • All IB Subjects
  • IB Diploma
  • IB ESS
  • IB Economics
  • IB Business Management
  • IB Math AI
  • IB Math AA
  • IB Physics
  • IB Biology
  • IB Chemistry
  • IB History
  • IB History (2028+)
  • IB Global Politics
  • IB Psychology
  • IB Philosophy
  • IB Geography
  • IB Spanish B
  • IB German B
  • IB Italian B
  • IB French B
  • IB English B
  • IB English A Lang & Lit
  • IB Spanish A Lang & Lit
  • IB French A Lang & Lit
Question Banks
  • ESS Question Bank
  • Economics Question Bank
  • Business Management Question Bank
  • Math AI Question Bank
  • Math AA Question Bank
  • Physics Question Bank
  • Biology Question Bank
  • Chemistry Question Bank
  • History Question Bank
  • History (2028+) Question Bank
  • Global Politics Question Bank
  • Psychology Question Bank
  • Philosophy Question Bank
  • Geography Question Bank
  • Spanish B Question Bank
  • German B Question Bank
  • Italian B Question Bank
  • French B Question Bank
  • English B Question Bank
  • English A Lang & Lit Question Bank
  • Spanish A Lang & Lit Question Bank
  • French A Lang & Lit Question Bank
Predicted Topics 2026
  • ESS Predictions 2026
  • Economics Predictions 2026
  • Business Management Predictions 2026
  • Math AI Predictions 2026
  • Math AA Predictions 2026
  • Physics Predictions 2026
  • Geography Predictions 2026
  • Spanish B Predictions 2026
  • German B Predictions 2026
  • Italian B Predictions 2026
  • French B Predictions 2026
  • English B Predictions 2026

Study Resources

  • Free Study Notes
  • Mock Exams
  • Revision Guide
  • Flashcards
  • Exam Skills
  • Command Terms
  • Past Paper Feedback
  • Grade Calculator
  • Exam Timetable 2026

Company

  • Features
  • Pricing
  • About Us
  • Blog
  • Contact
  • Terms
  • Privacy
  • Cookies

Β© 2026 Aimnova. All rights reserved.

Made with πŸ’œ for IB students worldwide

v0.1.1506
NotesMath AATopic 1.6
Unit 1 Β· Number & Algebra Β· Topic 1.6

IB Math AA β€” Proof

Topic 1.6 of IB Mathematics: Analysis and Approaches covers Proof, which is part of Unit 1: Number & Algebra. Students explore key concepts including Deductive proof, Consecutive integers, Proving identities. A strong understanding of proof is essential for IB Math AA exams and builds the foundation for connected topics across the syllabus.

Exam technique guidePractice questions

Key concepts in Proof

Key Idea: A proof shows a statement is always true, not just true for one example. You start from what's given, justify every line with algebra, and finish with the target. It's a Paper 1, by-hand skill β€” and the show that method is hidden inside sequence, trig and function questions on both papers.

πŸ”’ Name the numbers with algebra

even=2k,odd=2k+1,consecutive=n, n+1, n+2\text{even} = 2k, \quad \text{odd} = 2k+1, \quad \text{consecutive} = n,\, n+1,\, n+2even=2k,odd=2k+1,consecutive=n,n+1,n+2
k,nk, nk,n
any integer β€” one letter stands for every case
2k2k2k
even: a multiple of 2
2k+12k+12k+1
odd: one more than an even number
Two independent odds need two letters: 2a + 1 and 2b + 1. Two consecutive numbers share one: n and n + 1 β€” they're locked one apart. Pick the tidiest layout (n βˆ’ 1, n, n + 1 when there's a middle term).

βœ–οΈ Show a multiple β€” factor it out

GoalMethodConclusion line
Prove it is a multiple of kManipulate until you can take out a factor of k.k(…) = k Γ— an integer, so it's a multiple of k.
Prove it's never a multiple of kShow it always leaves the same remainder β€” write it as k(…) + r.Always k Γ— integer + r, so never divisible by k.
See (…)Β² βˆ’ (…)Β²Use aΒ² βˆ’ bΒ² = (a + b)(a βˆ’ b) β€” don't expand the brackets.The brackets collapse straight to a clean multiple.

≑ Identities: transform one side

Equation (=)Identity (≑)
True for…some valuesevery value
You…solve itprove it
Methodrearrange both sidesstart on one side, turn it into the other
Tip: Start with the messier side. Polynomial β†’ expand every bracket, then collect like terms. Rational β†’ put over a common denominator, combine, then simplify. Never move terms across the ≑.

✏️ IB-style worked examples

IB-style question β€” prove a sum is even

Prove that the sum of any two odd numbers is even.

Step by step:

  1. Two independent odds need two letters.

    2a+1and2b+12a + 1 \quad\text{and}\quad 2b + 12a+1and2b+1
  2. Add and collect like terms.

    (2a+1)+(2b+1)=2a+2b+2(2a+1)+(2b+1) = 2a + 2b + 2(2a+1)+(2b+1)=2a+2b+2
  3. Factor out 2.

    =2(a+b+1)= 2(a + b + 1)=2(a+b+1)
Final answer:

2(a + b + 1) is 2 Γ— an integer, so the sum is even. ∎

IB-style question β€” prove a multiple of 3

Prove that the sum of any three consecutive integers is a multiple of 3.

Step by step:

  1. Write three consecutive integers.

    n,β€…β€Šn+1,β€…β€Šn+2n,\; n+1,\; n+2n,n+1,n+2
  2. Add and collect like terms.

    n+(n+1)+(n+2)=3n+3n+(n+1)+(n+2) = 3n + 3n+(n+1)+(n+2)=3n+3
  3. Take out a factor of 3.

    =3(n+1)= 3(n + 1)=3(n+1)
Final answer:

3(n + 1) is 3 Γ— an integer, so the sum is a multiple of 3. ∎

IB-style question β€” prove an identity

Prove the identity (x + 4)(x βˆ’ 1) ≑ xΒ² + 3x βˆ’ 4.

Step by step:

  1. Start with the left side (the brackets) and multiply out.

    (x+4)(xβˆ’1)=x2βˆ’x+4xβˆ’4(x+4)(x-1) = x^2 - x + 4x - 4(x+4)(xβˆ’1)=x2βˆ’x+4xβˆ’4
  2. Collect like terms.

    =x2+3xβˆ’4= x^2 + 3x - 4=x2+3xβˆ’4
Final answer:

This is the right-hand side, so (x + 4)(x βˆ’ 1) ≑ xΒ² + 3x βˆ’ 4. ∎

Important: One example is not a proof β€” show that means prove it for every case, using algebra. And when the result is given, don't start from the answer. Begin with the expression you're given (or one side of an identity) and work towards the target, with a reason on every line.

Tap each card to reveal the answer.

How do you write a general even number? An odd one? Even = 2k, odd = 2k + 1, where k is any integer.

Write three consecutive integers in algebra n, n + 1, n + 2 (or n βˆ’ 1, n, n + 1 β€” pick the tidiest).

To prove a result is a multiple of 8, what's the final line? Get it to 8 Γ— (an integer) β€” e.g. 8n = 8 Γ— n, so it's a multiple of 8.

What's the fast move for (2n + 1)Β² βˆ’ (2n βˆ’ 1)Β²? Difference of squares: aΒ² βˆ’ bΒ² = (a + b)(a βˆ’ b) β€” the brackets collapse, no expanding.

= or ≑ β€” which do you solve, which do you prove? = is an equation, true for some values β†’ solve. ≑ is an identity, true for all β†’ prove.

How do you prove an identity with fractions? Take one side, put over a common denominator, combine, then simplify to the other side.

Exam Tips

  • Replace the number with algebra first: even = 2k, odd = 2k + 1, consecutive = n, n + 1, n + 2.
  • Use a separate letter for each independent unknown; share one letter only for consecutive values.
  • Multiple of k? Factor out k. Never a multiple? Show a constant remainder: k(…) + r.
  • Spot (…)Β² βˆ’ (…)Β² β†’ use aΒ² βˆ’ bΒ² = (a + b)(a βˆ’ b) instead of expanding.
  • Identity: start on the messier side and transform it into the other β€” never substitute one value.
  • Finish with a sentence: state what you've shown. The conclusion line earns a mark.

What you'll learn in Topic 1.6

  • 1.6.1 Deductive proof
  • 1.6.2 Consecutive integers
  • 1.6.3 Proving identities
Suggested study order: Read the notes for each sub-topic below β†’ test yourself with flashcards β†’ attempt practice questions β†’ review exam technique.

Study resources β€” 1.6 Proof

1.6.1

Deductive proof

Notes
1.6.2

Consecutive integers

Notes
1.6.3

Proving identities

Notes

Ready to study Proof?

Get AI-powered practice questions, personalised feedback, and a study planner tailored to your IB Math AA exam date.

Start studying free

Topic 1.6 Proof forms a core part of Unit 1: Number & Algebra in IB Math AA. Mastering these concepts will strengthen your understanding of connected topics across the syllabus and prepare you for exam questions that require analysis, evaluation, and real-world application.

Previous topic
1.5 Logarithms
Next topic
1.7 Exponent & log laws
All Math AA topics
Exam technique

Ready to practice?

Get AI-graded practice questions, mock exams, flashcards, and a personalised study plan β€” all aligned to your IB syllabus.

Start Studying Free

No credit card required Β· Cancel anytime