Foundations — Divisibility rules — 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 (with proofs where possible)
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.

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.

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.

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:
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.