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.
Reducing a symmetric polynomial in two variables to a polynomial in and
Example
For
the lexicographic reduction algorithm gives
where and .
Facts & Assumptions
Given: The symmetric polynomial above over .
Every symmetric polynomial is a polynomial in the elementary symmetric polynomials, obtained by cancelling its leading monomial lexicographically (Every symmetric polynomial over a commutative ring is a polynomial in the elementary symmetric polynomials).
In two variables, and (The elementary symmetric polynomials ).
Verification
The leading monomial of is . The elementary monomial prescribed by [L1] is , and .
Subtracting gives , whose leading multidegree is smaller than .
Hence in . Both sides have integer coefficients, so expanding the right side recovers the original polynomial over every commutative ring; there the remainder of step 2.1 may itself vanish, as it does in characteristic , in which case the algorithm halts one step earlier at the same answer.
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: 13 results over 8 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
- K. Conrad, Symmetric Polynomials, Section 2 (standard reference, not scraped)