← Back

note / modern mathematics

Session 05 — Tower Extensions

Tower Extensions

Central Question

How does the size of a field extension change when we adjoin several elements in stages?

Why This Matters

Building fields step by step exposes the multiplicative behaviour of dimension and makes larger constructions understandable through smaller ones.

Mathematical Notes

Build the biquadratic field in two steps

Set K=Q(2)K=\mathbb Q(\sqrt2) and L=K(3)L=K(\sqrt3). We know [K:Q]=2[K:\mathbb Q]=2. To find the next degree, first test whether 3K\sqrt3\in K.

If 3=a+b2\sqrt3=a+b\sqrt2 with rational a,ba,b, squaring gives

3=a2+2b2+2ab2.3=a^2+2b^2+2ab\sqrt2.

Therefore ab=0ab=0. The case b=0b=0 would make 3 a rational square; the case a=0a=0 would make 3/23/2 a rational square. Both are impossible, for instance by comparing prime exponents in a squared reduced fraction. Hence x23x^2-3 remains irreducible over KK, and [L:K]=2[L:K]=2.

If u1,,umu_1,\ldots,u_m is an FF-basis of KK and v1,,vnv_1,\ldots,v_n a KK-basis of LL, the products uivju_iv_j are an FF-basis of LL. Expand first over KK, then over FF, to prove spanning. Group a putative dependence by the vjv_j to prove independence in two stages.

Here this gives

[L:Q]=4,L={a+b2+c3+d6:a,b,c,dQ}.[L:\mathbb Q]=4,\qquad L=\{a+b\sqrt2+c\sqrt3+d\sqrt6:a,b,c,d\in\mathbb Q\}.

What can and cannot be multiplied

Adjoining two square roots does not always give degree four:

Q(2,8)=Q(2).\mathbb Q(\sqrt2,\sqrt8)=\mathbb Q(\sqrt2).

The second degree is one because 8=22\sqrt8=2\sqrt2. Multiply the degree of each adjunction over the field already constructed, not its degree over the original field.

The tower law also constrains intermediate fields: if FMLF\subseteq M\subseteq L, then [M:F][M:F] divides [L:F][L:F]. An extension of prime degree has no proper intermediate field, even when it is not Galois.

Connection to geometric impossibility

A ruler-and-compass construction repeatedly solves linear and quadratic equations, so its coordinates lie in a tower whose total degree is a power of two. The number 23\sqrt[3]2 has degree three and therefore cannot arise in such a tower: duplicating a cube is impossible with those tools.

Being of power-of-two degree is a necessary condition for constructibility, not a sufficient condition for an arbitrary algebraic number. The stronger requirement is containment in a tower of quadratic extensions.

Finally, the two generators need not be permanent: 2+3\sqrt2+\sqrt3 generates LL alone. The primitive element theorem generalizes this phenomenon to every finite separable extension.

Learning Prompt

Teach me extensions of extensions. Start with Q(2,3)\mathbb Q(\sqrt2,\sqrt3). Make me determine its elements, basis and degree. Then derive the tower law intuitively. I want to see how increasingly complicated number systems are constructed one algebraic element at a time.

Ideas

Examples

Questions

Connections

One Thing That Surprised Me

Further Rabbit Holes

Sources

Ian Stewart, Galois Theory, fifth edition, CRC Press, §§6.2–6.3; §§7.2–7.4. Publisher and edition details.