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.
Rational root theorem
Statement
Let with . If a reduced rational number , where , , and , is a root of , then
Facts & Assumptions
Given: An integer polynomial with and a root with and .
Evaluation substitutes the chosen ring element into the finite coefficient expression, and a root has value zero (Evaluation and roots of a polynomial in a commutative target ring).
Coprime integers have gcd (Coprime integers: ).
If are coprime and , then (If and then ; and if , and then ).
The leading coefficient is the nonzero coefficient at the degree of a nonzero polynomial (Degree, leading coefficient and monic polynomial, with the zero polynomial having no degree).
The rational numbers form a field, so multiplication by the nonzero denominator power preserves the root equation (The rationals form a field).
The integers embed in the rationals preserving addition and multiplication (The integers embed in the rationals).
The induction principle permits iteration of a divisibility implication through a positive power (The principle of mathematical induction).
Proof
By [L1], [L5], and the coefficient embedding [L6], multiplying by gives .
The equation shows ; [L2], [L3], and [L7] remove the coprime factor one power at a time and give , including , when the root equation itself gives .
The same equation shows ; [L2], [L3], and [L7] remove the coprime factor one power at a time and give , proving both conclusions.
Depends on
- Evaluation and roots of a polynomial in a commutative target ring
- Coprime integers: $\gcd(a,b) = 1$
- If $\gcd(a,b) = 1$ and $a \mid bc$ then $a \mid c$; and if $a \mid c$, $b \mid c$ and $\gcd(a,b) = 1$ then $ab \mid c$
- Degree, leading coefficient and monic polynomial, with the zero polynomial having no degree
- The rationals form a field
- The integers embed in the rationals
- The principle of mathematical induction
Used by
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 67 results over 21 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
- Thomas W. Judson, Abstract Algebra: Theory and Applications, Theorem 17.15 (standard reference, not scraped)
- Neil Donaldson, Math 120B Notes, Theorem 23.8(3) (standard reference, not scraped)