The math optional, made finite. Daily Practice

Fields and finite fields

At a Glance

Why This Chapter Matters

Fields appear in 5 of the last 13 years with six questions — all Section A — making this one of the more reliable proof-writing atoms in Paper 2 Algebra. Every question follows one of five tight patterns: (1) show a concrete matrix ring or root-extension is a field by checking axioms and identifying an isomorphism to C\mathbb C; (2) show Zp\mathbb Z_p is a field and compute explicit inverses; (3) show the Frobenius map aapa\mapsto a^p is an automorphism of a finite field; (4) construct a field extension where a polynomial has a root (Kronecker); or (5) build a specific finite field as a quotient ring by an irreducible polynomial. Understanding these five patterns — not just as facts but with the underlying logic connecting PID, maximal ideal, and field — is sufficient to cover every question in the corpus.

Minimum Theory

Definition. A field is a set FF with operations ++ and ×\times such that (F,+)(F,+) is an abelian group, (F{0},×)(F\setminus\{0\},\times) is an abelian group, and multiplication distributes over addition. Equivalently: a commutative ring with unity 101\ne0 in which every non-zero element has a multiplicative inverse.

Prime fields. Zp={[0],[1],,[p1]}\mathbb Z_p=\{[0],[1],\ldots,[p-1]\} with operations mod pp is a field if and only if pp is prime. Proof (\Rightarrow): if pp prime and [a][0][a]\ne[0], then gcd(a,p)=1\gcd(a,p)=1, so Bézout’s identity gives integers b,cb,c with ab+pc=1ab+pc=1, hence [a][b]=[1][a][b]=[1] in Zp\mathbb Z_p. Proof (\Leftarrow): if p=mnp=mn is composite (1<m,n<p1<m,n<p), then [m][n]=[0][m][n]=[0] with [m],[n][0][m],[n]\ne[0] — a zero-divisor, impossible in a field.

Characteristic. The characteristic charF\operatorname{char}F is the smallest positive integer nn with n1F=0Fn\cdot 1_F=0_F, or 00 if no such nn exists. For a field, charF\operatorname{char}F is 00 or a prime (if charF=mn\operatorname{char}F=mn composite, then (m1)(n1)=0(m\cdot1)(n\cdot1)=0 but m10m\cdot1\ne0 and n10n\cdot1\ne0 — contradiction). Freshman’s Dream (characteristic pp): for all a,bFa,b\in F, (a+b)p=ap+bp.(a+b)^p=a^p+b^p. Proof: the middle binomial coefficients (pk)=p!/(k!(pk)!)\binom{p}{k}=p!/(k!(p-k)!) are all divisible by pp for 1kp11\le k\le p-1 (the prime pp divides the numerator but not the denominator), so they vanish in characteristic pp.

Quotient-field construction. Let FF be a field and p(x)F[x]p(x)\in F[x] irreducible over FF. Then F[x]/(p(x))F[x]/(p(x)) is a field. Proof: F[x]F[x] is a Euclidean domain (with degree as the norm), hence a PID. In a PID, a non-zero element is prime iff it is irreducible, and a prime ideal is maximal. So (p(x))(p(x)) is a maximal ideal, and F[x]/(p(x))F[x]/(p(x)) is a field. By the division algorithm, every element of F[x]/(p(x))F[x]/(p(x)) has a unique representative of degree <degp<\deg p, so F[x]/(p(x))=Fdegp|F[x]/(p(x))|=|F|^{\deg p}.

Frobenius automorphism. For a finite field FF with charF=p\operatorname{char}F=p, the map ϕ:aap\phi:a\mapsto a^p is a field automorphism. Proof: (i) ϕ(ab)=apbp=ϕ(a)ϕ(b)\phi(ab)=a^pb^p=\phi(a)\phi(b); (ii) ϕ(a+b)=ap+bp=ϕ(a)+ϕ(b)\phi(a+b)=a^p+b^p=\phi(a)+\phi(b) (Freshman’s Dream); (iii) kerϕ={0}\ker\phi=\{0\} (non-zero field homomorphism); (iv) FF finite + ϕ\phi injective \Rightarrow ϕ\phi surjective by pigeonhole.

Kronecker’s theorem. For any field FF and non-constant fF[x]f\in F[x], there exists a field FFF'\supseteq F in which ff has a root. Construction: take any irreducible factor pp of ff; set F=F[x]/(p)F'=F[x]/(p) and embed FFF\to F' via aa+(p)a\mapsto a+(p). The element α=x+(p)F\alpha=x+(p)\in F' satisfies fq(α)=f(x)+(p)=0Ff^q(\alpha)=f(x)+(p)=0_{F'}.

Question Archetypes

Five patterns cover every field question in the corpus.

ArchetypeYou are seeing this when…
field-isomorphismShow a concrete ring (matrices or {a+bω}\{a+b\omega\}) is a field isomorphic to C\mathbb C
finite-field-arithmeticShow Zp\mathbb Z_p is a field; compute specific inverses
frobenius-automorphismShow aapa\mapsto a^p is a field automorphism
kronecker-extensionConstruct a field extension where a polynomial has a root
quotient-field-constructionBuild a finite field as a quotient by an irreducible polynomial; count elements

field-isomorphism (2 question(s); 2013, 2014)

Recognition Cues

Solution Template

Matrix-ring type (2013):

  1. Write out the product A1A2A_1A_2 of two generic elements and check it stays in SS — this is the only step requiring calculation; don’t just assert closure.
  2. Check commutativity of ×\times from the product formula (entries are symmetric in the subscripts).
  3. Identify 0S0_S (zero matrix) and 1S=I21_S=I_2.
  4. Inverse: detA=a2+b2>0\det A=a^2+b^2>0 for (a,b)(0,0)(a,b)\ne(0,0); compute A1A^{-1} and check it is in SS.
  5. Define f(a+ib)=(abba)f(a+ib)=\begin{pmatrix}a&-b\\b&a\end{pmatrix}; verify ff preserves ++ and ×\times; bijectivity is clear from coordinates.

Root-extension type (2014):

  1. Take ω=e2πi/3=12+i32\omega=e^{2\pi i/3}=-\tfrac12+i\tfrac{\sqrt3}{2} (the non-real cube root of unity).
  2. The map (a,b)a+bω=(ab/2)+ib3/2(a,b)\mapsto a+b\omega=(a-b/2)+ib\sqrt3/2 from R2\mathbb R^2 to C\mathbb C has Jacobian 3/20\sqrt3/2\ne0, so it is a linear bijection: S=CS=\mathbb C.
  3. C\mathbb C is a field: done. (Alternatively, verify axioms directly using ω2=1ω\omega^2=-1-\omega.)

Worked Example(s)

2013 Paper 2, 2013-P2-Q1a (10 marks)

Show S={(abba):a,bR}S=\left\{\begin{pmatrix}a&-b\\b&a\end{pmatrix}:a,b\in\mathbb R\right\} is a field under matrix operations. What are the identities and inverse of (1111)\begin{pmatrix}1&-1\\1&1\end{pmatrix}? Show f(a+ib)=(abba)f(a+ib)=\begin{pmatrix}a&-b\\b&a\end{pmatrix} is an isomorphism.

Let Ak=(akbkbkak)A_k=\begin{pmatrix}a_k&-b_k\\b_k&a_k\end{pmatrix}.

Closure under ++: A1+A2=(a1+a2(b1+b2)b1+b2a1+a2)SA_1+A_2=\begin{pmatrix}a_1+a_2&-(b_1+b_2)\\b_1+b_2&a_1+a_2\end{pmatrix}\in S. ✓

Closure under ×\times: A1A2=(a1a2b1b2(a1b2+b1a2)b1a2+a1b2a1a2b1b2)S.A_1A_2=\begin{pmatrix}a_1a_2-b_1b_2&-(a_1b_2+b_1a_2)\\b_1a_2+a_1b_2&a_1a_2-b_1b_2\end{pmatrix}\in S. The entries are symmetric in the subscripts, so A1A2=A2A1A_1A_2=A_2A_1 (commutativity). ✓

Identities: additive 0S=(0000)0_S=\begin{pmatrix}0&0\\0&0\end{pmatrix}, multiplicative 1S=I21_S=I_2. ✓

Multiplicative inverse: detA=a2+b2\det A=a^2+b^2. For (a,b)(0,0)(a,b)\ne(0,0) this is positive, so AA is invertible: A1=1a2+b2(abba)S.A^{-1}=\frac{1}{a^2+b^2}\begin{pmatrix}a&b\\-b&a\end{pmatrix}\in S. Every non-zero element has an inverse, so SS is a field.

For A=(1111)A=\begin{pmatrix}1&-1\\1&1\end{pmatrix}, detA=2\det A=2:   A1=12(1111)=(12121212).  \boxed{\;A^{-1}=\frac{1}{2}\begin{pmatrix}1&1\\-1&1\end{pmatrix}=\begin{pmatrix}\tfrac{1}{2}&\tfrac{1}{2}\\[4pt]-\tfrac{1}{2}&\tfrac{1}{2}\end{pmatrix}.\;}

Isomorphism. ff respects ++ (clear) and ×\times: (a1+ib1)(a2+ib2)=(a1a2b1b2)+i(a1b2+b1a2)(a_1+ib_1)(a_2+ib_2)=(a_1a_2-b_1b_2)+i(a_1b_2+b_1a_2) maps to A1A2A_1A_2 above. The map (a,b)a+ib(a,b)\leftrightarrow a+ib is a bijection. So f:C    Sf:\mathbb C\xrightarrow{\;\sim\;}S.

Common Traps


finite-field-arithmetic (1 question(s); 2014)

Recognition Cues

Solution Template

  1. State: Zp\mathbb Z_p is a field iff pp is prime.
  2. Proof: for [a][0][a]\ne[0], gcd(a,p)=1\gcd(a,p)=1 (since pp prime), so Bézout gives ab1(modp)ab\equiv1\pmod p, meaning [b]=[a]1[b]=[a]^{-1}.
  3. To find a specific inverse: for small pp, build the inverse table by brute force (ab1(modp)ab\equiv1\pmod p for b=1,2,b=1,2,\ldots).
  4. Additive inverse: [n]=[pn]-[n]=[p-n].

Worked Example(s)

2014 Paper 2, 2014-P2-Q2a (15 marks)

Show Z7\mathbb Z_7 is a field. Find ([5]+[6])1([5]+[6])^{-1} and ([4])1(-[4])^{-1} in Z7\mathbb Z_7.

Z7\mathbb Z_7 is a field. 7 is prime. For any [a][0][a]\ne[0], gcd(a,7)=1\gcd(a,7)=1, so Bézout gives [a]1Z7[a]^{-1}\in\mathbb Z_7.

Inverse table (verify: [2][4]=[8]=[1][2][4]=[8]=[1], [3][5]=[15]=[1][3][5]=[15]=[1], [6][6]=[36]=[1][6][6]=[36]=[1]):

[a][a][1][1][2][2][3][3][4][4][5][5][6][6]
[a]1[a]^{-1}[1][1][4][4][5][5][2][2][3][3][6][6]

([5]+[6])1([5]+[6])^{-1}. [5]+[6]=[11]=[4][5]+[6]=[11]=[4], so ([5]+[6])1=[4]1=([5]+[6])^{-1}=[4]^{-1}= [2].\boxed{[2].}

([4])1(-[4])^{-1}. [4]=[74]=[3]-[4]=[7-4]=[3], so ([4])1=[3]1=(-[4])^{-1}=[3]^{-1}= [5].\boxed{[5].}

Common Traps


frobenius-automorphism (1 question(s); 2020)

Recognition Cues

Solution Template

  1. Multiplicativity: (ab)p=apbp(ab)^p=a^pb^p (commutativity of the field). f(1)=1f(1)=1.
  2. Additivity: (a+b)p=ap+bp(a+b)^p=a^p+b^p. Proof: binomial middle terms (pk)\binom{p}{k} for 1kp11\le k\le p-1 are divisible by pp (the prime cancels numerator factor but not the denominator factors), so they vanish in characteristic pp.
  3. Injective: kerf\ker f is an ideal of a field, so kerf={0}\ker f=\{0\} (since f(1)=10f(1)=1\ne0).
  4. Surjective: RR finite + ff injective self-map \Rightarrow surjective by pigeonhole.
  5. Conclude: bijective field homomorphism = automorphism.

Worked Example(s)

2020 Paper 2, 2020-P2-Q3a (15 marks)

Finite field RR, charR=p>0\operatorname{char}R=p>0. Show f(a)=apf(a)=a^p is an isomorphism RRR\to R.

Multiplicativity. f(ab)=(ab)p=apbp=f(a)f(b)f(ab)=(ab)^p=a^pb^p=f(a)f(b), and f(1)=1f(1)=1. ✓

Additivity (Freshman’s Dream). (a+b)p=k=0p(pk)akbpk.(a+b)^p=\sum_{k=0}^p\binom{p}{k}a^kb^{p-k}. For 1kp11\le k\le p-1: (pk)=p!/(k!(pk)!)\binom{p}{k}=p!/(k!(p-k)!) has pp in the numerator and k!(pk)!k!(p-k)! in the denominator; since k,pk<pk,p-k<p and pp is prime, pk!p\nmid k! and p(pk)!p\nmid(p-k)!, so p(pk)p\mid\binom{p}{k}. These terms vanish in characteristic pp: f(a+b)=(a+b)p=ap+bp=f(a)+f(b).  f(a+b)=(a+b)^p=a^p+b^p=f(a)+f(b). \;\checkmark

So ff is a ring homomorphism.

Injective. kerf\ker f is an ideal of the field RR; the only ideals of a field are {0}\{0\} and RR. Since f(1)=10f(1)=1\ne0, kerf={0}\ker f=\{0\}.

Surjective. RR is finite and f:RRf:R\to R is injective; an injective self-map of a finite set is surjective.

  f(a)=ap is a field automorphism (the Frobenius).  \boxed{\;f(a)=a^p\text{ is a field automorphism (the Frobenius).}\;}

Common Traps


kronecker-extension (1 question(s); 2021)

Recognition Cues

Solution Template

  1. Factor ff into irreducibles in F[x]F[x]; WLOG take p1p_1 an irreducible factor (root of p1p_1 \Rightarrow root of ff).
  2. Construct F=F[x]/(p1)F'=F[x]/(p_1). Since F[x]F[x] is a PID and p1p_1 irreducible, (p1)(p_1) is maximal, so FF' is a field.
  3. Embed q:FFq:F\to F' by q(a)=a+(p1)q(a)=a+(p_1); injectivity: if ab(p1)a-b\in(p_1) and deg(ab)=0<degp1\deg(a-b)=0<\deg p_1, then a=ba=b.
  4. α=x+(p1)F\alpha=x+(p_1)\in F' is a root: fq(α)=ai(x+(p1))i=f(x)+(p1)=0Ff^q(\alpha)=\sum a_i(x+(p_1))^i=f(x)+(p_1)=0_{F'}.

Worked Example(s)

2021 Paper 2, 2021-P2-Q2b (15 marks)

Field FF, f(x)F[x]f(x)\in F[x] of degree >0>0. Show there exist FF' and embedding q:FFq:F\to F' such that fqf^q has a root in FF'.

Step 1 (reduction). Factor f=p1pkf=p_1\cdots p_k into irreducibles in F[x]F[x]. A root of p1p_1 is also a root of ff, so WLOG ff is irreducible.

Step 2 (construction). Set F=F[x]/(f)F'=F[x]/(f). Since F[x]F[x] is a PID (Euclidean domain via degree), the ideal (f)(f) is maximal (irreducible \Leftrightarrow prime in PID, and in PID, prime ideals are maximal). Hence FF' is a field.

Step 3 (embedding). Define q(a)=a+(f)q(a)=a+(f) for aFa\in F. This is a ring homomorphism. If q(a)=q(b)q(a)=q(b), then ab(f)a-b\in(f); since deg(ab)=0<degf\deg(a-b)=0<\deg f, we get a=ba=b. So qq is injective.

Step 4 (root). Let α=x+(f)F\alpha=x+(f)\in F': fq(α)=iq(ai)αi=i(ai+(f))(x+(f))i=f(x)+(f)=0F.f^q(\alpha)=\sum_i q(a_i)\alpha^i=\sum_i(a_i+(f))(x+(f))^i=f(x)+(f)=0_{F'}.

  F=F[x]/(f),q(a)=a+(f),α=x+(f) is a root of fq.  \boxed{\;F'=F[x]/(f),\quad q(a)=a+(f),\quad \alpha=x+(f)\text{ is a root of }f^q.\;}

Common Traps


quotient-field-construction (1 question(s); 2023)

Recognition Cues

Solution Template

  1. Irreducibility (degree 2 or 3): test all q=Zqq=|\mathbb Z_q| elements as potential roots. No root \Rightarrow no linear factor \Rightarrow irreducible.
  2. Field: Zq[x]\mathbb Z_q[x] is a PID; (p(x))(p(x)) maximal (from irreducibility) \Rightarrow quotient is a field.
  3. Count: by the division algorithm, every element has a unique representative of degree <degp<\deg p; there are qdegpq^{\deg p} such.

Worked Example(s)

2023 Paper 2, 2023-P2-Q3a (15 marks)

Prove x2+1x^2+1 is irreducible in Z3[x]\mathbb Z_3[x]. Show F=Z3[x]/x2+1F=\mathbb Z_3[x]/\langle x^2+1\rangle is a field of 9 elements.

Irreducibility. Test all elements of Z3\mathbb Z_3: p(0)=10,p(1)=1+1=20,p(2)=4+1=520.p(0)=1\ne0,\quad p(1)=1+1=2\ne0,\quad p(2)=4+1=5\equiv2\ne0. No root in Z3\mathbb Z_3; since degp=2\deg p=2, no root \Rightarrow no linear factor \Rightarrow irreducible. \blacksquare

Field. Z3[x]\mathbb Z_3[x] is a Euclidean domain (division algorithm with degree), hence a PID. An irreducible element generates a maximal ideal in a PID, so x2+1\langle x^2+1\rangle is maximal and F=Z3[x]/x2+1F=\mathbb Z_3[x]/\langle x^2+1\rangle is a field.

Nine elements. By the division algorithm, every f(x)f(x) has a unique remainder a+bxa+bx (degree <2<2) modulo x2+1x^2+1. The cosets are parametrised by (a,b)Z3×Z3(a,b)\in\mathbb Z_3\times\mathbb Z_3: F=32=9.|F|=3^2=\boxed{9.}

In FF, the class xx satisfies x2=12x^2=-1\equiv2, acting as a square root of 1-1 over F3\mathbb F_3. The field FF9F\cong\mathbb F_9.

Common Traps


Marks-Aware Writing

10-mark questions (2013-Q1a): Write out the matrix product explicitly (2–3 lines), identify identities, compute the specific inverse, and verify the isomorphism map preserves ×\times. Around 12 minutes; examiners penalise “by inspection” substitutions for the product.

15-mark questions (all others): Each archetype has a clear 4-step structure — introduce the setup (1 sentence), prove the property (3–4 labelled steps), state the conclusion. For the Frobenius, spell out the p(pk)p\mid\binom{p}{k} argument — it is the core idea, worth about 6 marks. For quotient fields, cite the PID/Euclidean-domain fact and then spend time on the irreducibility test and the element count — these are the steps examiners actually mark.

Practice Set

YearPaper/QMarksArchetypeOne-line hint
2014P2-Q3a15field-isomorphismω=e2πi/3\omega=e^{2\pi i/3} makes {a+bω}=C\{a+b\omega\}=\mathbb C via a real-linear bijection; Jacobian 3/20\sqrt3/2\ne0

We've mapped all 13 years of this exam. Get new chapters, tools, and solutions as we release them — free.