Alphabeta Math
Session-authored (Fable 5 assisted)
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

16 results · all verified · 11 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 5 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Splitting Fields

1 · Prerequisites

2 · Summary

The prerequisites provide field extensions, generated subfields, polynomial evaluation, roots, factorisation, minimal polynomials, irreducible-root adjunctions, and power bases. Strong induction and unique factorisation supply the mechanisms for adjoining roots one at a time and controlling the resulting extensions.

Splitting fields are defined for individual polynomials and families, including the empty and constant cases. Root adjunction proves existence, finite-family and composite results, and a factorial spanning bound. Polynomial transport then extends base isomorphisms and proves uniqueness up to isomorphism. The final development introduces normal algebraic extensions, establishes descent and nonempty-intersection closure, proves that algebraic splitting fields are normal, and characterises normality through splitting generators and finite generation.

3 · Logical flowchart

4 · Definitions, theorems and proofs

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

Polynomials that split and splitting fields of a polynomial or a family of polynomials

Definition

Let E/F be a field extension and let 0fF[x] have degree n. The polynomial f splits over E if there are cF× and α1,,αnE such that f(x)=cj=1n(xαj) in E[x], with repetitions allowed. When n=0, the product is empty, so every nonzero constant polynomial splits over F.

For a family F of nonzero polynomials in F[x], a splitting field of F over F is a field extension E/F such that every member of F splits over E and E is generated over F by all roots in E of all polynomials in F. A splitting field of the one-element family {f} is called a splitting field of f. For the empty family, the set of roots is empty and its splitting field is F.

LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

Kronecker's one-root step: adjoining a root removes a linear factor and lowers the remaining degree

Statement

Let F be a field and let fF[x] have degree n1. There is a root α in a field extension of F such that, for K=F(α), there is a polynomial gK[x] satisfying f(α)=0,f=(xα)g,degg=n1. If a field extension L/K splits g, then f splits over L.

Facts & Assumptions

Given: A field F and a polynomial fF[x] of degree n1.

[F1]

Every nonconstant polynomial over a field has a root in some field extension (Every nonconstant polynomial over a field has a root in some field extension).

[F2]

For a polynomial over a commutative ring, f(α)=0 if and only if xα divides f (Factor theorem over a commutative ring).

[F4]

A polynomial splits when it is a nonzero scalar times a product of linear factors (Polynomials that split and splitting fields of a polynomial or a family of polynomials).

Proof

technique · constructive
1.1

Since n1, the polynomial is nonconstant. By [F1], choose an extension H/F and a root αH, and let K=F(α)H.

F1construct
2.1

By [F2], f=(xα)g for some gK[x]. Since f is nonzero, so is g; also xα is nonzero. Thus [F3] gives n=1+degg and hence degg=n1.

F2F3step 1.1algebra
3.1

If g splits over L, adjoining the factor xα to its linear factorisation gives a linear factorisation of f over L. This also covers n=1, when g is a nonzero constant and its factor product is empty.

F4step 2.1discharge-construct
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Every nonzero polynomial over a field has a splitting field

Statement

For every field F and every nonzero polynomial fF[x], there exists a splitting field of f over F.

Facts & Assumptions

Given: A field F and a nonzero polynomial fF[x].

[F1]

Strong induction permits proving a property at degree n from all smaller degrees (Strong (complete) induction).

[F2]

A positive-degree polynomial has a root α in an extension such that, for K=F(α), it factors in K[x] as (xα)g with degg=degf1 (Kronecker's one-root step: adjoining a root removes a linear factor and lowers the remaining degree).

[F3]

A splitting field is an extension over which the polynomial splits and which is generated by all its roots; a nonzero constant splits over the base field (Polynomials that split and splitting fields of a polynomial or a family of polynomials).

Proof

technique · strong induction on degree
1.1

Let P(n) assert the theorem for every field and every nonzero polynomial of degree n. We prove P(n) for all n by [F1].

F1
1.2

If n=0, the polynomial is a nonzero constant. It splits over F, and its empty root set generates F, so F itself is a splitting field.

F3base
1.3

Let n1 and assume P(m) for every m<n. By [F2], choose a root α, put K=F(α), and choose gK[x] with f=(xα)g and degg=n1<n.

F2ih
2.1

The induction hypothesis over the field K gives a splitting field L/K of g. Then f splits over L by [F2], and L=K(roots of g)=F(α,roots of g) is generated over F by roots of f. Thus L/F is a splitting field of f.

F2F3step 1.3ih
3.1

Steps 1.2, 1.3, and 2.1 verify the strong-induction hypothesis at every n, so [F1] proves the theorem.

F1step 1.1step 1.2step 1.3step 2.1discharge-induction
CorollaryStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Every finite family of nonzero polynomials has a splitting field, obtained from their product

Statement

Let f1,,fmF[x] be nonzero, where mN. A splitting field of the product h=j=1mfj is a splitting field of the family {f1,,fm}. Hence every finite family of nonzero polynomials has a splitting field. For m=0, h=1 and the splitting field is F.

Facts & Assumptions

Given: A finite family f1,,fm of nonzero polynomials over a field F.

[F1]

Nonzero polynomial products over a domain are nonzero (Over an integral domain, degrees add under multiplication of nonzero polynomials).

[F2]

Every nonzero polynomial has a splitting field (Every nonzero polynomial over a field has a splitting field).

[F3]

For every field K, the polynomial ring K[x] is a unique factorisation domain (For every field F, F[x] is a unique factorisation domain).

[F4]

A splitting field is generated by all roots of the polynomial or family that splits there (Polynomials that split and splitting fields of a polynomial or a family of polynomials).

Proof

technique · direct
1.1

If m=0, the product is 1, whose empty root set has splitting field F by [F4]. Assume now that m>0. By [F1], h is nonzero, so [F2] gives a splitting field E/F of h.

F1F2F4
2.1

Each fj divides h in E[x]. Since h is a product of linear factors there, unique factorisation in the ring E[x] from [F3] shows that every irreducible factor of fj is linear; hence every fj splits over E.

F3step 1.1
3.1

An element of an extension is a root of h=f1fm exactly when it is a root of at least one fj, because a field has no zero divisors. Thus the roots generating E are precisely the union of the roots of the family, and [F4] makes E its splitting field.

F4step 1.1algebra
CorollaryStatement: AI-adaptedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

Inside a common extension, the splitting field of fg is the composite of the splitting fields of f and g

Statement

Let f,gF[x] be nonzero. Inside a common field extension Ω/F, let Ef and Eg be their respective splitting fields. Then the composite EfEg inside Ω is a splitting field of fg over F.

Facts & Assumptions

Given: Nonzero f,gF[x] and splitting fields Ef,EgΩ.

[F1]

A splitting field is the subfield generated over F by all roots of the polynomial, over which that polynomial splits (Polynomials that split and splitting fields of a polynomial or a family of polynomials).

[F2]

The composite EfEg is the smallest subfield of Ω containing both Ef and Eg (The composite of two subfields is the subfield generated by their union).

Proof

technique · direct
1.1

Both f and g split over EfEg because the composite contains their splitting fields. Hence their product fg splits there.

F1F2
2.1

In the field Ω, an element a is a root of fg exactly when f(a)g(a)=0, hence exactly when it is a root of f or of g. Therefore the field generated by the roots of fg is the field generated jointly by Ef and Eg, which is EfEg by [F2].

F1F2algebra
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

A field isomorphism transports polynomials coefficientwise and carries roots, factorizations, and splitting to roots, factorizations, and splitting

Statement

Let τ:EE be a field isomorphism carrying a subfield FE onto FE, and write σ=τF. Then σ:F[x]F[x],iaixiiσ(ai)xi is a ring isomorphism, and for every fF[x] and αE, τ(f(α))=(σf)(τ(α)). Consequently τ carries roots of f bijectively to roots of σf, transports factorizations coefficientwise, and carries a splitting field of f over F to a splitting field of σf over F.

Facts & Assumptions

Given: An isomorphism τ:EE with τ(F)=F and restriction σ:FF.

[F1]

A coefficient homomorphism and the chosen image of x determine a unique homomorphism of polynomial rings (Universal property of R[x]: a coefficient homomorphism and the image of x determine a unique ring homomorphism).

[F2]

Polynomial evaluation is substitution into the coefficient sum, and a root is an element where that evaluation is zero (Evaluation and roots of a polynomial in a commutative target ring).

[F3]

A splitting field is generated over the base by all roots of a polynomial that splits there (Polynomials that split and splitting fields of a polynomial or a family of polynomials).

Proof

technique · direct
1.1

Apply [F1] to σ and the indeterminate xF[x]. This gives σ with the displayed coefficient formula. Applying the same construction to σ1 gives its inverse, so σ is an isomorphism.

F1
1.2

For f=iaixi, the homomorphism laws give τ(f(α))=iσ(ai)τ(α)i=(σf)(τ(α)). Thus f(α)=0 if and only if (σf)(τ(α))=0, because τ is injective.

F2algebra
2.1

Applying the construction of step 1.1 to τ gives a coefficientwise isomorphism τ:E[x]E[x] extending σ. It transports every product factorisation and, in particular, a linear factorisation of f to one of σf. Since τ is bijective, step 1.2 gives a bijection of root sets, and τ(F(roots of f))=F(roots of σf). The splitting-field claim follows from [F3].

F1F3step 1.1step 1.2
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

A base-field isomorphism extends across simple adjunctions of corresponding roots of an irreducible polynomial

Statement

Let σ:FF be a field isomorphism, let pF[x] be monic and irreducible, and put p=σp. If α is a root of p in an extension of F and β is a root of p in an extension of F, then there is a unique field isomorphism σ~:F(α)F(β) extending σ and satisfying σ~(α)=β.

Facts & Assumptions

Given: The fields, polynomial, roots, and isomorphism in the Statement.

[F1]

Coefficient transport along a field isomorphism is a polynomial-ring isomorphism and transports factorizations (A field isomorphism transports polynomials coefficientwise and carries roots, factorizations, and splitting to roots, factorizations, and splitting).

[F2]

The minimal polynomial of an algebraic element is the unique monic irreducible polynomial vanishing at it, and it divides every polynomial that vanishes there (The evaluation kernel and the unique monic irreducible minimal polynomial of an algebraic element).

[F3]

If an algebraic element has minimal polynomial of degree n, its simple extension has the unique power basis 1,α,,αn1 (A simple algebraic extension is its minimal-polynomial quotient and has power basis 1,a,,an1 and degree n).

[F4]

Adjoining a root of a monic irreducible polynomial has the universal property that the root may be sent to any other root, uniquely over the base field (Universal property of adjoining a root of an irreducible polynomial).

Proof

technique · constructive
1.1

By [F1], p is monic and irreducible. Since p(α)=0 and p(β)=0, [F2] identifies p and p as the respective minimal polynomials. In particular they have the same degree n.

F1F2
1.2

By [F3], each element of F(α) has a unique form i<naiαi. Define σ~(i<naiαi)=i<nσ(ai)βi. The quotient and root universal property in [F4], transported through [F1], shows this is a field homomorphism extending σ and sending α to β.

F1F3F4construct
2.1

Repeating the construction for σ1, with β and α interchanged, gives an inverse. Hence σ~ is an isomorphism. Its values on the unique power-basis expressions are forced, so it is unique.

F3step 1.2discharge-construct
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

A base-field isomorphism extends to an isomorphism between splitting fields of corresponding polynomials

Statement

Let σ:FF be a field isomorphism, let 0fF[x], and put f=σf. If E/F is a splitting field of f and E/F is a splitting field of f, then σ extends to a field isomorphism EE.

Facts & Assumptions

Given: The fields, polynomial, splitting fields, and base isomorphism in the Statement.

[F1]

Strong induction permits proving the assertion from all smaller polynomial degrees (Strong (complete) induction).

[F2]

A minimal polynomial is monic irreducible and divides every polynomial vanishing at its element (The evaluation kernel and the unique monic irreducible minimal polynomial of an algebraic element).

[F3]

A base isomorphism extends uniquely across adjunctions of chosen corresponding roots of a transported irreducible polynomial (A base-field isomorphism extends across simple adjunctions of corresponding roots of an irreducible polynomial).

[F4]

Coefficient transport carries roots and factorizations to the corresponding roots and factorizations (A field isomorphism transports polynomials coefficientwise and carries roots, factorizations, and splitting to roots, factorizations, and splitting).

[F5]

For every field K, the polynomial ring K[x] is a unique factorisation domain (For every field F, F[x] is a unique factorisation domain).

[F6]

A root supplies a linear factor, and a splitting field is generated by all roots (Factor theorem over a commutative ring, Polynomials that split and splitting fields of a polynomial or a family of polynomials).

Proof

technique · strong induction on $n=\deg f$
1.1

Let P(n) assert the theorem for every such datum of degree n. If n=0, both root sets are empty, so E=F and E=F; the required extension is σ.

F6base
1.2

Let n1 and assume P(m) for all m<n. Choose a root αE of f, and let p be its minimal polynomial over F. By [F2], pf. Thus p=σp divides f in E[x]. Since f is a product of linear factors there, unique factorisation in E[x] from [F5] makes p split over E; choose a root βE of p.

F2F4F5F6ih
2.1

By [F3], σ extends to an isomorphism σ1:F(α)F(β). Factor f=(xα)g in F(α)[x]. Applying coefficient transport by σ1 gives f=(xβ)g with g=(σ1)g, and degg=n1.

F3F4F6step 1.2
3.1

The field E is a splitting field of g over F(α): it splits g, and it is generated by α together with the other roots of f, which are the roots of g. Similarly, E is a splitting field of g over F(β). The induction hypothesis extends σ1 to an isomorphism EE.

F4F6step 1.2step 2.1ih
4.1

The base case and inductive step establish P(n) for all n by [F1].

F1step 1.1step 1.2step 3.1discharge-induction
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

Any two splitting fields of a polynomial are isomorphic over the base field

Statement

If E/F and E/F are splitting fields of the same nonzero polynomial fF[x], then there is a field isomorphism EE that fixes F pointwise.

Facts & Assumptions

Given: Two splitting fields E/F and E/F of the same nonzero polynomial.

[F1]

A base-field isomorphism extends to an isomorphism between splitting fields of the corresponding transported polynomials (A base-field isomorphism extends to an isomorphism between splitting fields of corresponding polynomials).

Proof

technique · direct
1.1

Apply [F1] to the identity isomorphism of F. It transports f to itself and therefore extends to an isomorphism EE fixing F.

F1
2.1

This includes nonzero constants, whose splitting fields have empty root sets and both equal F.

F1step 1.1
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

A degree-n polynomial has a splitting field spanned over F by at most n! explicit root monomials

Statement

Let 0fF[x] have degree n. There is a splitting field E/F, roots α1,,αk of f in E, and positive integers d1,,dk such that E is spanned over F by the root monomials α1e1αkek(0ej<dj), and d1dkn!. Thus E has a spanning family of at most n! explicit root monomials. When n=0, k=0, the sole empty monomial is 1, and 0!=1.

Facts & Assumptions

Given: A field F and a nonzero polynomial f of degree n.

[F1]

Strong induction permits proving a statement at degree n from all smaller degrees (Strong (complete) induction).

[F2]

For n1, one may adjoin a root α and write f=(xα)g with degg=n1 (Kronecker's one-root step: adjoining a root removes a linear factor and lowers the remaining degree).

[F3]

The minimal polynomial of α divides every polynomial vanishing at α (The evaluation kernel and the unique monic irreducible minimal polynomial of an algebraic element).

[F4]

If that minimal polynomial has degree d, then F(α) has power basis 1,α,,αd1 (A simple algebraic extension is its minimal-polynomial quotient and has power basis 1,a,,an1 and degree n).

[F5]

The factorial satisfies 0!=1 and n!=n(n1)! for n1 (The factorial n! and the falling factorial nk, defined by recursion in N).

[F6]

A splitting field is generated by the roots over the base field (Polynomials that split and splitting fields of a polynomial or a family of polynomials).

[F7]

For nonzero polynomials over an integral domain, the degree of a product is the sum of the degrees (Over an integral domain, degrees add under multiplication of nonzero polynomials).

Proof

technique · strong induction on degree
1.1

Let P(n) be the full assertion in the Statement, quantified over all base fields. For n=0, take E=F and k=0. The vector 1 spans F and the number of displayed empty monomials is 1=0!.

F5F6base
1.2

Let n1 and assume P(m) for every m<n. By [F2], choose a root α in the extension K=F(α) and write f=(xα)g with degg=n1. If the minimal polynomial of α has degree d, then d1, [F3] and [F7] give dn, and [F4] gives the F-basis 1,α,,αd1.

F2F3F4F7ih
2.1

Apply the induction hypothesis over K to g. It gives a splitting field E/K spanned over K by at most (n1)! monomials in roots α2,,αk of g. Multiplying those monomials by 1,α,,αd1 spans E over F by monomials in roots of f.

F4F6step 1.2ih
3.1

The number of resulting monomials is at most d(n1)!n(n1)!=n! by dn and [F5]. Moreover E=K(roots of g)=F(α,roots of g), so it is a splitting field of f.

F5F6step 1.2step 2.1
4.1

The base case and inductive step establish P(n) for every natural n by [F1].

F1step 1.1step 1.2step 3.1discharge-induction
PropositionStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

After adjoining one nonzero root α of xna, all roots are ζα with ζn=1

Statement

Let n1, let F be a field, and let aF. Suppose an extension E/F contains a nonzero root α of xna. Then a0, and for βE, βn=aβ=ζα for some ζE with ζn=1. Consequently, if μn(E)={ζE:ζn=1} and E contains every root of xna, its splitting field inside E is F(α,μn(E)).

Facts & Assumptions

Given: A positive integer n, a field extension E/F, and a nonzero αE satisfying αn=aF.

[F1]

Every nonzero field element is a unit (Field).

[F3]

A splitting field is generated over the base by all roots of the polynomial (Polynomials that split and splitting fields of a polynomial or a family of polynomials).

Proof

technique · direct, both directions
1.1

Since α0, [F1] gives α1. Also a=αn0, because a product of nonzero field elements is nonzero.

F1
1.2

Conversely, if β=ζα and ζn=1, then [F2] gives βn=ζnαn=a.

F2
2.1

If βn=a, put ζ=βα1. By [F2], ζn=βn(αn)1=aa1=1, and β=ζα.

F1F2step 1.1
3.1

Thus the root set in E is exactly αμn(E). The field generated by that set equals F(α,μn(E)): it contains α=1α, and from any root ζα it recovers ζ=(ζα)α1; the reverse containment follows because each ζα is a root. Now [F3] gives the splitting-field assertion.

F1F3step 2.1step 1.2
PropositionStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

Every F-endomorphism of a splitting field permutes the distinct roots and is an automorphism

Statement

Let E/F be a splitting field of a nonzero polynomial fF[x]. Every field homomorphism τ:EE that fixes F maps the finite set of distinct roots of f bijectively to itself. Consequently τ is surjective and hence is an F-automorphism of E.

Facts & Assumptions

Given: A splitting field E/F of 0fF[x] and an F-endomorphism τ:EE.

[F1]

A unital homomorphism between fields is injective (Field homomorphism and embedding).

[F3]

A nonzero degree-n polynomial over a domain has at most n distinct roots (A nonzero polynomial of degree n over an integral domain has at most n distinct roots).

[F5]

A splitting field is generated over the base field by the roots of its polynomial (Polynomials that split and splitting fields of a polynomial or a family of polynomials).

Proof

technique · direct
1.1

By [F1], τ is injective and hence an isomorphism from E onto its image. Since it fixes the coefficients of f, direct evaluation gives f(τ(α))=τ(f(α))=0 for every root α of f.

F1F2
2.1

The distinct-root set X is finite by [F3], and step 1.1 restricts τ to an injection XX. By [F4], this restriction is a bijection, so τ permutes the roots. This remains true when X is empty.

F3F4step 1.1
3.1

The image τ(E) contains F and every root of f by step 2.1. Since those elements generate E by [F5], one has Eτ(E)E. Thus τ is surjective and is an F-automorphism.

F5step 2.1
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

A normal algebraic extension is one in which every minimal polynomial with a root in the extension splits there

Definition

An algebraic field extension E/F is normal if, for every αE, the minimal polynomial of α over F splits over E.

Equivalently, every irreducible polynomial pF[x] that has one root in E splits over E. Indeed, the monic associate of such a p is the minimal polynomial of any one of its roots in E, and multiplying by a nonzero scalar does not change whether a polynomial splits.

PropositionStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

If K/F is normal and FEK, then K/E is normal

Statement

If K/F is a normal algebraic extension and FEK, then K/E is a normal algebraic extension.

Facts & Assumptions

Given: A normal algebraic extension K/F and an intermediate field E.

[F1]

Normality means that the minimal polynomial over the base of every element of the extension splits there (A normal algebraic extension is one in which every minimal polynomial with a root in the extension splits there).

[F2]

The minimal polynomial divides every base-field polynomial that vanishes at the element (The evaluation kernel and the unique monic irreducible minimal polynomial of an algebraic element).

[F3]

For every field L, the polynomial ring L[x] is a unique factorisation domain (For every field F, F[x] is a unique factorisation domain).

Proof

technique · direct
1.1

Every element of K is algebraic over F, hence also algebraic over E because the same polynomial lies in E[x]. Thus K/E is algebraic.

F1
1.2

Fix αK. Let mFF[x] and mEE[x] be its minimal polynomials. By [F2], mE divides mF in E[x].

F2
2.1

Normality of K/F makes mF split over K. In the unique factorisation domain K[x] from [F3], every divisor of that product of linear factors is itself a product of linear factors, so mE splits over K. Since α was arbitrary, [F1] makes K/E normal.

F1F3step 1.2
PropositionStatement: AI-adaptedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

A nonempty intersection of normal subextensions inside a common algebraic extension is normal

Statement

Let M/F be an algebraic extension and let (Ei)iI be a nonempty family of intermediate fields such that every Ei/F is normal. Then K=iIEi is a normal algebraic extension of F.

Facts & Assumptions

Given: An algebraic extension M/F and a nonempty family of normal intermediate extensions Ei/F.

[F1]

In a normal extension, the minimal polynomial over the base of each element splits (A normal algebraic extension is one in which every minimal polynomial with a root in the extension splits there).

[F2]

Every algebraic element has a unique monic irreducible minimal polynomial (The evaluation kernel and the unique monic irreducible minimal polynomial of an algebraic element).

[F3]

For every field L, the polynomial ring L[x] is a unique factorisation domain (For every field F, F[x] is a unique factorisation domain).

Proof

technique · direct
1.1

The intersection K is an intermediate field of M/F. Since M/F is algebraic, every element of K is algebraic over F.

given
1.2

Fix αK and let mF[x] be its minimal polynomial from [F2]. For every iI, one has αEi, so [F1] makes m split over Ei.

F1F2
2.1

Because I is nonempty, choose i0I and write the linear factorisation of m in Ei0[x]M[x]. For any iI, a linear factorisation also exists in Ei[x]M[x]. Uniqueness of factorisation in the ring M[x] from [F3] shows that the same roots, with the same multiplicities, occur in both factorizations. Hence every root from the first factorisation lies in every Ei, and therefore in K.

F3step 1.2
3.1

Thus the minimal polynomial of every αK splits over K. Together with algebraicity from step 1.1, [F1] shows that K/F is normal. The nonempty hypothesis was used in step 2.1; without it the intersection convention could give the ambient M, which need not be normal.

F1step 1.1step 2.1
PropositionStatement: AI-adaptedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

An algebraic extension that is a splitting field of a polynomial is normal

Statement

Let E/F be algebraic. If E is a splitting field over F of a nonzero polynomial fF[x], then E/F is normal.

Facts & Assumptions

Given: An algebraic extension E/F that is a splitting field of 0fF[x].

[F1]

Corresponding roots of a transported irreducible polynomial give an isomorphism between their simple adjunctions (A base-field isomorphism extends across simple adjunctions of corresponding roots of an irreducible polynomial).

[F2]

A base isomorphism extends to an isomorphism between splitting fields of corresponding polynomials (A base-field isomorphism extends to an isomorphism between splitting fields of corresponding polynomials).

[F3]

A splitting field is generated over its base by all roots of the polynomial (Polynomials that split and splitting fields of a polynomial or a family of polynomials).

[F4]

Normality requires every minimal polynomial of an element of E to split over E (A normal algebraic extension is one in which every minimal polynomial with a root in the extension splits there).

[F5]

Every nonzero polynomial over a field has a splitting field (Every nonzero polynomial over a field has a splitting field).

Proof

technique · direct conjugate argument
1.1

Fix αE and let m be its minimal polynomial over F. By [F5], choose a splitting field Ω/E of m, and let β be any root of m in Ω. By [F1], the identity on F extends to an isomorphism σ0:F(α)F(β) sending α to β.

F1F5
2.1

The field E is a splitting field of f over F(α), because it splits f and is generated by its roots. The field E(β) is a splitting field of f over F(β) for the same reason. Since σ0 fixes the coefficients of f, [F2] extends it to an isomorphism σ:EE(β).

F2F3step 1.1
3.1

Every generator of E over F is a root of f. The map σ fixes F and therefore carries each such generator to another root of f, all of which already lie in E. Hence σ(E)E. But σ(E)=E(β) by surjectivity, so βE.

F3step 2.1
4.1

Every root β of the minimal polynomial m lies in E, so m splits over E. Since α was arbitrary and E/F is algebraic by hypothesis, [F4] proves normality.

F4step 1.1step 3.1
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

An algebraic extension generated by elements whose minimal polynomials split in it is normal

Statement

Let E/F be algebraic and suppose E=F(T) for a subset TE. If the minimal polynomial over F of every tT splits over E, then E/F is normal.

Facts & Assumptions

Given: An algebraic extension E/F, a generating set T, and the splitting hypothesis in the Statement.

[F1]

The field F(T) is the smallest subfield containing FT (Field extensions, generated subrings F[S], generated subfields F(S), and simple extensions).

[F2]

Every element algebraic over F has a unique monic irreducible minimal polynomial (The evaluation kernel and the unique monic irreducible minimal polynomial of an algebraic element).

[F3]

An algebraic splitting field of a nonzero polynomial is normal (An algebraic extension that is a splitting field of a polynomial is normal).

[F4]

Normality means that the minimal polynomial of every element of the extension splits there (A normal algebraic extension is one in which every minimal polynomial with a root in the extension splits there).

Proof

technique · finite-support reduction
1.1

The union U=T0T, T0 finiteF(T0) is a subfield of E: sums, products, inverses, and pairs of elements lie in the field generated by the union of their two finite supports. It contains FT, so [F1] gives E=F(T)U, while the reverse inclusion is immediate.

F1
2.1

Fix βE. By step 1.1, choose a finite set T0={t1,,tm}T with βF(T0). Let pj be the minimal polynomial of tj over F, and let KE be the field generated by all roots in E of the product p1pm. If m=0, take the product to be 1 and K=F.

F2step 1.1
3.1

Each pj splits over E by hypothesis. Their product is monic and hence nonzero, so K is its splitting field and contains every tj; hence βF(T0)K. Also K/F is algebraic because KE and E/F is algebraic. By [F3], K/F is normal.

F3step 2.1algebra
4.1

Let mβ be the minimal polynomial of β over F. Since βK and K/F is normal, mβ splits over K, hence over E. This holds for every βE, so [F4] proves that E/F is normal.

F4step 3.1
PropositionStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

A normal extension generated by finitely many elements is the splitting field of the product of their minimal polynomials

Statement

Let E/F be normal and suppose E=F(α1,,αm) for some mN. If pj is the minimal polynomial of αj over F, then E is a splitting field over F of p1p2pm. For m=0, the product is 1 and the assertion reads E=F.

Facts & Assumptions

Given: A normal extension E/F with the displayed finite generating family.

[F1]

Normality makes the minimal polynomial over F of every element of E split over E (A normal algebraic extension is one in which every minimal polynomial with a root in the extension splits there).

[F2]
[F3]

A splitting field is generated over F by all roots of a polynomial that splits there (Polynomials that split and splitting fields of a polynomial or a family of polynomials).

Proof

technique · direct
1.1

If m=0, the generating hypothesis says E=F, and the nonzero constant 1 has empty root set, so [F3] makes F its splitting field.

F3
1.2

Suppose m>0. By [F1], every pj splits over E, so their product splits over E. Let K be the subfield of E generated over F by all roots of that product. Then KE.

F1F3
2.1

Each generator αj is one of those roots by [F2], so E=F(α1,,αm)K. Thus E=K, and [F3] says exactly that E is the splitting field of the product.

F2F3step 1.2

5 · Examples, counterexamples and false statements

None yet.

Sources