Alphabeta Math
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-11
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 f=anxn+⋯+a1x+a0∈Z[x] with an≠0. If a reduced rational number r/s, where r,s∈Z, s>0, and gcd⁡(r,s)=1, is a root of f, then

r∣a0ands∣an.

Facts & Assumptions

Given: An integer polynomial f=anxn+⋯+a0 with an≠0 and a root r/s∈Q with s>0 and gcd⁡(r,s)=1.

[L1]

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).

[L2]

Coprime integers have gcd 1 (Coprime integers: gcd⁡(a,b)=1).

[L4]

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).

[L5]

The rational numbers form a field, so multiplication by the nonzero denominator power preserves the root equation (The rationals form a field).

[L6]

The integers embed in the rationals preserving addition and multiplication (The integers embed in the rationals).

[L7]

The induction principle permits iteration of a divisibility implication through a positive power (The principle of mathematical induction).

Proof

technique · direct
1.1

By [L1], [L5], and the coefficient embedding [L6], multiplying f(r/s)=0 by sn gives anrn+an−1rn−1s+⋯+a1rsn−1+a0sn=0.

givenL1L4L5L6algebra
2.1

The equation shows r∣a0sn; [L2], [L3], and [L7] remove the coprime factor s one power at a time and give r∣a0, including r=0, when the root equation itself gives a0=0.

step 1.1L2L3L7
3.1

The same equation shows s∣anrn; [L2], [L3], and [L7] remove the coprime factor r one power at a time and give s∣an, proving both conclusions.

step 1.1L2L3L4L7∎

Depends on

Used by

Dependency tree · two levels

29 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources