← mapBedrock

Zero & the Negatives

⚗ Dr. Möbius, from the lab

Ask the natural numbers "what is 353 - 5?" and they go dead silent — no answer exists in their tiny, inadequate universe. Most people shrug and move on. Mathematicians find it intolerable, and so do I. So we're going to do the most arrogant thing in all of math: when the answer doesn't exist, we'll invent the damn thing. Today we forge the negatives, and I'll prove to you — actually prove, not chant like some textbook cult — why a negative times a negative is positive.

THE BIG IDEA

Negatives are invented to make subtraction always answerable: $-a$ is DEFINED as the number that adds to $a$ to give $0$, and every signed-arithmetic rule follows by force from that definition plus distributivity.

The defect, stated plainly

In The Laws of Arithmetic we demoted subtraction to a question: 737 - 3 means "what adds to 33 to get 77?" — answer 44, fine. But ask "353 - 5" — "what adds to 55 to get 33?" — and the natural numbers N\mathbb{N} have nothing. You can't count down past zero when zero is the floor. The system hits a wall and shrugs, which is frankly embarrassing.

This is a defect, and recall the master move from What Is a Number?: when a number system can't answer a question it can pose, we forge new numbers that can, and bolt them on. We did it implicitly with 00; now we do it on purpose with the negatives. The result is Z\mathbb{Z}, the integers — from the German Zahlen, "numbers," because the Germans got there first and had the decency to name them properly.

Zero: the additive identity

First, pin down 00 precisely. What makes zero special isn't that it's "nothing" — it's that it does nothing when you add it:

a+0=afor every a.a + 0 = a \quad \text{for every } a.

A number with this property is called an additive identity — "identity" because adding it leaves everything's identity unchanged. There's exactly one such number, and we call it 00. Hold this word "identity," because every system you'll ever meet has one (multiplication's is 11; matrices have II), and they all do the same job: the do-nothing element.

Negatives: defined, not declared

Now the forging. For each number aa, we want a partner that undoes it — a number you can add to aa to get back to the do-nothing element 00. We define a-a to be exactly that:

a+(a)=0.a + (-a) = 0.

That equation is not a fact about a-a; it IS the definition of a-a. The number a-a is called the additive inverse of aa — "inverse" because it reverses aa's effect. So 3-3 isn't "three with a frowny face." It's "the number that cancels 33," and if you forget that distinction I will lose my mind. And 535 - 3? It's secretly 5+(3)5 + (-3): subtraction is adding the inverse. Subtraction was never a real operation — it's addition wearing the inverse's coat.

With negatives in hand, the question "353-5" finally has an answer: 3+(5)=23 + (-5) = -2. Defect patched. You magnificent idiot, we just extended an entire number system.

Walking the number line

Here's the picture that makes signed arithmetic stop being scary — and I've drawn this on the reactor coolant tank with contraband chalk because it's that important. Lay out the integers as a line, 00 in the middle, positives marching right, negatives marching left. Adding a positive walks you right; adding a negative walks you left. That's the entire model.

3+(5): start at 3, walk 5 steps left, land on 2.3 + (-5): \text{ start at } 3, \text{ walk } 5 \text{ steps left, land on } -2.

Drag the point and watch its value, its opposite (mirror across 00), and its distance from 00 all move together:

number line
-10-8-6-4-202468105
x = 5−x = -5|x| = 5

Subtraction is the same walk, since ab=a+(b)a - b = a + (-b): to subtract, flip the sign and walk. 24=2+(4)=6-2 - 4 = -2 + (-4) = -6 (start at 2-2, four steps left). Subtracting a negative? 5(3)=5+3=85 - (-3) = 5 + 3 = 8 — flip the sign, now you're walking right. "Minus a minus is a plus" isn't a trick; it's "the inverse of the inverse is the original."

Why (1)(1)=1(-1)(-1) = 1 — proved, not asserted

This is the one everybody memorizes and nobody understands. I have seen this mangled on lab reports at three different universities. We're going to prove it, using only the definition of 1-1 (the thing that adds to 11 to give 00) and distributivity from last lesson. Watch carefully.

Start with a quantity we can evaluate two ways:

(1)(1+(1)).(-1)\big(1 + (-1)\big).

Way one: the inside is 1+(1)=01 + (-1) = 0 by definition of 1-1. And anything times 00 is 00. So the whole thing is 00.

Way two: distribute the (1)(-1) across the sum:

(1)(1)+(1)(1)=1+(1)(1).(-1)(1) + (-1)(-1) = -1 + (-1)(-1).

Both ways compute the same quantity, so they're equal:

0=1+(1)(1).0 = -1 + (-1)(-1).

This says (1)(1)(-1)(-1) is the number that adds to 1-1 to give 00. But that number is, by definition, the additive inverse of 1-1 — which is 11. Therefore

(1)(1)=1.(-1)(-1) = 1.

No hand-waving, no "two wrongs make a right" bullshit. It is forced by distributivity and the meaning of inverse. If (1)(1)(-1)(-1) were anything else, distributivity would break — and distributivity is the engine we refuse to give up. The general rule (a)(b)=ab(-a)(-b) = ab follows the same way. Beautiful. Inevitable. The whole signed-arithmetic system falls out of one definition, and that's fucking elegant.

Z\mathbb{Z}: the completed system

Stack it up. We started with N={0,1,2,}\mathbb{N} = \{0, 1, 2, \dots\}, a system that could ask "353-5" but not answer it. We forged additive inverses, and now

Z={,2,1,0,1,2,}\mathbb{Z} = \{\dots, -2, -1, 0, 1, 2, \dots\}

answers every subtraction. N\mathbb{N} sits inside Z\mathbb{Z} untouched — we didn't break anything, we extended. Every law from last lesson (commutativity, associativity, distributivity) still holds; we just have more numbers to apply them to.

And Z\mathbb{Z} has its own defect, naturally — ask it "3÷53 \div 5" and it shrugs at you like a useless specimen. You know what happens next. Same move, new lesson. Go do the gauntlet.

🔬 SPECIMENS (worked examples)

Worked example 1 — a walk that should terrify no one

Compute 26-2 - 6 by rewriting it as an addition and walking the number line.

Subtraction is addition of the inverse:

26=2+(6).-2 - 6 = -2 + (-6).

Start at 2-2. Adding a negative walks you left, 66 steps:

2345678.-2 \to -3 \to -4 \to -5 \to -6 \to -7 \to -8.

You land on 8-8:

26=8.-2 - 6 = -8.

Both numbers pulled you in the same (left) direction, so the magnitudes add and the sign stays negative. No memorized "rules of signs" needed — just walk.

Worked example 2 — minus a minus, demystified

Compute 4(7)4 - (-7), and say in one sentence why the double negative becomes positive.

Use ab=a+(b)a - b = a + (-b) with b=7b = -7:

4(7)=4+((7)).4 - (-7) = 4 + \big(-(-7)\big).

Now (7)-(-7) is "the additive inverse of 7-7" — the number that adds to 7-7 to give 00 — which is +7+7. So:

4+7=11.4 + 7 = 11.

4(7)=11.4 - (-7) = 11.

Why: the inverse of the inverse is the original. Negating 7-7 mirrors it back across 00 to +7+7. Subtracting a debt is the same as gaining cash.

Worked example 3 — the trap: a sign-rule proof in miniature

Show that (3)(5)=15(-3)(5) = -15 using distributivity and the definition of additive inverse — don't just quote "negative times positive is negative."

We'll show (3)(5)(-3)(5) is the additive inverse of 1515, i.e. it adds to 1515 to give 00. Look at:

(3)(5)+(3)(5).(-3)(5) + (3)(5).

Factor out the 55 using distributivity (backwards):

((3)+3)(5)=(0)(5)=0.\big((-3) + 3\big)(5) = (0)(5) = 0.

So (3)(5)+15=0(-3)(5) + 15 = 0. That equation says (3)(5)(-3)(5) is exactly the number that cancels 1515 — the additive inverse of 1515 — which is 15-15. Therefore:

(3)(5)=15.(-3)(5) = -15.

The trap people fall into is thinking the sign rules are independent axioms. They're not — they're consequences of distributivity, every single one. Pull on distributivity and the whole signed-arithmetic system falls out.

☠ KNOWN HAZARDS

  • Reading a-a as "negative" rather than "the inverse of aa." If aa is itself negative, a-a is positive: (4)=4-(-4)=4. The minus sign means "additive inverse of," i.e. "mirror across 00," not "make it negative." Mixing these up causes spectacular errors.

  • Botching subtract-a-negative. 5(3)5-(-3) is 5+3=85+3=8, not 22. Subtracting is adding the inverse; the inverse of 3-3 is +3+3. Flip the sign, then walk right. If you write 5(3)=25-(-3)=2, I will haunt you.

  • Thinking (1)(1)=1(-1)(-1)=1 is just a rule to memorize. It's a theorem, dammit. If it were anything else, distributivity would collapse. Knowing the proof means you'll never second-guess a sign again.

  • Sign-dropping in chains like 34-3-4. That's (3)+(4)=7(-3)+(-4)=-7, two steps left, not 3+4=1-3+4=1. Rewrite every subtraction as "add the inverse" until the walking is automatic.

TL;DR

  • N\mathbb{N} can't answer 353-5; the fix is to invent the negatives, producing the integers Z\mathbb{Z}.

  • 00 is the additive identity: a+0=aa+0=a. The number a-a is the additive inverse, DEFINED by a+(a)=0a+(-a)=0.

  • Subtraction isn't a real operation: ab=a+(b)a-b=a+(-b). On the number line, adding a positive walks right, adding a negative walks left.

  • (1)(1)=1(-1)(-1)=1 is proved from distributivity plus the definition of 1-1 — it's forced, not a memorized rule. Generally (a)(b)=ab(-a)(-b)=ab.

  • Z\mathbb{Z} contains N\mathbb{N} and answers every subtraction; all the old arithmetic laws still hold.

unlocks