Alphabeta Math
TheoremStatement: Literature-sourcedProof: AI-adaptedSession-authored (Fable 5 assisted)precheck 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 by a monic polynomial over a commutative ring

Statement

Let RR be a commutative ring and let gR[x]g\in R[x] be monic. For every fR[x]f\in R[x] there are unique q,rR[x]q,r\in R[x] such that

f=qg+r,r=0 or degr<degg.f=qg+r,\qquad r=0\ \text{or}\ \deg r<\deg g.

This includes the zero dividend and a constant monic divisor.

Facts & Assumptions

Given: A commutative ring RR, a monic polynomial gg of degree dd, and a polynomial ff.

[L1]

For nonzero polynomials over a commutative ring, degrees of sums and products are at most the corresponding support bounds, and the coefficient at the sum of the degrees is the product of leading coefficients (Degree inequalities for sums and products over a commutative ring).

[L2]

A monic polynomial has leading coefficient 11, and the zero polynomial has no degree (Degree, leading coefficient and monic polynomial, with the zero polynomial having no degree).

[L3]

Strong induction allows the case at degree nn once all smaller degrees have been established (Strong (complete) induction).

Proof

technique · induction
1.1

If d=0d=0, monicity gives g=1g=1, so q=f,r=0q=f,r=0 works for every ff. Hence suppose d>0d>0; for the zero dividend, q=r=0q=r=0 works.

basegivenL2construct
1.2

Let f0f\ne0 have degree nn and assume, as the strong induction hypothesis, that division exists for every zero polynomial or nonzero polynomial of degree below nn. If n<dn<d, take q=0,r=fq=0,r=f.

ihgivenL1L2construct
2.1

If instead ndn\ge d, put a=lc(f)a=\operatorname{lc}(f); the polynomial f1=faxndgf_1=f-a x^{n-d}g has its degree-nn coefficient cancelled and is zero or has degree below nn. The induction hypothesis gives f1=q1g+rf_1=q_1g+r with r=0r=0 or degr<d\deg r<d, whence f=(q1+axnd)g+rf=(q_1+a x^{n-d})g+r.

step 1.2L1L2construct
3.1

Steps 1.1–2.1 and strong induction [L3] prove existence for every dividend.

step 1.1step 1.2step 2.1L3
4.1

If f=qg+r=qg+rf=qg+r=q'g+r' are two such expressions, then (qq)g=rr(q-q')g=r'-r; if qq0q-q'\ne0, the leading coefficient of (qq)g(q-q')g equals the nonzero leading coefficient of qqq-q' because gg is monic, so [L1] gives degree at least dd, whereas rrr'-r is zero or has degree below dd, a contradiction. Thus q=qq=q' and then r=rr=r', proving uniqueness and completing the induction proof.

step 3.1L1L2algebradischarge-induction

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 25 results over 9 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