Alphabeta Math
ExampleConstruction: AI-adaptedVerification: AI-generatedSession-authored (Fable 5 assisted)precheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16
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.

Computing the monic resultant of two quadratics from roots and coefficients

Example

For

f(t)=t2+at+b,g(t)=t2+ct+d

over a field,

Res(f,g)=(db)2a(ca)(db)+b(ca)2.

Facts & Assumptions

Given: Monic quadratics f,g and roots α,β of f in a splitting field.

[L1]

The monic resultant is Res(f,g)=g(α)g(β) and vanishes exactly when the two polynomials have a common root (For monic f, Res(f,g)=ig(αi) and it vanishes exactly when f and g have a common root).

Verification

technique · direct
1.1

Since α2=aαb and β2=aβb, put u=ca and v=db to obtain g(α)=uα+v and g(β)=uβ+v.

givenalgebra
2.1

Multiply and use [L2]: g(α)g(β)=u2αβ+uv(α+β)+v2=bu2auv+v2.

step 1.1L2algebra
3.1

Substitution of u=ca and v=db gives the displayed formula, and [L1] identifies it as the resultant.

step 2.1L1algebra
4.1

For f=(t1)(t2) and g=(t2)(t4) the formula gives 0, as the shared root predicts. For the same f and g=t2+1 it gives 10, so over Q the polynomials have no common root.

step 3.1L1algebra

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: 17 results over 6 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