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 be a commutative ring and let be monic. For every there are unique such that
This includes the zero dividend and a constant monic divisor.
Facts & Assumptions
Given: A commutative ring , a monic polynomial of degree , and a polynomial .
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).
A monic polynomial has leading coefficient , and the zero polynomial has no degree (Degree, leading coefficient and monic polynomial, with the zero polynomial having no degree).
Strong induction allows the case at degree once all smaller degrees have been established (Strong (complete) induction).
Proof
If , monicity gives , so works for every . Hence suppose ; for the zero dividend, works.
Let have degree and assume, as the strong induction hypothesis, that division exists for every zero polynomial or nonzero polynomial of degree below . If , take .
If instead , put ; the polynomial has its degree- coefficient cancelled and is zero or has degree below . The induction hypothesis gives with or , whence .
Steps 1.1–2.1 and strong induction [L3] prove existence for every dividend.
If are two such expressions, then ; if , the leading coefficient of equals the nonzero leading coefficient of because is monic, so [L1] gives degree at least , whereas is zero or has degree below , a contradiction. Thus and then , proving uniqueness and completing the induction proof.
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
- Neil Donaldson, Math 120B Notes, Theorem 23.14 (standard reference, not scraped)