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

The lexicographic reduction algorithm in three variables

Example

Let

P=symx3+2symx2y+3xyz,

where the first sum is x3+y3+z3 and the second is the sum of the six distinct monomials with exponent pattern (2,1,0). Then

P=e13e1e2.

Facts & Assumptions

Given: The polynomial P above, with lexicographic order x>y>z.

[L1]

Lexicographic reduction cancels the leading partition by the corresponding monomial in e1,e2,e3 and strictly decreases the leading multidegree (Every symmetric polynomial over a commutative ring is a polynomial in the elementary symmetric polynomials).

[L2]

Lexicographic order compares exponent tuples at their first differing coordinate (Lexicographic order on exponent tuples and the multidegree of a nonzero polynomial).

Verification

technique · direct
1.1

The leading multidegree of P is (3,0,0) with coefficient 1, so [L1] first subtracts e13. Its expansion is symx3+3symx2y+6xyz.

givenL1L2algebra
2.1

The remainder is symx2y3xyz, whose leading multidegree is (2,1,0). Since e1e2=symx2y+3xyz, the next prescribed subtraction is e1e2 and the remainder becomes zero.

step 1.1L1L2algebra
3.1

Therefore P=e13e1e2. Direct expansion verifies the equality and exhibits both lexicographic decreases.

step 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: 11 results over 7 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