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

Bézout identity and the Euclidean algorithm for polynomials over a field

Statement

Let FF be a field and let f,gF[x]f,g\in F[x] be not both zero. Repeated polynomial division terminates at a last nonzero remainder, whose monic associate is d=gcd(f,g)d=\gcd(f,g). There are A,BF[x]A,B\in F[x] such that

Af+Bg=d.Af+Bg=d.

Moreover, dd divides both ff and gg, and every common divisor of ff and gg divides dd.

Facts & Assumptions

Given: A field FF and polynomials f,gF[x]f,g\in F[x] not both zero.

[L1]

The monic gcd is the monic generator of the ideal (f,g)(f,g) (The monic greatest common divisor of two polynomials over a field).

[L2]

Division by a nonzero polynomial over a field gives a unique remainder of smaller degree or zero (Division algorithm for polynomials over a field).

Proof

technique · direct
1.1

If necessary interchange ff and gg so the second input is nonzero. Repeatedly apply [L2]; this also covers a zero first input, when the first remainder is already zero. Each nonzero remainder has strictly smaller natural degree than its divisor, so the process terminates. Every remainder is a polynomial linear combination of the original f,gf,g by back-substitution, and the last nonzero remainder rr divides the preceding remainder and hence, successively, both inputs.

givenL2algebra
2.1

Every common divisor of f,gf,g divides each remainder and therefore divides rr; after multiplying rr and its back-substituted coefficients by lc(r)1\operatorname{lc}(r)^{-1}, the resulting monic polynomial d=Af+Bgd=Af+Bg has the divisibility property and generates (f,g)(f,g), so [L1] identifies it with gcd(f,g)\gcd(f,g).

step 1.1L1L2algebra

Depends on

Used by

Cited to discharge well-definedness by The monic greatest common divisor of two polynomials over a field.

Dependency tree · next 3 levels

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