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 irreducible polynomial over a field is prime
Statement
Let be a field. Every irreducible polynomial is prime: if divides , then divides or divides .
Facts & Assumptions
Given: A field , an irreducible polynomial , and polynomials with .
For polynomials not both zero, the monic gcd divides both inputs, every common divisor divides the gcd, and the gcd is a polynomial linear combination of the inputs (Bézout identity and the Euclidean algorithm for polynomials over a field).
An irreducible element is a nonzero nonunit whose every factorization has a unit factor; a prime element divides one factor whenever it divides a product (Irreducible and prime elements of an integral domain).
Proof
If there is nothing to prove. Otherwise, if a common divisor of and were a nonunit, a factorization and irreducibility would make a unit, so would be associate to and would imply , a contradiction. Thus every common divisor is a unit, and [L1] gives with .
Multiplying the identity by gives ; both terms on the left are divisible by , the second because , so . Thus satisfies the prime condition in [L2].
Depends on
Used by
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 16 results over 6 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
- Neil Donaldson, Math 120B Notes, Theorem 23.10(2) (standard reference, not scraped)