Alphabeta Math
ExampleConstruction: AI-adaptedVerification: AI-generatedSession-authored (Fable 5 assisted)precheck passaudited 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.

A nonmonic quadratic congruence solved through its discriminant

Example

The congruence

3x2+4x+10(mod11)

has exactly the two solution classes [7]11 and [10]11.

Facts & Assumptions

Given: The polynomial 3x2+4x+1 modulo the odd prime 11.

[L1]

If p is odd and pA, then Ax2+Bx+C0(modp) has exactly 1+((B24AC)/p) solution classes (The discriminant counts roots of Ax2+Bx+C0(modp) for odd prime pA).

[L2]

For an odd prime p, (ap)=1 when pa and a is a quadratic residue modulo p, and (ap)=1 when pa and a is a quadratic nonresidue modulo p (The Legendre symbol, including its zero value).

Verification

technique · direct
1.1

The discriminant is Δ=42431=4. Here 114 and 22=4, so 4 is a quadratic residue modulo 11 and [L2] gives (Δ/11)=1.

L2givenalgebra
2.1

Since 11 is odd and 113, fact [L1] applies and predicts exactly 1+1=2 solution classes.

L1step 1.1
3.1

Completing the square gives (6x+4)24(mod11), so ((6x+4)2)((6x+4)+2)0(mod11); by [L3] the field Z/11 has no zero divisors, so 6x+42 or 6x+42. Since 612(mod11), these yield x7 and x10; direct substitution gives 1760 and 3410(mod11). Thus both predicted classes occur.

L3step 1.1step 2.1algebra

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