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.
Every nonzero polynomial over a field has a splitting field
Statement
For every field and every nonzero polynomial , there exists a splitting field of over .
Facts & Assumptions
Given: A field and a nonzero polynomial .
Strong induction permits proving a property at degree from all smaller degrees (Strong (complete) induction).
A positive-degree polynomial has a root in an extension such that, for , it factors in as with (Kronecker's one-root step: adjoining a root removes a linear factor and lowers the remaining degree).
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
Let assert the theorem for every field and every nonzero polynomial of degree . We prove for all by [F1].
If , the polynomial is a nonzero constant. It splits over , and its empty root set generates , so itself is a splitting field.
Let and assume for every . By [F2], choose a root , put , and choose with and .
The induction hypothesis over the field gives a splitting field of . Then splits over by [F2], and is generated over by roots of . Thus is a splitting field of .
Steps 1.2, 1.3, and 2.1 verify the strong-induction hypothesis at every , so [F1] proves the theorem.
Depends on
- Kronecker's one-root step: adjoining a root removes a linear factor and lowers the remaining degree
- Strong (complete) induction
- Polynomials that split and splitting fields of a polynomial or a family of polynomials
- $F[x]/(p)$ for monic irreducible $p$ is a field extension containing the root $x+(p)$ with unique reduced representatives
Used by
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 60 results over 16 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.
Sources
- T. Judson, Abstract Algebra: Theory and Applications, Theorem 21.11 (standard reference, not scraped)
- J. S. Milne, Fields and Galois Theory, Chapter 2 (standard reference, not scraped)