Skip to the page
Exceptional Magic

One, two, four, eightNumbers

Four number systems let you divide. Nobody is going to find a fifth. Hurwitz shut that door in 1898, and the reason is the one law in the table below that the octonions still keep and the next rung does not.

A table of five algebras against four laws. The reals and the complex numbers keep every law; the quaternions lose commutativity; the octonions lose associativity; the sedenions lose the norm law too.
Measured, not quoted: 2,000 random triples per algebra, multiplied out in exact integer arithmetic by tools/algebra.py. A cell says holds only when every trial held.

The ladder

Each algebra is the one before it, doubled. Take a pair of quaternions and call the pair an octonion; the rule for multiplying pairs is one line, and it is the same line at every rung:

(p, q)(r, s) = ( pr − s̃q ,  sp + qr̃ )
the tilde is conjugation — flip the sign on everything but the real part. This is the Cayley–Dickson construction, and tools/algebra.py runs it verbatim.

Start with the reals, turn the crank, and you get the complex numbers. Turn it again: quaternions. Again: octonions. Again: sedenions, sixteen of them, and the bottom falls out.

What each turn costs

So the norm law, |ab| = |a||b|, is the thing that picks out 1, 2, 4 and 8 and nothing else. It is also, read a different way, the triality form that runs the rest of this site.

Break it yourself

The multiplier

Pick three basis units and watch the laws hold or fail. Everything is exact — these are integers, not decimals.

The split cousins

Beside each division algebra sits a split one of the same size, written ℂ′, ℍ′, 𝕆′. Same construction, one sign flipped, so the length of a thing can come out negative. They are not division algebras — some nonzero elements have length zero and cannot be divided by — but they multiply the same way, and they are how the same Lie algebra shows up in several real forms Lisi 2026 §2. Physics cares about that, because spacetime has a minus sign in it too.

Switch the multiplier above to 𝕆′ and watch |ab| = |a||b| keep holding while the signs on the diagonal go the other way.

Four coloured grids, two by two up to eight by eight, one for each algebra's multiplication table.
The four tables that run this site. Row a, column b, colour for which unit the product lands on, dark for a minus sign. The split octonion table is the same shape with a quarter of it flipped.