MATH111C Abstract Algebra [111c]

Lecture 1. Field extensions [l1]

Definition 1.1. field extension [1201]

Let $F$ be a field. A field containing $F$ is called a field extensions of $F$ or an extension of $F$.

When considering field extensions of $F$, the field $F$ is sometimes called the base field.

Example 1.2. examples from characteristics [1202]

  • Every field of characteristic $0$ is a field extension of $\mathbb{Q}$.
  • Every field of characteristic $p$ is a field extension of $\mathbb{F}_{p}$.

Definition 1.3. degree of field extensions [1203]

Example 1.4. complex and real numbers, rationals and polynomials [1204]

  1. $\mathbb{C}$ is a field extension of $\mathbb{R}$ and $[\mathbb{C} : \mathbb{R}] = 2$.
  2. $\mathbb{R}$ is a field extension of $\mathbb{Q}$ and $[\mathbb{R} : \mathbb{Q}] = \infty$.
  3. Let $F$ be a field and $p(x)$ be an irreducible polynomial of degree $\geq 1$ in $F[x]$. Then $K = F[x] / (p(x))$ is a field extension of $F$ and $[K : F] = \deg p(x)$.
  4. $F = \mathbb{Q}, p(x) = x^{2} - 2, K = \mathbb{Q}[x] / (x^{2} - 2)$. Then $K \cong \mathbb{Q}[\sqrt{ 2 }] = \{ a + b\sqrt{ 2 } \mid a, b \in \mathbb{Q} \}$.
  5. $[\mathbb{F}_{p}(t), \mathbb{F}_{p}] = \infty$. $1, t, t^{2}, \dots, t^{n}, \dots$ are linearly independent over $\mathbb{F}_{p}$, so $\dim_{\mathbb{F}_{p}}\mathbb{F}_{p}(t) = \infty$.

Remark 1.5. [1205]

Theorem 1.6. [1206]

Let $F$ be a field and $p(x)$ be an irreducible polynomial in $F[x]$. Then

  1. $K = F[x] / (p(x))$ is a field extension of $F$,
  2. $\theta = \overline{x} \in K$ is a root of $p(x)$ in $K$,
  3. $[K : F] = \deg p(x)$. Let $n = \deg p(x)$. Then $$1, \theta, \theta^{2}, \dots, \theta^{n-1}$$ is a basis of $K$ as an $F$-vector space. (Hence, $K = \{ a_{0} + a_{1} \theta + \cdots + a_{n-1}\theta^{n-1} \mid a_{0}, \dots, a_{n-1} \in F\}$.)

Theorem 1.7. [1207]

Let $F \subseteq K \subseteq L$ be fields. Then $[L:F]$ is finite if and only if $[L:K]$ and $[K:F]$ are both finite, and $$ [L:F] = [L : K][K : F]. $$

When $[L : F] = \infty$, at most one of $[L:K]$ and $[K:F]$ can be finite. For example, $[\mathbb{C} : \mathbb{Q}] = \infty$ and $[\mathbb{R} : \mathbb{Q}] = \infty$ while $[\mathbb{C} : \mathbb{R}] = 2 < \infty$.

Lecture 2. The subfield generated by a subset and simple extensions [l2]

From this definition, it is hard to compute $F(S)$ because there might be infinite subfields containing $F$ and $S$. So we need a workaround to get $F(S)$.

We know that taking field of fractions gives us a field, if we consider each element of $F(S)$ as a fraction of elements, what do we know about these elements?

  • They must belong to an integral domain.
  • They must be composed of elements from $F$ and $S$.

Interestingly, $K$ is a field, so taking fractions of elements from $S$ simply brings another element of $K$, and it also belongs to a subfield of $K$ containing $S$. Actually, to construct a subfield of $K$ containing $S$, we first need to take multiples of any elements of $S$, then take inverses of those multiples, next, take multiples of those inverses and elements of $S$.

Remember that the needed subfields also contain $F$, given a subfield containing $S$, how do we enlarge it so it contains $F$, too? Well, simply multiplying every element by elements of $F$ and taking sums of those multiples is a good way. Recall that $\operatorname{Frac}(F) = F$, hence we have the following proposition:

Lecture 3. Algebraic extensions [l3]