Alphabeta Math
TheoremStatement: Literature-sourcedProof: Literature-sourcedprecheck 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.

Division algorithm for polynomials over a field

Statement

Let F be a field, let f∈F[x], and let 0≠g∈F[x]. There are unique polynomials q,r∈F[x] such that

f=qg+r,r=0 or deg⁡r<deg⁡g.

The statement includes f=0 and nonzero constant divisors.

Facts & Assumptions

Given: A field F, a polynomial f, and a nonzero polynomial g with leading coefficient c.

[L1]

Division by a monic polynomial over a commutative ring has a unique quotient and degree-small remainder (Division by a monic polynomial over a commutative ring).

[L2]

Degrees add under multiplication of nonzero polynomials over a domain (Over an integral domain, degrees add under multiplication of nonzero polynomials).

[L3]

Every nonzero element of a field has a multiplicative inverse, and a field is commutative (Field).

[L4]

A nonzero polynomial has a nonzero leading coefficient; it is monic when that coefficient is 1 (Degree, leading coefficient and monic polynomial, with the zero polynomial having no degree).

Proof

technique · direct
1.1

By [L3] the coefficient c has an inverse, and h=c−1g is monic with the same degree as g; [L1] gives unique Q,r with f=Qh+r and r=0 or deg⁡r<deg⁡g, so q=c−1Q gives f=qg+r.

givenL1L3L4construct
2.1

If f=qg+r=q′g+r′, then (q−q′)g=r′−r; unless q=q′, [L2] makes the left side have degree at least deg⁡g, while the right side is zero or has degree below deg⁡g, so q=q′ and then r=r′.

step 1.1L2L4algebra∎

Depends on

Used by

Dependency tree · two levels

8 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