In the last post, We’ve seen ways to extend an existing field. In this post, I would like to do two things:
- Discuss about the degrees of extensions
- Bring the term of a splitting field and prove it’s uniqueness (up to isomorphism).
Let’s begin
Multiplicative Property
Suppose that are three fields. I’ve already proved that
are vector spaces over
and
is also a vector space over
. Then we can look at their dimentions:
.

Let’s try to find a relation between these 3 numbers.
Suppose that:
is a basis for
.
is a basis for
Consider some element , we can write
as a linear combination of
with saclars from
:
\alpha=a_1u_1+a_2u_2+\cdots+a_nu_n=\sum_{i=1}^na_iu_i
However, , so we can express each one of them as a linear combination of
with scalars from
:
a_i=b^i_1v_1+b^i_2v_2+\cdots+b^i_mv_m=\sum_{j=1}^mb_j^iv_j
We now have:
\alpha=\sum_{i=1}^na_iu_i=\sum_{i=1}^n(\sum_{j=1}^mb_j^iv_j)u_i=\sum_{i=1}^n\sum_{j=1}^mb_j^iv_ju_i
So is a linear combination of elements from the set
. In other words, this set is spanning
as a vector space over
, that is:
.
Great, we now have a spanning set for as a vector space over
. Is that set also linearly independent? Let’s figure it out: Consider the linear combination:
\sum_{i=1}^n\sum_{j=1}^mb_j^iv_ju_i=0
Where . Note that
is an element in the field
. Moreover:
\sum_{i=1}^n\sum_{j=1}^mb_j^iv_ju_i=\sum_{i=1}^n\underbrace{(\sum_{j=1}^mb_j^iv_j)}_{\in L}u_i=0
Therefore, we found a linear combination of the ‘s with scalars from
. Since
is a basis for
over
, we conclude that the scalars
must be zero:
\sum_{j=1}^mb_j^iv_j=0
However, this is a linear combination of the ‘s with scalars in
, again, since
is a basis for
over
, the scalars must be zero:
. Hence, the initial linear combination is ‘trivial’, so the set is linearly indepenet as we thought.
Cool, we’ve found a basis for , which is
. It contains
element, therefore:
[K:F]=n\cdot m = [K:L]\cdot[L:F]
And that’s a really neat connection. This property is called the Multiplicative Property of field extentions.
Quick exmaple
Consider the fields:
\begin{array}{c} \mathbb{Q}[\sqrt{2},\sqrt{3}]\\ |\\ \mathbb{Q}[\sqrt{2}]\\ |\\ \mathbb{Q} \end{array}
We would like to know what is the degree of the extension .
The multiplicative Property of field extentions tells us that:
[\mathbb{Q}[\sqrt{2},\sqrt{3}]:\mathbb{Q}]=[\mathbb{Q}[\sqrt{2},\sqrt{3}]:\mathbb{Q}[\sqrt{2}]]\cdot[\mathbb{Q}[\sqrt{2}]:\mathbb{Q}]
We know that since the minimal polynomial of
over
is
.
Similarly, since the minimal polynomial of
over
is
(try to prove it!).
Finally, we get:
[\mathbb{Q}[\sqrt{2},\sqrt{3}]:\mathbb{Q}]=[\mathbb{Q}[\sqrt{2},\sqrt{3}]:\mathbb{Q}[\sqrt{2}]]\cdot[\mathbb{Q}[\sqrt{2}]:\mathbb{Q}]=2\cdot 2=4

This property is a going to be quite handy in the future, so make sure that you understand it.
Splitting fields
Let be a field extention, and
a polynomial. We say that
splits in
if there are
. such that:
f(x)=(x-\alpha_1)(x-\alpha_2)\cdots(x-\alpha_n)\in K[x]
and we say that splits
.
I think that the same ‘splits’ fits perfectly here, and makes the definition really intuitive.
As It turns out – every polynomial over some field
splits in some field
that extends
. Before I prove it, I want to prove a short statement first:
Just a small statement
\alpha\in K\text{ is a root of }f\iff (x-\alpha)|f(x)
Suppose that , then
, hence:
. So,
is a root of
.
Conversely, suppose that is a root of
. Since
is an euclidian domain we can devide
by
with a remainder:
f(x)=(x-\alpha)q(x)+r(x)
where . Thus,
which implies that
for some
. We can now plug in
in the equation to get:
f(\alpha)=(\alpha-\alpha)q(\alpha)+c
Since is a root of
,
and we get:
. So,
, and that’s exactly the same as:
.
The proof
I am going to prove the statement by induction on the degree of . The case
is trivial (it is a linear polynomial and we don’t need to extend the field).
For the general case, there are two options:
is reducible: Then
. By induction, there is a field
that extends
and
splits in it. Again, by induction, there is a field
that extends
where
splits in. Now notice that
also splits
.
\begin{array}{cc} E & _{(f_{2})}\\ |\\ K & _{(f_{1})}\\ |\\ F \end{array}
is irreducible. Then we already proved that there exists a field
that extends
, where
has a root in (
). Denote this root by
. Then by the lemma, we get that
in
where
. By induction, there is a field
that extends
that splits
, and this field splits
as well.
Improving the statement
We just proved the existence of a field that splits , however, we don’t really know anything about it except the fact that it splits
, and there might even be more than one field that splits
.
It turns out that if is a polynomial of degree
, then there is a field
that splits
such that
.
The proof for that is done by induction on the degree of , suppose that
is an irreducible divisor of
. Therefore, in the field
has a root
. In addition, we also know that
. Notice that
is a root of
as well, therefore, in the field
:
where
. By induction, there exists a field
that extends
that splits
with a degree bounded by
. The field
splits
as well, we can now use the multiplicative property to get:
[E:F]=[E:F_1]\cdot[F_1:F]\leq(n-1)!\cdot n=n!
As we wanted.
The splitting field
Suppose that . We say that
is a splitting field if
splits
while also being the minimal field with this property. i.e. there is no proper subfield
where
splits in.
How can we create such a filed? Let’s try to find out: Suppose that is a splitting filed, therefore, in
we can write
as a product of linear polynomials:
f(x)=(x-\alpha_1)\cdots (c-\alpha_n)
From this fact we can conclude that . However, by the minimality of
, we conclude that
.
Great, we found exactly what is – It is the field over
that is generated by all the roots of
.
For example, Consider the polynomial
f(x)=(x^2-2)(x^2-3)\in\mathbb{Q}[x]
We know that splits the polynomial since:
f(x)=(x-\sqrt{2})(x+\sqrt{2})(x-\sqrt{3})(x+\sqrt{3})\in \mathbb{R}[x]
The roots of are
, therefore, the splitting field should be
. However, since
, we can represent this splitting field as
, and this is a splitting field for this polynomial.
As you may noticed already, we can create the splitting field in so many ways: If are the roots of a polynomial
, we can adjoin
then to new field we can adjoin
and so on until we reach
, on the other hand, we can start by adjoining
first, and then
and then another root until all of the roots are in the field. Those differenet ways of constructing the field leads us to the question: Is a splitting field uniqiue? Is there a way to construct more that one splitting field?
As it turns out, a splitting field is indeed unique (up to isomorphism). This fact allows us to refer a splitting field as The splitting field.
In order to prove the uniqueness, we are going to work pretty hard now, however, we will also develop tools that will make our life easier in the future, in fact – we are now going to present what I consider as the core of galois theory – You may not see it right away, but we’ll use what I am going to present here a lot, and I mean it, a lot.
Extending field’s embedding
The main thing we are going to discuss about here is how many ways are there to embed some field in another field. First of all, notice that every ring-homomorphism between fields must be an embedding! Why? suppose that
\varphi:F\rightarrow E
Is a ring homomorphism. By the first isomorphism theorem, we know that:
F/\ker\varphi\cong\text{Im}\varphi\sub E
However, we also know that is an ideal in
. But
is a field, it has no non-trivial ideals, therefore
– so
is an embedding.
Now our initial state is an embedding , and a field
that extends
.
\begin{array}{ccc} K\\ \cup\\ F & \overset{\varphi}{\longrightarrow} & E \end{array}
Our goal is to find how many embeddings are there such that
.
\begin{array}{ccc} K & \overset{\varphi_{1}}{\longrightarrow} & E\\ \cup & & \shortparallel\\ F & \overset{\varphi}{\longrightarrow} & E \end{array}
In other words, we want to find how many ways are there to extend , such that it’s domain will be
.
At first sight, this question may look kind of boring… I mean, why would we care about extending embeddings? How is that useful? Well… let’s just say that by the end of the day – that’s probably the only thing we would want to do!
We will denote the number of possible extensions as .
For example, Consider the following diagram:
\begin{array}{ccc} \mathbb{Q}[i] & \overset{\varphi_{1}}{\longrightarrow} & \mathbb{C}\\ \cup & & \shortparallel\\ \mathbb{Q} & \overset{\varphi}{\longrightarrow} & \mathbb{C} \end{array}
Here, is just the inculsion embedding:
. Let’s try to find out in how many ways we can define
. First, pick some
. Now, using the properties of a ring homomorphism yields that:
\varphi_1(a+bi)=\varphi_1(a)+\varphi_1(bi)=\varphi_1(a)+\varphi_1(b)\varphi_1(i)
\overset{\varphi_1|_\mathbb{Q}=\varphi}{=}\varphi(a)+\varphi(b)\varphi_1(i)=a+b\varphi_1(i)
It turns out that is defined entirely by the image of
.
As it turns out, there are exactly two options for the image of :
, therefore
. We shall see why it’s true in a moment, however, I need to present a short statement in ring theory first.
Ring theory break
Let be a ring homomorphism and suppose that
is some ideal of
.
We can use do define a map
, defined as
.
\begin{array}{ccc} I\vartriangleleft R & \overset{\varphi}{\longrightarrow} & S\\ \downarrow & & \shortparallel\\ R/I & \overset{\varphi^{\prime}}{\longrightarrow} & S \end{array}
However, this map may not even be well-defined! If it is though, then this map is a ring homomorphism as well (it follows immediately from the fact that is a homomorphism).
Let’s think for a second why it may not be well defined: suppose that , then if
is well defined then
, thus
, and that’s not trivial at all! There is no guarantee that elements from the same coset in the qutient ring will be sent to the same element in
.
However, if , then
and
are indeed the same. Here is why:
r_1+I=r_2+I\Rightarrow r_1-r_2\in I\overset{I\sub\ker\varphi}{\Rightarrow}\varphi(r_1-r_2)=0
\Rightarrow \varphi(r_1)-\varphi(r_2)=0\Rightarrow\varphi(r_1)=\varphi(r_2)\Rightarrow\varphi^\prime(r_1+I)=\varphi^\prime(r_2+I)
Great, so we can now conclude that if then
is well defined! (the opposite direction is also true, but I won’ t use it – you can try and prove it yourself if you want, it is not complicated at all).
Back to embedding extentions
We are now ready to prove our first result:
Suppose that is an embedding and
. Let
be the minimal polynomial of
over
. Then
is exactly the number of roots of
in the field
.
This theorem explains why there were only 2 extentions in the example. The minimal polynomial of over
is
, and it’s root are
.
The proof
The idea is to find a correspondence between the roots of and the extensions of
.
First, let’s match a root to a given extension .
Extension to root
Just for comfort, let’s write as
. We know that
, therefore,
. We can now conclude that:
0=\varphi^\prime(p(a))=\varphi^\prime(a^n+b_{n-1}\cdot a^{n-1}+\cdots+b_0)
=\varphi^\prime(a)^n+\varphi^\prime(b_{n-1})\varphi^\prime( a)^{n-1}+\cdots+\varphi^\prime(b_0)
However, for every
, therefore
. Thus:
=\varphi^\prime(a)^n+\varphi(b_{n-1})\varphi^\prime( a)^{n-1}+\cdots+\varphi(b_0)=\varphi(p)(\varphi^\prime(a))
Would you look at that! we just found out that , is a root of
. This means that every extension must send
to a root of
.
Moreover, it’s not hard to see that is defined entirely by the image of
(try to prove it! The process is really simiar to what we’ve just done, and to what we’ve seen in the example).
Those facts allow us to conclude that the number of the extensions is at most the number of roots of , and since this root is unique to
(again, the extension if defined entirely by it…) we can match each extension
to it’s corresponding root –
(and this match is one-to-one).
On the other hand, we still need to show the opposite direction – find a way to match each root to an extension in a unique way.
Root to extension
Suppose that is a root of
. Now, consider the following ring homomorphism
:
\Phi(a_nx^n+a_{n-1}x^{n-1}+\cdots +a_0)=\varphi(a_n)\cdot(a^\prime)^n+\varphi(a_{n-1})\cdot(a^\prime)^{n-1}+\cdots +a_0
This is the homomorphism that maps to
and extends the homomorphism
.
In addition, since is a root of
we get:
\Phi(p)=\varphi(p)(a^\prime)=0
Thus, . This situation fits perefectly to what I’ve just proved about rings:
\begin{array}{ccc} \langle p\rangle\vartriangleleft F[x] & \overset{\Phi}{\longrightarrow} & E\\ \downarrow & & \shortparallel\\ F[x]/\langle p\rangle & \overset{\Phi^{\prime}}{\longrightarrow} & E \end{array}
Therefore, the ring homomorphism defined as:
\Phi^\prime(f+\langle p\rangle)=\Phi(f)
is well defined. However, notice that , and since
is a field, this homomorphism is an embedding, moreover, by it’s definition, it extended
. Now we can use the isomorphism:
i:F[a]\to F[x]/\langle p\rangle \\ a\mapsto x + \langle p\rangle
And define the extension as:
\varphi^\prime=\Phi^\prime\circ i: F[a]\to E
Indeed, extends
, and
.
And that’s it – we’ve found one-to-one correspondence from embedding extension to roots, and vice versa. Therfore, the correspondence are, in fact, bijections.
Conclustions
There are two immediate conclustions we can derive from this statement:
. We have an upper bound on the number of extensions, which is the degree of
(the minimal polynomial)
- There are extentions
There are roots for
.
Even though this lemma is very useful, we still haven’t tackled the general case, when is not simple (a simple extension is a field extension
such that
for some
).
Last effort
I want to move on to the general case now, which will also prove the uniqueness of the splitting field, But I want to give a new definition first:
We say that a polynomial that splits in
is separable if it’s roots are not the same. In other words, It has
different roots.
For example, the polynomial is seperable, but on the other hand, the polynomial
is clearly not seperable – It’s degree is 8 but he only has 2 different roots.
Ok, we are now ready to present the general case:
Suppose that is an embedding and
is a finite extension. Then:
- If
is generated over
by roots of a polynomial
such that
splits in
, then
- There are extensions of
to
.
- If
is seperable in
, then
- There are extensions of
What this theorem says exactly? well, the first part gives us an upper bound to the extension, which is great and very similar to what we’ve seen about simple extensions.
The second part assumes something beyond – It assumes that is not just an arbitrary extension, but it’s generated from roots of a polynomial that it’s image splits.
If that’s the case, we are guaranteed to find extensions to the embeding, at least one! But that’s where the story ends – if turns out to be separable, we know exactly how many extension are there – The number of the extensions is the degree of the field extension,
.
The proof
Part 1
In a similar way to other proofs I have brought today, this one is going to be done by induction as well – This time, the induction is on the degree of the extension.
First, we will represent as
where
. Define
, and now we have
.
\begin{array}{c} K=F[a_1,\dots,a_k]\\ \vert\\ F_{1}=F[a_1]\\ \vert\\ F \end{array}
Which yields the following diagram:
\begin{array}{ccc} K & \overset{\varphi^\prime}{\longrightarrow} & E\\ \uparrow & & \shortparallel\\ F_{1} & \longrightarrow & E\\ \uparrow & & \shortparallel\\ F & \overset{\varphi}{\longrightarrow} & E \end{array}
We are interested in the number of ways to extend to
. We are going to use the fact that
is a simple extension, thus
.
Notice that for each extension of to
, we can restrict the domain of the it to be
. Then
is an extension of
to
!
So, in fact, any extension is in particular an extension of some extension
.
Therefore, the number of extensions of to
is exactly:
n_{F\to E}^K=\sum_{\varphi_1:F_1\to E} n_{F_1\overset{\varphi_1}{\to} E}^K
Summing over all the numbers will give us exactly
(convince yourself!).
Now, by induction, we know that: . Therefore:
n_{F\to E}^K=\sum_{\varphi_1:F_1\to E} n_{F_1\overset{\varphi_1}{\to} E}^K\leq \sum_{\varphi_1:F_1\to E} [K:F_1]
But there are exactly such
extensions. Thus:
n_{F\to E}^K\leq \sum_{\varphi_1:F_1\to E} [K:F_1]=n_{F\to E}^{F_1}[K:F_1]
And we said before that , which yields:
n_{F\to E}^K\leq [F_1:F][K:F_1]=[K:F]
As desired (I used here the multiplicative property)
Part 2
Now, where
are the roots of the polynomial
. Denote
.
Since has roots in
, from this fact, we conclude that there are extensions of
to
, and by induction, the extensions from
have extensions to
and we have found extensions! In a more detailed way – after we’ve found an extension to
, we can extend is to
which is a simple extension of
. In a similar way we define
but
is just the field
!
\begin{array}{ccc} K & \overset{\varphi^\prime}{\longrightarrow} & E\\ \uparrow & & \shortparallel\\ F_{n-1} & \longrightarrow & E\\ \vdots & & \vdots\\ F_{2} & \longrightarrow & E\\ \uparrow & & \shortparallel\\ F_{1} & \longrightarrow & E\\ \uparrow & & \shortparallel\\ F & \overset{\varphi}{\longrightarrow} & E \end{array}
It’s just like climbing a ladder – step-by-step. The reason we can proceed at each step is because every ‘yields’ a new root (or changes nothing – this happens when there are mutiple roots, pause and ponder about it for a moment – this is exactly the case where we can’t get the maximal number of extensions!), and we always have a root in
that we can send it to – all the roots of
are in
and the number of the different roots in
is the same number of different roots of
:
Both polynomials have degree , and if one has
different roots, than so as the other.
For example, think about the case where . Here, we have to map
to
. So we get that
\varphi(f)=\varphi^\prime(f)=\varphi^\prime((x-a_1)^n)=(x-a^\prime)^n
And since is one-to-one –
then
and
. There is only one embedding extension, but the degree of the extension is
– the degree of the polynomial
.
And that’s exactly the reason that we need to be separable in order to get as much extensions as possible:
Indeed, if is separable in
, we conclude that
. And we can now use the induction and repeat the same process from the first part of the proof to get the equality.
That’s it! However I want to remark one important insight, and this is a really, really important insight:
We know exactly how extension behaves – it maps a root of
– let’s call it
to a root of
, which we will call
.
So, when we extend to
while ‘going through’
we get an embedding
such that
.
Once again, it may not be so clear why this insight is so important, but trust me when I am telling you – This insight will help us a lot, and in my opinion – it’s the most important thing that you have to understand in galois theory (which we haven’t even discussed yet – when will start discussing it, you’ll see the name galois almost everywhere…)
Finally – Uniqueness of the splitting field
From what we just proved, the uniqueness follows immediately: First, notice that every splitting field of
is embedded in any field
over
where
splits in.
Why? This situation fits perfectly the second part of the theorem, we can apply it to the diagram:
\begin{array}{ccc} K & \overset{\varphi_{1}}{\longrightarrow} & E\\ \cup & & \shortparallel\\ F & \overset{\varphi}{\longrightarrow} & E \end{array}
As I mentioned, the splitting field is generated by the roots of , and by our assumption,
(since
, we will pick the inclusion embedding). The second part of the theorem assures us that there are extensions. Thus,
is embedded in
.
Now suppose that there exists another splitting field . we can substitute
to conclude that there is an embedding
from
to
.
\begin{array}{ccc} K & \overset{\Phi}{\longrightarrow} & K^\prime\\ \cup & & \shortparallel\\ F & \overset{\varphi}{\longrightarrow} &K^\prime \end{array}
The image of in
splits
as well (why?), by the minimality of
, we get
, therefore, the embedding is actually an isomorphism, and the uniqueness is finally proved!
Summary
So that was a long post, we’ve seen a lot today, learned about degrees of extensions, the spltting field and it’s uniquness. And it might not seem like it’s the most important thing – but we also successfully tackled the problem of extending embeddings, and I’ll say it one more time: This is the most important thing in this theory!