Alphabeta Math
DefinitionDefinition: Literature-sourcedProof: Not applicableSession-authored (Fable 5 assisted)audited 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.

Content and primitive integer polynomials

Definition

Let 0fZ[x]0\ne f\in\mathbb Z[x]. Through the trimmed-list correspondence (Finitely supported coefficient sequences and trimmed finite coefficient lists define the same formal polynomials), write f=a0+a1x++anxnf=a_0+a_1x+\cdots+a_nx^n with an0a_n\ne0. Its content is the iterated nonnegative integer gcd

cont(f):=gcd(gcd(gcd(0,a0),a1),an),\operatorname{cont}(f):=\gcd(\cdots\gcd(\gcd(0,a_0),a_1)\cdots,a_n),

using the integer gcd of Common divisor, and the greatest common divisor gcd(a,b)\gcd(a,b), with the convention gcd(0,0):=0\gcd(0,0) := 0. The result is positive because not every coefficient is zero. The polynomial ff is primitive when cont(f)=1\operatorname{cont}(f)=1. Set cont(0):=0\operatorname{cont}(0):=0, but do not call the zero polynomial primitive.

The value does not depend on appending trailing zero coefficients, and Content is the positive common divisor of the coefficients divisible by every common divisor proves its universal common-divisor characterization.

Depends on

Used by

Dependency tree · next 3 levels

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