← mapBedrock

The Laws of Arithmetic

⚗ Dr. Möbius, from the lab

You've been obeying laws your whole life without ever reading them — commutativity, associativity, distributivity — chanted at you in third grade like goddamn scripture. Today we drag them into the lab, strap them to the bench, and find out WHY they're true. Spoiler: they're theorems about counting, not decrees from God, and the Federation of Boring Textbook Authors should be ashamed for never telling you that.

THE BIG IDEA

The arithmetic laws are not arbitrary rules — they are provable facts about counting, and distributivity is the single hinge connecting addition to multiplication that all of algebra swings on.

Addition and multiplication are just counting, twice

Remember the successor machine from What Is a Number? — every natural number is 00 wearing some SS's, and "add bb" means "apply the successor bb times." That's addition: counting on, with a head start. Same fucking move, one floor down.

Multiplication is the same trick stacked once more. a×ba \times b means add aa to itself bb times — repeated addition, the way addition was repeated succession. Three groups of four:

3×4=4+4+4=12.3 \times 4 = 4 + 4 + 4 = 12.

So we have two operations, both born from counting. Now here's the thing the Federation of Boring Textbook Authors never tells you: these operations come with guarantees — properties so reliable we build the entire skyscraper of algebra on them. And every one of those guarantees can be proven from the counting picture. Let me show you what they've been hiding.

Commutativity: the rectangle that ends the argument

The claim is a+b=b+aa + b = b + a and a×b=b×aa \times b = b \times a. Order doesn't matter. Obvious? It is NOT obvious — it's a damn theorem, and here's the proof that makes it undeniable.

Lay out a×ba \times b as a rectangle of dots: aa rows, bb columns.

\begin{matrix} \bullet & \bullet & \bullet & \bullet \\ \bullet & \bullet & \bullet & \bullet \\ \bullet & \bullet & \bullet & \bullet \end{matrix}

Count it by rows: 33 rows of 44, that's 3×4=123 \times 4 = 12. Now turn your head ninety degrees and count the SAME dots by columns: 44 columns of 33, that's 4×3=124 \times 3 = 12. Same dots, same count, two readings. That's the whole proof — a×b=b×aa \times b = b \times a because rotating a rectangle doesn't change how many dots it has. For addition, line up aa dots then bb dots, walk the line backwards: same total. Commutativity is a fact about geometry, not a vibe. I have this proof laminated on the lab wall next to a portrait of Peano looking smug.

Associativity: grouping is free

The claim is (a+b)+c=a+(b+c)(a + b) + c = a + (b + c) and (a×b)×c=a×(b×c)(a \times b) \times c = a \times (b \times c). The parentheses say which addition to do first, and associativity says the answer doesn't care.

For addition this is just "a pile of dots is a pile of dots" — group the first two, then add the third, or group the last two first; you're counting the same heap. For multiplication, picture a box of dots: aa deep, bb wide, cc tall. Slice it into cc layers of a×ba \times b dots each — that's (a×b)×c(a \times b) \times c. Or slice it into aa walls of b×cb \times c — that's a×(b×c)a \times (b \times c). Same box, same dots. The grouping is bookkeeping; the box doesn't move.

Distributivity: the bridge, the engine, the whole damn point

Here is the law that matters more than all the others combined:

a×(b+c)=a×b+a×c.a \times (b + c) = a \times b + a \times c.

This is the ONLY law that mentions both ++ and ×\times in the same breath — it's the bridge between them. And it has a picture so clean it should be straight-up illegal to teach algebra without it. Take a rectangle aa tall and (b+c)(b + c) wide, then chop it with a vertical line into a bb-wide piece and a cc-wide piece:

a×(b+c)whole slab=a×bleft piece+a×cright piece.\underbrace{a \times (b+c)}_{\text{whole slab}} = \underbrace{a \times b}_{\text{left piece}} + \underbrace{a \times c}_{\text{right piece}}.

The whole area equals the sum of the two pieces. That's it. That's distributivity — it's just "the area of a rectangle splits when you split a side."

Why do I care so much? Because distributivity is the engine of all of algebra. FOIL? Distributivity twice. Factoring? Distributivity run backwards. Combining like terms, expanding (x+3)(x5)(x+3)(x-5), multiplying matrices forty lessons from now — all distributivity. Every single damn one of them. File this away: it detonates everywhere.

Subtraction and division are not new operations

Now I'm going to take two things you thought were operations and demote them to questions.

What is 737 - 3? It is the answer to: "what do I add to 33 to get 77?" Subtraction is addition asked backwards. 73=47 - 3 = 4 because 3+4=73 + 4 = 7. There's no new machinery — it's the inverse question for ++.

What is 12÷312 \div 3? It is the answer to: "what do I multiply 33 by to get 1212?" Division is multiplication asked backwards. 12÷3=412 \div 3 = 4 because 3×4=123 \times 4 = 12.

This "inverse question" idea is one of the deepest in the course, and it's about to pay off violently. The negatives (next lesson) exist only to make subtraction always answerable. Fractions exist only to make division always answerable. Hold onto this — it's the master move, and I will beat it into you like contraband chalk on a blackboard until it sticks.

Order of operations: a convention, not a law

Last thing, and I need you to actually hear me: order of operations is not a law of nature. When you see 2+3×42 + 3 \times 4, the answer is 1414, not 2020 — but only because we all agreed that ×\times binds tighter than ++. It's grammar, not arithmetic. The Babylonians could've agreed otherwise and the universe wouldn't have blinked.

The convention — multiplication before addition, parentheses override everything — exists so we can write 2+3×42 + 3 \times 4 without drowning in brackets. It saves ink. That's the whole reason. Don't confuse a punctuation rule (convention) with the commutative law (a theorem). One is a fact about reality; the other is a fact about us. Mixing them up is the kind of bullshit that gets theorems wrong in the middle of a proof.

You now know WHY arithmetic works, not just that it does. Go run the gauntlet.

🔬 SPECIMENS (worked examples)

Worked example 1 — catching the law red-handed

Which single arithmetic law justifies rewriting 6×19+6×16 \times 19 + 6 \times 1 as 6×(19+1)=6×20=1206 \times (19 + 1) = 6 \times 20 = 120?

Read the move: two products, 6×196\times 19 and 6×16\times 1, both sharing the factor 66, getting collapsed into one multiplication.

6×19+6×1=6×(19+1).6 \times 19 + 6 \times 1 = 6 \times (19 + 1).

That is distributivity, run backwards — pulling the common factor 66 out front instead of pushing it in. (Running it forwards would turn 6×(19+1)6\times(19+1) into 6×19+6×16\times19 + 6\times1.) Then it's pure arithmetic: 19+1=2019+1=20 and 6×20=1206\times20=120.

This backwards direction has a name you'll obsess over later: factoring. Same law, just read right-to-left.

Worked example 2 — subtraction as a question

Without "subtracting," find 13813 - 8 by answering the inverse question, and state which operation it inverts.

Subtraction is the question asked of addition: 13813 - 8 means "what do I add to 88 to get 1313?"

8+=13.8 + \square = 13.

Count up from 88: 9,10,11,12,139, 10, 11, 12, 13 — that's 55 steps. So =5\square = 5, and

138=5.13 - 8 = 5.

Check by running addition forward: 8+5=138 + 5 = 13. The check IS the definition. Subtraction inverts addition; it is not a fresh operation but a backwards-facing question about ++.

Worked example 3 — the trap: order of operations bites

Evaluate 2+3×42(51)2 + 3 \times 4^2 - (5 - 1). Then explain why someone who "goes left to right" gets a different, wrong answer.

Apply the convention in its agreed order: parentheses, then exponents, then ×\times, then ++ and - left to right.

Parentheses first: 51=45 - 1 = 4. 2+3×424.2 + 3 \times 4^2 - 4. Exponent next: 42=164^2 = 16. 2+3×164.2 + 3 \times 16 - 4. Multiplication before addition/subtraction: 3×16=483 \times 16 = 48. 2+484.2 + 48 - 4. Now left to right: 2+48=502 + 48 = 50, then 504=4650 - 4 = 46.

2+3×42(51)=46.2 + 3 \times 4^2 - (5-1) = 46.

The naive "left to right from the start" reader does 2+3=52+3=5, then 5×4=205\times 4=20, and spirals into garbage. They're not bad at arithmetic — they ignored the convention. The math is fine; the grammar got violated. Conventions only help if everyone follows the same one.

☠ KNOWN HAZARDS

  • Thinking subtraction is commutative. It is not: 73=47-3=4 but 373-7 has no natural-number answer at all. Only ++ and ×\times commute. Subtraction is a question, and questions have an order — get it wrong and you've answered a different question entirely.

  • Mangling distributivity into a(b×c)=ab×aca(b \times c) = ab \times ac. No. Distributivity is ×\times over ++: a(b+c)=ab+aca(b+c)=ab+ac. There's nothing to distribute over a lone product. Memorize the area picture, not a symbol shuffle. This error is absolutely everywhere and it drives me insane.

  • Treating order of operations as sacred truth. It's a convention. 2+3×4=142+3\times4=14 because we agreed ×\times goes first — useful, but not a theorem. Parentheses exist precisely to override the convention when you mean something else.

  • Believing "ab=baab=ba" needs no proof because it's obvious. Obvious is not proven. The rectangle argument is the proof, and the day you meet matrices — where ABBAAB \ne BA — you'll be damn grateful you know commutativity is earned, not free.

TL;DR

  • Multiplication is repeated addition, which is repeated counting — both operations are born from the successor machine.

  • Commutativity (a+b=b+aa+b=b+a, ab=baab=ba) and associativity are theorems, provable by rotating rectangles and reslicing boxes of dots.

  • Distributivity a(b+c)=ab+aca(b+c)=ab+ac is the bridge between ++ and ×\times — the area-splitting picture — and it is the engine of all algebra (FOIL, factoring, matrices).

  • Subtraction and division are not new operations: they're the inverse questions "what adds to get back?" and "what multiplies to get back?".

  • Order of operations is a notational convention (grammar to save brackets), not a mathematical law like commutativity.

unlocks