56
$\begingroup$

The Galois Correspondence Theorem (a.k.a. the Fundamental Theorem of Galois Theory) says that for any Galois extension of fields $K/F$, there is a one-to-one inclusion reversing correspondence between the intermediate fields $K \supseteq E \supseteq F$ and subgroups of the Galois group $\text{Gal }K/F$. I have two questions about this:

  1. Why this is theorem important? When I first learned it, I told myself that it was just a computational tool: it converts problems about fields, which are hard to understand, into problems about groups, which are easier to understand. But clearly, it is not just there for computational convenience, it is an important result in its own right. So I ask: is there a non-utilitarian reason why the theorem is profound? In other words, what deep "underlying truth" about the algebraic structure of fields does this theorem reveal?

  2. Why is this theorem intuitively plausible? The way I have understood it, if you place the subfield lattice of $K/F$ and the subgroup lattice of $\text{Gal }K/F$ side-by-side (with the latter flipped upside-down), then the diagrams are the same. This seems very out-of-blue to me. Why is it intuitively plausible that these two diagrams should look the same? Why should we expect that by studying the symmetries of a field extension, we can recover the structure of whole field itself? An explanation with a specific example of a field extension, would be great.

Thanks for the help!

$\endgroup$
1
  • 32
    $\begingroup$ In some sense questions (1) and (2) are inversely related. Part of what makes the theorem profound is that it isn't something you would expect without thinking about fields deeply. $\endgroup$ Commented May 20, 2021 at 21:10

3 Answers 3

66
$\begingroup$

I'll limit the discussion here to finite extensions of fields. There is a Galois theory for algebraic extensions of possibly infinite degree, and this is an essential tool in modern number theory through the role of Galois representations. You could say "proof of Fermat's Last Theorem" is a widely known result that would be impossible without Galois theory (and a whole lot more mathematics).

To appreciate what makes the Galois correspondence intuitive, keep in mind the following points.

  1. The mappings in both directions for the Galois correspondence make sense for an arbitrary finite extension of fields $K/F$, but only for Galois extensions are these two mappings actually inverses of each other. For example, $\mathbf Q(\sqrt[n]{2})/\mathbf Q$ has a trivial automorphism group when $n$ is odd, but there are lots of intermediate field extensions if $n$ has lots of factors (see my reply to the MSE question here). It's worth thinking about why the Galois correspondence doesn't work for $\mathbf Q(\sqrt[3]{2})/\mathbf Q$ or $\mathbf Q(\sqrt[4]{2})/\mathbf Q$ but does work for $\mathbf Q(\sqrt[3]{2},e^{2\pi i/3})/\mathbf Q$ and $\mathbf Q(\sqrt[4]{2},i)/\mathbf Q$. There is something that happens when we adjoin all the roots of $x^3-2$ to $\mathbf Q$ or all the roots of $x^4-2$ to $\mathbf Q$ that doesn't work when we adjoin only a proper subset of the roots to $\mathbf Q$. Can you articulate what that is?

  2. To give an answer to the question at the end of the previous item, expressed in the simplest way, we need to give some intuition behind the magic of splitting fields compared to finite extensions that are not splitting fields. I think the most basic explanation of why splitting fields (normal extensions) are so special is the symmetric function theorem: every symmetric polynomial in $r_1, \ldots, r_n$ is a polynomial in the elementary symmetric polynomials of $r_1, \ldots, r_n$. Because the elementary symmetric polynomials in $r_1, \ldots, r_n$ are the coefficients of $(x-r_1)\cdots(x-r_n)$, if that polynomial has coefficients in $\mathbf Q$ then all symmetric polynomial expressions in $r_1, \ldots, r_n$ are going to be rational, and here is why that's such a big deal: it shows that every number in $\mathbf Q(r_1,\ldots,r_n)$ has all the other roots of its minimal polynomial over $\mathbf Q$ already in that field. If $K$ is a splitting field over $F$ of some polynomial $f(x)$ then every $\alpha \in K$ has all the other roots of its minimal polynomial over $F$ also in $K$. That is the "deep underlying truth" about Galois extensions, which can be proved using the symmetric function theorem before you prove the Galois correspondence works. Modern accounts of Galois theory do not depend on this approach, but earlier accounts of Galois theory did rely on it.

  3. Galois extensions exist in great abundance: a finite extension of fields $K/F$ in characteristic $0$ (land of intuition) can always be enlarged to a finite Galois extension $K'/F$, so we can take advantage of Galois extensions to solve problems not originally expressed in the setting of Galois extensions.

  4. The issue of Galois extensions requiring separability should be considered a technicality not directly relevant to your intuition: intuition takes place in characteristic $0$, where all irreducible polynomials are automatically separable. Intuitively, Galois extensions = normal extensions. This is not generally true in characteristic $p$, but you get intuition for Galois theory in characteristic $0$, where it is true and the symmetric function theorem explains why the symmetry in the Galois correspondence works for Galois extensions.

The Galois correspondence is profound in number theory because it leads to a highly nonobvious way of turning prime ideals into field automorphisms (this uses Galois theory for number fields and finite fields). The technical term here is "Frobenius automorphism associated to a prime ideal".

Another reason the Galois correspondence is profound is that it is a template for similar correspondences elsewhere in mathematics. There are inclusion-reversing correspondences between

a) subgroups of ${\rm Gal}(K/F)$ and intermediate fields between $K$ and $F$,

b) subspaces of a finite-dimensional vector space and subspaces of its dual space,

c) subgroups of a finite abelian group $A$ and subgroups of its dual group ${\rm Hom}(A,\mathbf C^\times)$ (generalizing to all locally compact abelian groups by Pontryagin duality)

d) subvarieties of affine $n$-space over $\mathbf C$ and radical ideals in $\mathbf C[x_1,\ldots,x_n]$,

e) subgroups of the fundamental group of a nice space $X$ and covering spaces of $X$.

All of these correspondences have similar features and it happens that historically the correspondence with field extensions (Galois correspondence) was found first.

Considering example (c), if you define characters of an arbitrary finite group $G$ in the same way as you define characters of a finite abelian group (homomorphisms from the group to $\mathbf C^\times$), you're going to lose a lot of the nice properties because homomorphisms $G \to \mathbf C^\times$ can only see $G$ as far as the quotient group $G/[G,G]$ (abelianization of $G$). To make character theory work well for arbitrary finite groups, we have to allow irreducible representations of dimension greater than $1$.

$\endgroup$
6
  • 1
    $\begingroup$ This made it click for me. Especially the comment about how the Galois correspondence breaks down in extensions like $\mathbf{Q}(\sqrt[4]{2})$ was helpful in giving a feel for why Galois extensions are so nice / why the Galois correspondence theorem works. Thanks! $\endgroup$ Commented May 20, 2021 at 23:58
  • 3
    $\begingroup$ Very nice answer. Especially the mention of elementary symmetric functions of roots which was the key in Galois treatment. Modern treatments have chosen to hide this under the garb of splitting fields. $\endgroup$
    – Paramanand Singh
    Commented May 21, 2021 at 2:35
  • $\begingroup$ Your points 1. and 2. address why "intuitively" normal extensions are so special, but I'm not seeing "intutively" how that gives something like the Galois correspondence. Said another way, so what if all minimal polynomials of elements $\alpha$ in a splitting field $K$ split completely? What does that have to do with automorphism groups? I would appreciate if you could spell these details out more explicitly in your already very helpful answer. $\endgroup$
    – D.R.
    Commented Mar 3, 2022 at 20:12
  • $\begingroup$ @D.R. A field automorphism of $K$ fixing $F$ can only send elements $\alpha$ of $K$ to roots of the same minimal polynomial of $\alpha$ in $F[x]$. Take the basic case of a simple extension: $K = F(\gamma)$, with $n = [K:F]$. The minimal polynomial of $\gamma$ over $F$ equals $[K:F] = n$. An $F$-automorphism of $K$ is determined by its value on $\gamma$, which has at most $n$ values, so $|{\rm Gal}(K/F)| \leq n = [K:F]$. If the min. poly. of $\gamma$ over $F$ did not have all of its roots in $K$ then $|{\rm Gal}(K/F)| < [K:F]$. $\endgroup$
    – KCd
    Commented Mar 3, 2022 at 20:49
  • $\begingroup$ Yes, I understand how the fact that the min. poly. $m_\gamma$ splits means there exists automorphisms sending $\gamma$ to any other root of $m_\gamma$ (though I'm still don't really have a good "intuitive" reason why I should want this). But your answer emphasizes the splitting of all other minimal polynomials... how do these guys fit into the picture you described in your comment? For any element $\alpha$, is there also a field hom. (one of the $n$ "$\gamma$-homs") sending $\alpha$ to any other root of $m_\alpha$? I guess I don't get how the "local" situation with $\gamma$ extends "globally" $\endgroup$
    – D.R.
    Commented Mar 4, 2022 at 2:59
19
$\begingroup$

Well, the thing to say is that Galois correspondence is an excellent first example of an important general concept of category theory, namely adjoint functors.

But of course that would have been meaningless in Galois's time! Maybe the thing which makes it profound is that it was a profoundly original thing coming from such a young person.

Anyone can appreciate its crisp and somewhat unexpected conclusion: the structure of the field extensions is reflected in the structure of subgroups. Then after appreciating this, one has a fine example of adjoint functors.

Insight about the roots of a polynomial over a field was gained by translating the problem to the category of groups, where the problem was different. Looking for subgroups of a group (one operation) seems easier somehow than looking for intermediate fields in a field extension (two operations.)

I'll try to line it up with the questions you asked:

  1. what deep "underlying truth" about the algebraic structure of fields does this theorem reveal?

Well i'd turn that on its side: it's not revealing a thing about the algebraic structure of fields, it's revealing a strong connection between the category of field extensions and the category of groups. The thing that makes it so interesting is that the connection is strong and informative.

  1. Why should we expect that by studying the symmetries of a field extension, we can recover the structure of whole field itself

A priori I'm not sure one should expect such a nice connection. The fact that it exists and works is the whole reason it is impressive. Nevertheless, Galois's observation isn't completely out of the blue: it's not hard to show that symmetries of roots lead to field extension automorphisms, and then the questions about whether or not you can do every permutation with an automorphism and consequent questions lead to a pretty natural investigation.

One gains a retrospective appreciation for the way things work by studying the basic results that make the correspondence work. And also, pay special attention the concepts that arose along the way: separability of extensions, normality of extensions.

$\endgroup$
8
  • 2
    $\begingroup$ Yes, indeed. Galois' contribution was amazingly innovative...! :) $\endgroup$ Commented May 20, 2021 at 21:42
  • 11
    $\begingroup$ Our modern presentation of Galois theory would have been meaningless to Galois… there was a joke that if you showed Galois a book on Galois Theory, he would only recognize his name… and ask who this “Theory” guy was. $\endgroup$ Commented May 21, 2021 at 3:31
  • $\begingroup$ @ArturoMagidin: I think that statement reflects something sad about modern mathematical development. Too much focus is on abstractions and hiding things and reducing hand calculation. It is nice to have a high level view but also important to deal with the devil in details. $\endgroup$
    – Paramanand Singh
    Commented May 23, 2021 at 13:34
  • $\begingroup$ @ParamanandSingh: I think your statement reflects something silly about nostalgia for the past that speaks without too much facts on the ground. Modern treatment of Galois Theory does deal with the details, very carefully. But its focus is no longer on roots of polynomials and permutations thereof, and connects to a more abstract notion of groups that is far more powerful and useful than Galois’s was. Peter Neumann did some work translating the work of Galois. Before going around feeling nostalgic, perhaps you should try to read them. $\endgroup$ Commented May 23, 2021 at 16:48
  • 1
    $\begingroup$ @ArturoMagidin: I have read the treatment by Galois and its explanation by Harold M. Edwards and Jean Pierre Tignol. Edwards give a translation of Galois memoir which is terse but with the explanation in his book this is much more accessible. He deals with the work of Lagrange also. It's much more motivating than a typical text on Galois Theory. $\endgroup$
    – Paramanand Singh
    Commented May 23, 2021 at 16:53
12
$\begingroup$

Why is this theorem intuitively plausible?

In addition to looking for abstract reasons for plausibility and heuristics, you should also always look for good, memorable examples. The finite fields do the trick here.

The intermediate fields between $\mathbb{F}_{p^n}$ and $\mathbb{F}_p$ are $\mathbb{F}_{p^k}$ for $k \mid n$. The automorphisms of $\mathbb{F}_{p^n}$ over $\mathbb{F}_p$ are $\{1, \phi, \phi^2, \ldots, \phi^{n-1}\}$ where $\phi$ is the Frobenius automorphism $\phi(x) = x^p$, and the automorphism group is cyclic of order $n$. The subgroups are hence cyclic groups of order $k$ for $k \mid n$. So, we have the same number of subfields and subgroups--is there a bijection?

The inclusion lattices are clearly the same, namely linear. The subgroup $\{1, \phi^k, \phi^{2k}, \ldots\}$ is the automorphism group of $\mathbb{F}_{p^n}$ over $\mathbb{F}_{p^k}$, so there's some order-reversing going on. In the other direction, the fixed field of $\{1, \phi^k, \phi^{2k}, \ldots\}$ is $\mathbb{F}_{p^k}$, and taking the fixed field is also an order-reversing operation. It's initially quite plausible that these operations will interchange meets and joins as well, though this example doesn't really illustrate that.

A wide-eyed optimist might then blithely conjecture that the Galois correspondence always holds based on this one example. That optimist would do well to stress-test the conjecture, which of course requires more hypotheses. A good next example to work through would be $\mathbb{Q}(2^{1/4}, i)$ over $\mathbb{Q}$. It turns out the Galois group is the dihedral group of order 8, whose subgroup lattice is not symmetric, though it's small enough to not be too irksome to work with by hand. Of course, that optimist would soon have to reckon with non-normal extensions and seeing their dream of a completely universal correspondence blown away, but c'est la vie.

$\endgroup$

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .