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.

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

Statement

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

Af+Bg=d.

Moreover, d divides both f and g, and every common divisor of f and g divides d.

Facts & Assumptions

Given: A field F and polynomials f,g∈F[x] not both zero.

[L1]

The monic gcd is the monic generator of the ideal (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 f and g 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,g by back-substitution, and the last nonzero remainder r divides the preceding remainder and hence, successively, both inputs.

givenL2algebra
2.1

Every common divisor of f,g divides each remainder and therefore divides r; after multiplying r and its back-substituted coefficients by lc⁡(r)−1, the resulting monic polynomial d=Af+Bg has the divisibility property and generates (f,g), so [L1] identifies it with 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 · 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