Alphabeta Math
ExampleConstruction: Literature-sourcedVerification: 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.

Long division, the Euclidean algorithm and a Bézout identity in Q[x]\mathbb Q[x]

Example

In Q[x]\mathbb Q[x], put f=x32x+1f=x^3-2x+1 and g=x21g=x^2-1. Long division and the Euclidean algorithm give

f=xg+(x+1),g=(x1)(x+1).f=xg+(-x+1),\qquad g=(-x-1)(-x+1).

Thus gcd(f,g)=x1\gcd(f,g)=x-1 and

x1=f+xg.x-1=-f+xg.

Facts & Assumptions

Given: The displayed polynomials f,gQ[x]f,g\in\mathbb Q[x].

[L1]

Polynomial division over a field gives a unique remainder of degree below the divisor (Division algorithm for polynomials over a field).

[L2]

The last nonzero Euclidean remainder, normalized to be monic, is the gcd and is a polynomial linear combination of the inputs (Bézout identity and the Euclidean algorithm for polynomials over a field).

[L3]

The rational numbers form a field (The rationals form a field).

Verification

technique · direct
1.1

Direct multiplication gives x(x21)+(x+1)=x32x+1=fx(x^2-1)+(-x+1)=x^3-2x+1=f, and (x1)(x+1)=x21=g(-x-1)(-x+1)=x^2-1=g, so these are the divisions licensed by [L1] over the field [L3].

givenL1L3algebra
2.1

The last nonzero remainder is x+1-x+1, whose monic associate is x1x-1; negating the first remainder identity gives x1=f+xgx-1=-f+xg, in agreement with [L2].

step 1.1L2algebra

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · next 3 levels

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