Notebook
00:03
12 Apr 2026

The Formal Statement of Euclid's Division Lemma

Welcome! Today we're looking at The Formal Statement of Euclid's Division Lemma — the precise mathematical language behind something you've been doing all along.

You have been writing division as an equation and applying the remainder constraint.

Now it is time to give this result its proper mathematical name and state it with the precision that mathematics demands.

Euclid's Division Lemma is over two thousand years old, yet every word in its statement earns its place:

If you...Then...
Drop 'uniquecritical'The statement becomes trivially true for infinitely many pairs
Change a single inequality signIt breaks for exact divisions

Precision in mathematical language is not pedantry — it is the difference between a statement that proves things and one that proves nothing.

Mastering this precise statement is essential because it is the foundation for:

  • The division algorithm that finds HCF
  • Case-analysis proofs about the forms integers can take

1. Complete formal statement of EDL

We've been working with division and writing it as an equation. Now it's time to give this result its proper mathematical name and state it with the precision that mathematics demands.

We are trying to capture everything we know about division:

  • The equation a=bq+ra = bq + r
  • The constraint 0r<b0 \leq r < b
  • The uniqueness of the pair (q,r)(q, r)

...all in one precise mathematical statementgoal.

The challenge is to include every necessary word without leaving any gaps that would weaken the result.

Here's what you've learned so far:

  • For any division of aa by bb, the equation a=bq+ra = bq + r holds
  • The constraint 0r<b0 \leq r < b must be satisfied
  • Exactly one pair (q,r)(q, r) satisfies this

This fact has a formal name: Euclid's Division Lemma.

✍️ Question

Your turn ✍️

State Euclid's Division Lemma in full.

Make sure you include every necessary part:

  • What kind of numbers are involved?
  • What is guaranteed to exist?
  • What conditions must hold?

Here is the precise statement:

Euclid's Division LemmaThe formal name for division with quotient and remainder: For any two given positive integers aa and bb, there exist uniqueOnly ONE possible pair of q and r works whole numbers qq and rr such that a=bq+ra = bq + rWhat happens when you divide, where 0r<b0 \leq r < bThe remainder can never be negative or reach the divisor.

Let's break down the key parts:

  • Input: Two positive integers aa and bb
  • Guarantee: There exist unique values qq (quotient) and rr (remainder)
  • Equation: a=bq+ra = bq + r
  • Constraint: 0r<b0 \leq r < bkey constraint (remainder is non-negative and strictly less than divisor)
✍️ MCQ
Choose one
In Euclid's Division Lemma, what is the constraint on the remainder rr?

In simpler words: When you divide any positive integer by another, you always get exactly one quotient and one remainderExactly one answer guaranteed — and the remainder is always between 0 and one less than the divisorCan be zero but never equals the divisor.

✍️ T/F
True or False?
Euclid's Division Lemma guarantees that the quotient and remainder are unique.

Every word earns its place:

  • 'positive integers aa and bb' — the lemma applies to all positive integers, no exceptions. Whether aa is 7 or 7 million, whether bb is 2 or 2 billion — the lemma works.

  • 'there existFor ANY positive integers, you WILL find q and r' — for any aa and bb, such qq and rr can always be found. This is a guaranteeYou will never fail to find them — you will never fail to find them.

  • 'uniqueThis is what makes the statement powerful' — there is exactly one pair (q,r)(q, r)keyThe constraint forces exactly one pair that works. This is the power of the statement. Without 'unique', we'd just be saying some qq and rr exist, but infinitely many pairsWithout uniqueness, many solutions exist could satisfy a=bq+ra = bq + r if we removed the constraint.

  • 'whole numbers qq and rr'qq and rr are non-negative integers (0, 1, 2, 3, ...).

✍️ MCQ
Choose one
Why is the word 'unique' so important in Euclid's Division Lemma?
  • 'a=bq+ra = bq + r' — the division equation. This is the relationship that ties everything together.

  • '0r<b0 \leq r < bTwo key things about this constraint' — the constraint. The lower bound allows r=0r = 0Zero remainder means exact division (exact division is perfectly valid — like 12=3×4+012 = 3 \times 4 + 0). The upper bound is strictIf r equaled b, you'd bump up q by 1rr cannot equal bb, because if it did, we could increase qq by 1 and reduce rr by bb.

2. Spotting errors in imprecise EDL statements

Now that we have the complete statement of Euclid's Division Lemma, we need to understand why every word matters.

The way to test that understanding is to look at imprecise versions and figure out exactly which piece is broken and what damage it causes.

📋 Given Info

Here are two statements a student might write:

(A) For positive integers aa and bb, a=bq+ra = bq + r where 0<r<b0 < r < b.

(B) For positive integers aa and bb, a=bq+ra = bq + r where 0rb0 \leq r \leq b.

✍️ Question

Both of these have problems. 🔍

Identify what is wrong with each one, and for each error, give a concrete example showing why it matters.

Let's look at each statement carefully.

Statement (A): 'For positive integers a and b, a = bq + r where 0 < r < bThe remainder can be zero when division is exact.'

✍️ FIB
Fill in the blank
In Statement (A), the condition is 0<r<b0 < r < b. What value of rr is being excluded by writing 0<r0 < r instead of 0r0 \leq r?
00

Problem 1: The constraint says 0<r0 < rerrorZero is a valid remainder when one number divides another exactly, meaning rr must be strictly positive. But the remainder can be 0 — when one number divides the other exactly.

For instance, 42=14×3+042 = 14 \times 3 + 0. The remainder is 0, and that's a perfectly valid division. This statement would say it's invalid, which is wrong.

Problem 2: No mention of 'unique'The lemma guarantees exactly one pair of q and r. The statement just says some qq and rr exist with a=bq+ra = bq + r, but infinitely many do.

For example, 17=5×3+217 = 5 \times 3 + 2, but also 17=5×1+1217 = 5 \times 1 + 12, or 17=5×0+1717 = 5 \times 0 + 17. The whole point of the lemma is that exactly one pairNot just any pair that works works when we require 0r<b0 \leq r < b.

✍️ MCQ
Choose one
Statement (A) is missing the word 'unique'. Why does this matter?

Statement (B): 'For positive integers a and b, a = bq + r where 0rb0 \leq r \leq b.'

Problem 1: The constraint allows r=br = b. But if the remainder equals the divisor, you can form one more group.

Take 84=12×6+1284 = 12 \times 6 + 12 — the remainder is 12, same as the divisor. That means the quotient should really be 7: 84=12×7+084 = 12 \times 7 + 0.

✍️ MCQ
Choose one
In Statement (B), they wrote 0rb0 \leq r \leq b. What's wrong with allowing r=br = b?

Problem 2: Again, no 'unique'.

Just like Statement (A), this statement is missing the word 'unique' — without it, we haven't captured what makes Euclid's Division Lemma special.

✍️ MCQ
Choose one
What is the correct constraint on rr in Euclid's Division Lemma?

The correct version: 'For any two given positive integers aa and bb, there exist uniqueExactly ONE pair of q and r works, not multiple possibilities whole numbers qq and rr such that a=bq+ra = bq + r, where 0r<b0 \leq r < bThe remainder must always be smaller than the divisor.'

✍️ MCQ
Choose one
Which of the following correctly states the constraint on rr in Euclid's Division Lemma?

Every word matters.

3. Why it's called a 'lemma'

We have established the statement of Euclid's Division Lemma and tested it for precision.

The next piece we need is context: where does this result sit in the landscape of mathematics?

Understanding its role — as a stepping stone, not a destination — reveals what it is used to build.

In mathematics, results can be called theorems, lemmas, or corollaries.

  • A theorem is a major result proved for its own sake
  • A lemma is a result proved mainly because it helps prove something bigger
✍️ Question

Question 🤔

Why is Euclid's Division Lemma called a 'lemma' rather than a 'theorem'?

Name two specific things in this topic that it enables.

A lemmaA helper result that proves something bigger is a proven mathematical statement that serves as a stepping stone for bigger results.

A theoremThe main result we actually want to prove is the main result itself.

Euclid's Division LemmaA tool, not a destination isn't the final destination — it's the tool that makes other things possibleUsed to find HCF and prove other theorems.

Think of EDL as a screwdriver: you don't display it, but you can't build anything without it.

✍️ T/F
True or False?
Euclid's Division Lemma is called a 'lemma' because it is used to prove bigger results like finding the HCF. True or False?

EDL enables two major things:

1. Euclid's Division Algorithm for finding HCF — you apply the lemma repeatedly (divide, swap, repeat) until the remainder hits 0. Each step uses EDL once.

Look at the flowchart on the board — this shows exactly how the algorithm works. You divide aa by bb, get the remainder rr, and if rr is not zero, you swap: aa becomes bb, and bb becomes rr. Then repeat until r=0r = 0.

Flowchart showing Euclid's Algorithm: boxes for 'Divide a by b', 'Get remainder r', decision diamond 'r = 0?', if yes arrow to 'HCF = b', if no arrow to 'Replace a with b, b with r' looping back

1. Euclid's Division Algorithm for finding HCF — you apply the lemma repeatedly (divide, swap, repeat) until the remainder hits 0. Each step uses EDL once.

Look at the flowchart on the board — this shows exactly how the algorithm works. You divide aa by bb, get the remainder rr, and if rr is not zero, you swap: aa becomes bb, and bb becomes rr. Then repeat until r=0r = 0.

✍️ MCQ
Choose one
In Euclid's Algorithm, when do we stop dividing?

2. Case-analysis proofs about forms of integers — when you divide any integer by 3, EDL guarantees the remainder is 0, 1, or 2. So every integer is of the form 3q3q, 3q+13q + 1, or 3q+23q + 2. This technique is used to prove results like "the square of any odd number is of the form 8m+18m + 1".

✍️ MCQ
Choose one
If we divide any integer by 55, how many possible forms can that integer take?

4. Using EDL as a four-way relationship

📋 Given Info

The formal statement is now well understood. What remains is to see the division equation not as a formula that goes in one direction, but as a four-way relationship — given any three of the four quantities, we should be able to find the missing one and verify that the constraint still holds.

The equation a=bq+ra = bq + r connects four numbers:

  • aadividend (dividend)
  • bbdivisor (divisor)
  • qqquotient (quotient)
  • rrremainder (remainder)

If you know any three, you can find the fourth.

Example: If a=253a = 253, b=17b = 17, and r=15r = 15, then:

q=2531517=23817=14q = \frac{253 - 15}{17} = \frac{238}{17} = 14

✍️ Question

Your Turn 🧮

A division gives:

  • Quotient = 23
  • Remainder = 19
  • Divisor = 31

What is the dividend?

Show your working and verify that the remainder constraint (0r<b0 \leq r < b) is satisfied.

The equation a=bq+ra = bq + r is a four-way relationshipFour values linked together. If you know any three of the four values, you can find the missing oneGiven three, solve for the missing one.

Finding each variable:

  • Know bb, qq, rr → find aa: a=bq+ra = bq + rThe base equation to remember
  • Know aa, bb, rr → find qq: q=arbq = \frac{a - r}{b}Rearrange to find q
  • Know aa, bb, qq → find rr: r=abqr = a - bq
  • Know aa, qq, rr → find bb: b=arqb = \frac{a - r}{q}
✍️ MCQ
Choose one
In the problem, you're given quotient =23= 23, remainder =19= 19, and divisor =31= 31. Which formula should you use to find the dividend aa?

Here, we're given b=31b = 31, q=23q = 23, r=19r = 19. So we use the formula to find aa:

a=bq+ra = bq + r
formula
(Your go-to when you know divisor, quotient, and remainder)
a=31×23+19a = 31 \times 23 + 19

Let's compute 31×2331 \times 23 step by step:

  • 31×20=62031 \times 20 = 620
  • 31×3=9331 \times 3 = 93
  • So 31×23=31 \times 23 = 620+93=713620 + 93 = 713sum
✍️ FIB
Fill in the blank
What is 713+19713 + 19?
732732

Then a=713+19=a = 713 + 19 = 732732.

The dividend is 732.answer

Verification: Is the remainder constraintMust be non-negative and strictly less than divisor satisfied?

We need 0r<b0 \leq r < bNon-negative and strictly less than divisor, i.e., 019<310 \leq 19 < 31

✓ Yes!Verify even if not explicitly asked 1919 is non-negative and less than 3131.

✍️ Yes/No
Yes or No?
If r=35r = 35 and b=31b = 31, is the constraint 0r<b0 \leq r < b satisfied?

Always verify the remainder constraint:Check remainder is between zero and divisor Is 019<310 \leq 19 < 31? Yes! This confirms the division equation is valid — the quotient wasn't too small or too large.