Existence and uniqueness of finite fields

For each prime power q=p^n there is a unique (up to isomorphism) field with q elements.
Existence and uniqueness of finite fields

A is a field with finitely many elements.

Theorem (Existence and uniqueness). Let q=pnq=p^n where pp is prime and n1n\ge1.

  1. (Existence) There exists a field Fq\mathbb{F}_q with exactly qq elements. It has pp.
  2. (Uniqueness) Any two fields with qq elements are isomorphic (so Fq\mathbb{F}_q is well-defined up to unique isomorphism).

A concrete construction is:

  • Start with Fp\mathbb{F}_p.
  • Choose an irreducible polynomial f(x)Fp[x]f(x)\in \mathbb{F}_p[x] of degree nn.
  • Form the quotient Fp[x]/(f)\mathbb{F}_p[x]/(f), which is a field of size pnp^n.

Uniqueness can be seen by noting that every field with qq elements is the of xqxx^q-x over Fp\mathbb{F}_p, and splitting fields are unique up to Fp\mathbb{F}_p-isomorphism.

Examples

  1. q=pq=p. Then FpZ/pZ\mathbb{F}_p\cong \mathbb{Z}/p\mathbb{Z} is the unique field of order pp.

  2. q=4=22q=4=2^2. Take f(x)=x2+x+1F2[x]f(x)=x^2+x+1\in\mathbb{F}_2[x], which has no root in F2\mathbb{F}_2 and hence is irreducible.
    Then F4F2[x]/(x2+x+1)\mathbb{F}_4\cong \mathbb{F}_2[x]/(x^2+x+1).

  3. q=9=32q=9=3^2. The polynomial f(x)=x2+1F3[x]f(x)=x^2+1\in\mathbb{F}_3[x] has no root in F3\mathbb{F}_3 (since 02+1=10^2+1=1, 12+1=21^2+1=2, 22+1=22^2+1=2), so it is irreducible.
    Then F9F3[x]/(x2+1)\mathbb{F}_9\cong \mathbb{F}_3[x]/(x^2+1).