Computation

Every step is a square root

A line meets a line by solving a linear equation and a circle by solving a quadratic one. There is no third case, so the numbers a construction reaches can only ever double in complexity — and a doubling is a thing that can be counted.

Worth reading first: What two points can build.

The reachable points of a construction are wherever two drawn objects cross. There are three ways for that to happen, and all three come down to solving one equation.

The tower ℚ ⊂ ℚ(√2) ⊂ ℚ(√2, √3)A tower of field extensions with the degree of each step, beside the multiplication table of the basis.dim 12ℚ(√2)dim 22ℚ(√2, √3)dim 41√2√3√61√2√3√61√2√3√6√22√62√3√3√633√2√62√33√262 square roots taken, one at a time, and the degree doubles at each: 1 → 2 → 4the 4×4 table is the closure check — every product of basis elements landed on a whole-numbermultiple of another
Fig. 1 Two square roots taken one at a time, and the size of the system at each stage: 1, then 2, then 4. The table is the check that a system of that size is really closed — every product of two basis elements lands on a whole multiple of a third.

Three intersections, two equations

Take a plane with coordinates, and let KK be the set of numbers already reachable — closed under addition, subtraction, multiplication and division, which makes it a field. Every point built so far has both its coordinates in KK.

A line through two such points has an equation ax+by=cax + by = c with aa, bb, cc all in KK, because they are differences and products of the coordinates.

A circle centred at one such point through another has an equation x2+y2+dx+ey+f=0x^2 + y^2 + dx + ey + f = 0, again with every coefficient in KK, because the radius squared is a sum of squares of differences.

Now the three cases.

Line meets line. Two linear equations in two unknowns. Solving them uses only the four operations, so the crossing point has both coordinates in KK already. Nothing new is reached.

Line meets circle. Substitute the line into the circle and a quadratic in one unknown comes out. Its solutions are b±b24ac2a\frac{-b ± \sqrt{b^2-4ac}}{2a} with aa, bb, cc in KK — so the new coordinates lie in KK together with one square root of an element of KK, and nothing more.

Circle meets circle. Subtract the two circle equations. The x2x^2 and y2y^2 terms cancel, leaving a linear equation — the radical line of the two circles — and the problem collapses to the previous case.

So the third case is the second case, and the second case is the only one that reaches anything new. A construction step adjoins at most one square root.

What adjoining a square root costs

The phrase “adjoins a square root” can be made exact, and making it exact is what turns a geometric fact into a countable one.

Suppose KK is a field and rr is in KK but r\sqrt r is not. Everything expressible using KK and r\sqrt r has the form a+bra + b\sqrt r with aa and bb in KK — because (r)2(\sqrt r)^2 is rr, which is back in KK, so no higher power of r\sqrt r survives. That set is closed under the four operations; the only one worth checking is division, and

1a+br=abra2b2r,\frac{1}{a+b\sqrt r} = \frac{a-b\sqrt r}{a^2-b^2r},

whose denominator is in KK and is not zero unless r\sqrt r was in KK after all.

The new field is therefore a two-dimensional space over the old one, with 11 and r\sqrt r as a basis. That number — the dimension — is called the degree of the extension, and it is written [K(r):K]=2[K(\sqrt r) : K] = 2.

The tower ℚ ⊂ ℚ(√2)A tower of field extensions with the degree of each step, beside the multiplication table of the basis.dim 12ℚ(√2)dim 21√21√21√2√221 square root taken, one at a time, and the degree doubles at each: 1 → 2the 2×2 table is the closure check — every product of basis elements landed on awhole-number multiple of another
Fig. 2 One square root taken. The system doubles from 1 to 2, and the two-by-two table is the whole of the closure check: √2 times √2 is 2, which is a whole multiple of the basis element 1.

The table beside the tower is not decoration. A claim that a set is a field of a stated size is a claim that products stay inside it, and that claim is finite: multiply every basis element by every other and look. Two elements, four products, all accounted for.

Degrees multiply

The step that makes the whole argument work is one line of counting, and it is the reason a chain of doublings is a power of two rather than a sum.

If LL is a dd-dimensional space over KK, and MM is an ee-dimensional space over LL, then MM is a dede-dimensional space over KK. The basis is the obvious one: take each of the ee basis elements of MM over LL, multiply it by each of the dd basis elements of LL over KK, and the dede products are a basis.

Applied to a construction, this says that after kk steps the field reached has degree 2k2^{k} over the rationals at most — some steps adjoin a root already present and cost nothing, which is why it is at most.

The tower ℚ ⊂ ℚ(√2) ⊂ ℚ(√2, √3) ⊂ ℚ(√2, √3, √5)A tower of field extensions with the degree of each step, beside the multiplication table of the basis.dim 12ℚ(√2)dim 22ℚ(√2, √3)dim 42ℚ(√2, √3, √5)dim 81√2√3√6√5√10√15√301√2√3√6√5√10√15√301√2√3√6√5√10√15√30√22√62√3√102√5√302√15√3√633√2√15√303√53√10√62√33√26√302√153√106√5√5√10√15√3055√25√35√6√102√5√302√155√2105√610√3√15√303√53√105√35√61515√2√302√153√106√55√610√315√2303 square roots taken, one at a time, and the degree doubles at each: 1 → 2 → 4 → 8the 8×8 table is the closure check — every product of basis elements landed on a whole-number multiple of another
Fig. 3 Three roots, and the degree runs 1, 2, 4, 8. The eight-by-eight table is the same check at the same size — sixty-four products, every one of them landing on a whole multiple of a basis element.

The tower is the picture of that multiplication. Each rung is a doubling; the number at the top is the product of the rungs; and the table at each stage is the evidence that the stage is really the size the tower says it is.

A field is a vector space, which is where the counting comes from

The word “dimension” is doing real work above and it is worth saying why it is available at all.

A field LL containing a smaller field KK can be regarded as a space of vectors with KK as the scalars: adding two elements of LL is vector addition, and multiplying an element of LL by an element of KK is scaling. Every axiom needed is one of the field axioms, so nothing has to be checked.

That single change of view is what makes the argument countable. A space over KK has a basis — a smallest set of elements from which everything is built, and built in exactly one way — and the number of elements in it is the dimension, which does not depend on which basis is chosen. All of that is the ordinary linear algebra of grids and coordinates, applied to an object that does not look like a grid at all.

So Q(2)\mathbb{Q}(\sqrt2) is a plane whose two axes are 11 and 2\sqrt2, with rational coordinates. Q(2,3)\mathbb{Q}(\sqrt2,\sqrt3) is a four-dimensional space over Q\mathbb{Q} with axes 1,2,3,61, \sqrt2, \sqrt3, \sqrt6. The multiplication tables in the figures are that basis being tested: every product of two axis directions must be expressible in the axes, or the space is not closed and the dimension is a fiction.

This is the second time in the collection that a hard question has been made easy by finding the vector space it was hiding in — the first is the dot product as a shadow — and it will not be the last.

A worked chain, from two dots to a length

The abstract statement is easier to trust after watching it happen once.

Start with the two dots, so the reachable field is Q\mathbb{Q}: everything with rational coordinates, and no drawing needed to get there.

Draw the two unit circles. They cross at height 32\frac{\sqrt3}{2}, which is not rational, so the field becomes Q(3)\mathbb{Q}(\sqrt3) — degree 22.

Now use that height as a length and build 32\sqrt{\frac{\sqrt3}{2}} with the semicircle construction. The number under the root is in Q(3)\mathbb{Q}(\sqrt3) and its square root is not, so the field becomes Q(3,3/2)\mathbb{Q}(\sqrt3, \sqrt{\sqrt3/2}) — degree 44 over the rationals.

Two steps, two doublings, and the number now reached satisfies a polynomial of degree four and none smaller. A third step would take it to eight, a fourth to sixteen. At no point can the count land on three, or six, or ten, because the only thing the machine ever does to the count is multiply it by two.

That is the entire content of the impossibility results, and everything after this is a matter of finding a number whose count is not a power of two.

Why “at most”, and not “exactly”

A construction step need not double anything, and the cases where it does not are worth naming, because a proof that said “exactly” would be false.

A step may adjoin a square root of something that already has one in the field — drawing a circle whose radius squared is 44 reaches 22, which was there all along. A step may produce an intersection point whose coordinates were already available by another route, which happens constantly in real constructions and is why the second round of the closure is so redundant. And a step may be a line-line crossing, which adjoins nothing by the case analysis above.

So the degree of the field after kk steps is 2j2^j for some jkj \le k, and the theorem only ever needs the upper bound. That is a comfortable position to be in: the result is about what cannot be reached, so an argument that overestimates what can be reached is arguing on the safe side.

The theorem, and it is one sentence

Putting the pieces together gives the result the rest of this ladder is built on.

If xx is constructible, then [Q(x):Q][\mathbb{Q}(x) : \mathbb{Q}] is a power of two.

The argument: a construction reaching xx is a finite chain of steps, each adjoining at most one square root, ending in a field FF containing xx with [F:Q]=2k[F:\mathbb{Q}] = 2^k. Now Q(x)\mathbb{Q}(x) sits inside FF, and degrees multiply, so [Q(x):Q][\mathbb{Q}(x):\mathbb{Q}] divides 2k2^k. A divisor of a power of two is a power of two.

That is the whole proof, and it is worth noticing how little geometry is left in it. The only geometric input was the case analysis at the top of this page — three kinds of intersection, two kinds of equation. Everything after that is counting dimensions.

Degree, measured

The degree of a single number over the rationals has a concrete meaning: it is the degree of the smallest polynomial equation with whole-number coefficients that the number satisfies, and that polynomial is unique up to scaling.

Every rational number that could be a root of x² − 2A table of the candidate rational roots allowed by the rational root theorem, with the polynomial's exact value at each.x² − 2candidatevalue thereroot?-22-1-11-122x² − 2 has no rational root — all 4 candidates the theorem allows weretested and none is zerothe numerator of any rational root divides the constant term and thedenominator divides the leading one
Fig. 4 The candidates a rational root of x² − 2 would have to be drawn from, and the value of the polynomial at each. None is zero, so √2 is not rational and the polynomial is the smallest one it satisfies: degree 2.

For 2\sqrt2 the polynomial is x22x^2-2, and the check that no smaller one exists is the check that 2\sqrt2 is not rational — which is the oldest impossibility proof there is and which the figure above performs by the crudest available method, trying every rational the rational root theorem allows.

That theorem is the workhorse of this entire field, so it is worth stating. If a polynomial with whole-number coefficients has a rational root p/qp/q in lowest terms, then pp divides the constant term and qq divides the leading coefficient. There are finitely many such fractions, and testing them is division.

Every rational number that could be a root of x⁴ − 10x² + 1A table of the candidate rational roots allowed by the rational root theorem, with the polynomial's exact value at each.x⁴ − 10x² + 1candidatevalue thereroot?-1-81-8x⁴ − 10x² + 1 has no rational root — all 2 candidates the theorem allowswere tested and none is zerothe numerator of any rational root divides the constant term and thedenominator divides the leading one
Fig. 5 The same test on a quartic, which is the smallest polynomial satisfied by √2 + √3. Four candidates, no roots, and the number’s degree is 4 — a power of two, as a constructible number’s must be.

2+3\sqrt2+\sqrt3 is a good example because it is not obviously a nested radical of the kind the previous essay described, and its degree is not obviously 44. Squaring it twice and rearranging gives x410x2+1=0x^4 - 10x^2 + 1 = 0, and the table shows that this polynomial has no rational root, which rules out its factoring off a linear piece. It happens also not to factor into two quadratics over the rationals, so 44 is the answer: the number lives in the top of the tower in the first figure and nowhere smaller.

What the theorem does not say

Two cautions, both of which matter and one of which is a genuine gap.

The converse is false. Having degree a power of two does not make a number constructible. There are numbers of degree 44 that no compass reaches, because the tower over them cannot be built two steps at a time — the relevant condition involves the whole symmetry group of the polynomial and not merely its degree. The theorem here is a one-way test, and one-way is enough for every impossibility in this ladder, because every one of them works by exhibiting a degree that is not a power of two.

The degree has to be found, not guessed. Writing down a polynomial the number satisfies is easy; showing it is the smallest is the work. For the three classical problems that work is small — a cubic with no rational root is irreducible, which is a special fact about degree three and four, since a factorisation would have to include a linear piece. For higher degrees it is genuinely harder and the rational root theorem alone is not enough.

The gap in the converse is worth one concrete example, because “there are numbers of degree four that are not constructible” is the kind of sentence that gets read as a technicality. Take a cubic with three real roots and no rational one — x33x1x^3 - 3x - 1 is the standard specimen, and it is exactly the equation that appears when trying to trisect 40°40°. Its roots have degree three, so none of them is constructible. Now take a root of the quartic x4x1x^4 - x - 1: its degree is four, a power of two, and it is still not constructible, because the tower over it cannot be climbed in steps of two. What decides the matter is a count of the polynomial’s symmetries rather than a count of its degree, and that count is Galois’ contribution rather than Wantzel’s.

The distinction matters for reading this ladder honestly. Every impossibility here is proved by the easy direction, which is a genuine theorem and needs nothing further. No essay in it proves that anything is constructible by citing a degree — where a construction is claimed, a construction is drawn.

Constructing the square root of 7A semicircle on a diameter split into two parts, with the perpendicular at the split reaching the arc.17√71 and 7 on one line, and the perpendicular where they meet has height √7 = 2.6458the apex sits on the semicircle, so it sees the diameter at a right angle — checked, at 0
Fig. 6 √7, built the same way as every other square root. The construction does not care which number it is given, which is what makes the closure closed rather than a list of special cases.

Where the doubling shows up as a picture

It is worth returning to the drawing, because the algebra above has a geometric shadow that is easy to miss.

Two points, and everything one round of compass and straightedge addsTwo starting points with the line and circles they permit, and the four points where those objects cross.01−12√3⁄2−√3⁄2two points, 1 line and 2 circles, 4 new pointseach new point was checked to lie on two of the objects drawn before it
Fig. 7 One round of construction from two points. The line contributes intersections with no new arithmetic; the circles are where the square roots enter, and the two points off the axis are at height √3⁄2 — the first irrational number the rules produce.

Every crossing on the axis of that figure has rational coordinates, and every crossing off it has a coordinate involving 3\sqrt3. That is the case analysis made visible: the line contributed nothing new and the circles contributed one square root.

It is also the reason the second round of the closure is so much bigger and yet so much less interesting. The points multiply, but the field grows only when a genuinely new square root appears, and most of the thousand-odd second-round intersections lie in fields already reached.

Where this ladder goes

Everything needed for the impossibility proofs is now in place, and the proofs themselves are short.

To show a construction impossible, produce a number it would have to reach and show that number has degree three, or five, or anything that is not a power of two. Doubling the cube needs 23\sqrt[3]2, whose minimal polynomial is x32x^3-2. Trisecting sixty degrees needs a root of 8y36y18y^3-6y-1. Both are cubics with no rational root, so both have degree three, and three does not divide any power of two.

The polygons are the same argument done carefully over all nn at once, and the answer turns out to depend on the size of a different count entirely. And squaring the circle is not this argument at all: π\pi has no degree, because it satisfies no polynomial equation with whole-number coefficients whatsoever, and proving that took another two thousand years and a completely different kind of mathematics.

What links here

Computed from the collection, not written here: the essays that point at this one.

Reads more easily once this is understood

Essays that name this one as worth reading first.

Named objects

A dashed tag is an object no other essay names yet.

BasisClosureConstructible numberDegree of an extensionField extensionMinimal polynomialQuadratic extensionRational root theoremStraightedge and compass