Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 1.73 KB

algebraic-closure-roadmap.md

File metadata and controls

55 lines (42 loc) · 1.73 KB

Roadmap to algebraic closure of field F

Implicitly, in what I write below, p=1 if char(F)=0.

Field theory

  1. Any finite subgroup of F* is cyclic
  2. Freshman's dream: (x+y)^p = x^p + y^p

Polynomials

  1. division algorithm
  2. F[X] is a ED (3)
  3. ED -> PID -> UFD -> GCD
  4. F[X] is a PID (4,5)
  5. F[X] is a UFD (4,5)
  6. F[X] is a GCD (4,5)

Algebraic extensions

  1. Integral elements form subring

Splitting fields

  1. Every polynomial splits in some extension (6,7)

Separable polynomials

  1. Resultant of two polynomials
  2. Discriminant of polynomials (11)
  3. f in F[X] is separable := discriminant(f) is non-zero (12)
  4. f is separable iff gcd(f,Df)=1 (8,11)
  5. f is separable iff it has no double root in every extension in which it splits (10)
  6. For every irreducible f in F[X] there is n in N and h in F[X] such that f(x) = h(x^(p^n)) and h is separable (14)
  7. If If K/F then f in F[X] is separable iff (coe f) in K[X] is separable. (13)
  8. f is separable iff all its factors are separable
  9. Primitive element theorem (1,10,15,17,18)
  10. F perfect := every polynomial is separable
  11. Perfect iff Frobenius surjective (2,16)

Proof

  1. For every irreducible f in F[X] let Xf be an indeterminate.
  2. Let R := F[{Xf | f irredcuible}] be a big polynomial ring.
  3. Let I := span {f(Xf) | f irreducible} an ideal in R.
  4. I is a proper ideal. (10)
  5. Let L := R/M where M is a maximal ideal that contains I (25).
  6. L is a field algebraic over F. (9)
  7. Let K := {x in L | exists n, x^(p^n) in F}.
  8. K is a subfield. (2)
  9. K is perfect. (2,21)
  10. Every polynomial in K[X] has a root in L. (2)
  11. Every polynomial in K[X] splits in L. (19,30,31)
  12. L is algebraically closed. (32)
  13. L is an algebraic closure of F. (27,33)