2.5.1 · D1Number Theory (Intermediate)

Foundations — Divisibility rules — 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 (with proofs where possible)

1,733 words8 min readBack to topic

Before you can prove a single divisibility rule, you must own a handful of tools. The parent note Divisibility Rules throws around symbols like , , , , and as if you already knew them. This page builds each one from nothing, in the order you need them.


1. What "divides" even means

Picture a row of dots. Try to fence them into groups of . If the last fence lands exactly at the end, divides . If a few lonely dots stick out past the last fence, those leftovers are the remainder.

Figure — Divisibility rules — 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 (with proofs where possible)

The word remainder is the hero of this whole chapter. Hold onto it.


2. Place value: a number is a stack of digits

When you write , the little symbols are called digits — each one is a single character from to .

Why bother naming them? Because the position of a digit changes its value. The in is not worth two — it is worth two hundred. That is the whole meaning of place value.

Figure — Divisibility rules — 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 (with proofs where possible)

Read this out loud as a recipe: "take the far-left digit, multiply by its power of ten, add the next digit times its power of ten, ... down to the last digit times ." The (three dots) just means "keep the obvious pattern going".


3. Powers of ten:

One special case people forget: . Anything to the power is . That is why the last digit is multiplied by (it keeps its face value).


4. The remainder, made precise:

Now the big one. When you divide by , you get some remainder — a number from up to . We give that idea a compact notation.

Examples: (because ). (nothing left over — so divides ).

Key link: divides exactly when . "Zero remainder" and "divisible" are the same sentence.

Figure — Divisibility rules — 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 (with proofs where possible)

5. The congruence symbol:

The parent note writes things like . That squiggly three-line equals sign is not ordinary equals.

So says: and have the same remainder when divided by . Check: (remainder ), and (remainder ). Same remainder — congruent. ✓

The magic property (proved in Modular Arithmetic) is that congruences can be added and multiplied just like equations. If , then . That is why every power of ten collapses to in the rule for 3.


6. Negative remainders:

The rule for uses a surprising line: . How can a remainder be negative?

Formally: because divides . ✓ This tidy is what creates the alternating pattern in the rule for 11 — because , , , and so on.


7. gcd: the greatest common divisor

The rule for leans on the phrase .

Why the topic needs it: to check divisibility by , the note splits and checks and separately. This split is only legal because . If the two factors shared a common factor, checking them separately would double-count and give wrong answers. This safety guarantee comes from the Chinese Remainder Theorem. Full details of computing gcd live in GCD and LCM.


8. Putting it together: the prerequisite map

Here is how every foundation above flows into the divisibility rules:

Divides and remainder

mod m notation

Digits d_i

Place value recipe

Powers of ten

Reduce each power of ten mod m

Congruence sign

Negative remainder minus one

Digit-sum rules 3 and 9

Alternating-sum rule 11

Last-digits rules 2 4 5 8 10

gcd and coprime

Combined rule 6

Read it top to bottom: raw ideas (divides, digits, powers) feed the place-value recipe; the recipe plus congruence lets you reduce each power of ten mod ; and that single move branches into all the specific rules.


9. A one-glance example of the whole machine

Notice: you never divided by . You only added its digits. That is the payoff of owning these symbols.


Equipment checklist

Test yourself — say each answer out loud before revealing.

What does " divides " mean in one phrase?
splits into equal groups of with zero remainder.
In , how are positions counted?
From the right, starting at position ( is the last digit).
What is ?
.
What does give you?
The remainder (from to ) after dividing by .
" divides " is the same as saying ?
.
Read in words.
and leave the same remainder when divided by .
Is the same as "approximately equal"?
No — it means exactly identical remainders.
Why is ?
is one short of , so divides .
What does mean?
and are coprime — no common factor bigger than .
Why can we split the check for 6 into 2 and 3?
Because , so the checks don't overlap (CRT).