Alphabeta Math
Session-authored (Fable 5 assisted)
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.

21 results · all verified · 12 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 9 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Symmetric Polynomials and the Fundamental Theorem of Symmetric Functions

1 · Prerequisites

2 · Summary

A splitting field presents a monic polynomial as a product of linear factors, so its roots are available in an extension field. Over a commutative coefficient ring, a finite multivariate polynomial ring built by iteration and the symmetric group permuting its variables provide the setting for symmetric polynomials. The published formal derivative and its repeated-root criterion supply the interface against which discriminants are measured.

The page defines elementary, monomial, power-sum, and complete homogeneous symmetric polynomials, and proves the Vieta expansion identifying the coefficients of a split monic polynomial with the elementary symmetric functions of its roots. Lexicographic leading terms give both existence and uniqueness in the fundamental theorem, after which Newton's identities compare the standard generators. The Vandermonde square defines the discriminant and detects repeated roots in every characteristic. A monic resultant is then defined through its symmetric root product, giving the common-root criterion and the signed resultant formula for the discriminant.

3 · Logical flowchart

4 · Definitions, theorems and proofs

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

Symmetric polynomials as the invariants of variable permutations

Definition

Let R be a commutative ring and let R[x1,,xn] be the iterated polynomial ring. Every permutation σSym({1,,n}) acts on it by

σf(x1,,xn)=f(xσ(1),,xσ(n)).

A polynomial fR[x1,,xn] is symmetric when σf=f for every permutation σ. The symmetric polynomials form the fixed subset

R[x1,,xn]Symn:={f:σf=f for every σSymn}.

For n=0 this means the coefficient ring R itself.

PropositionStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

The symmetric polynomials form a subring

Statement

For every commutative ring R and every nN, the symmetric polynomials R[x1,,xn]Symn form a subring of R[x1,,xn]. For n=0 this subring is R.

Facts & Assumptions

Given: A commutative ring R, a natural number n, and symmetric polynomials f,gR[x1,,xn].

[L1]

A polynomial is symmetric when every variable permutation fixes it (Symmetric polynomials as the invariants of variable permutations).

[L2]

A subset is a subring when it contains 1 and is closed under addition, additive inverses, and multiplication (Subring: a subset containing 1R and closed under addition, additive inverses and multiplication).

Proof

technique · direct
1.1

Every variable permutation fixes the constant polynomials 0 and 1, so both are symmetric.

L1
1.2

For every permutation σ, substitution of permuted variables commutes with the ring operations, so σ(f+g)=σ(f)+σ(g)=f+g, σ(f)=σ(f)=f, and σ(fg)=σ(f)σ(g)=fg.

givenL1algebra
2.1

Thus the symmetric polynomials contain 1 and are closed under addition, additive inverses, and multiplication, so they form a subring. When n=0 every polynomial is a coefficient in R and the assertion gives R itself.

step 1.1step 1.2L2
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

The elementary symmetric polynomials e0,e1,,en

Definition

For 0kn, the k-th elementary symmetric polynomial in x1,,xn is

ek(x1,,xn):=1i1<<iknxi1xik.

The empty product gives e0=1. We put ek=0 for k>n. Each ek is symmetric because a permutation of the variables merely permutes the k-element index sets in the sum.

TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

Vieta expansion: i=1n(txi)=k=0n(1)kektnk

Statement

In R[x1,,xn,t] one has

i=1n(txi)=k=0n(1)kek(x1,,xn)tnk.

For n=0, both sides are the empty product 1.

Facts & Assumptions

Given: A commutative ring R and variables x1,,xn,t.

[L1]

The elementary symmetric polynomial ek is the sum of the products xi1xik over all k-element subsets of the variables, and e0=1 (The elementary symmetric polynomials e0,e1,,en).

[L2]

Natural powers in a monoid satisfy g0=e and gr+1=grg (Powers gn: natural exponents in a monoid and integer exponents in a group, with g0=e).

Proof

technique · direct
1.1

In expanding the product, choose either t or xi from each factor. A choice of xi from exactly the indices in a subset S of size k contributes (1)k(iSxi)tnk.

givenL2algebra
2.1

Summing the contributions with S=k gives (1)kektnk by the definition of ek.

step 1.1L1
3.1

Summing over 0kn accounts for every term in the expansion exactly once and proves the identity. If n=0, the sole term is e0t0=1.

step 2.1L1L2
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-16Open item page →

Vieta's formulas identify the coefficients of a split monic polynomial with elementary symmetric functions of its roots

Statement

Let f(t)=tn+a1tn1++anR[t] be monic and suppose that in a commutative R-algebra S it splits as

f(t)=i=1n(tαi),

with roots repeated according to multiplicity. Then

ak=(1)kek(α1,,αn)(1kn).

The assertion includes the monic constant polynomial, for which there are no coefficient equations.

Facts & Assumptions

Given: A split monic polynomial f as in the Statement.

[L1]

The universal Vieta expansion is i=1n(txi)=k=0n(1)kektnk (Vieta expansion: i=1n(txi)=k=0n(1)kektnk).

[L2]

A polynomial splits over an extension when it is a product of linear factors there, with roots listed with multiplicity (Polynomials that split and splitting fields of a polynomial or a family of polynomials).

Proof

technique · direct
1.1

Substitute xi=αi in [L1] inside S[t] to obtain f(t)=k=0n(1)kek(α1,,αn)tnk.

givenL1L2
2.1

Equality of polynomials is coefficientwise, so comparison with f(t)=tn+a1tn1++an gives the displayed formula for every k. If n=0, the comparison has no positive index.

step 1.1algebra
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

Monomial symmetric polynomials indexed by partitions

Definition

A partition of length at most n is a tuple λ=(λ1,,λn) of natural numbers with λ1λn. Its monomial symmetric polynomial is

mλ(x1,,xn):=aOrb(λ)x1a1xnan,

where Orb(λ) is the set of distinct tuples obtained by permuting the coordinates of λ. Thus repeated monomials are counted once, not with their stabilizer multiplicity. The sum is symmetric by construction.

TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

Monomial symmetric polynomials form an R-basis of the symmetric-polynomial ring

Statement

As λ ranges over partitions of length at most n, the polynomials mλ form an R-basis of R[x1,,xn]Symn.

Facts & Assumptions

Given: A commutative ring R and a natural number n.

[L1]

The polynomial mλ is the sum of the distinct monomials whose exponent tuples lie in the permutation orbit of λ (Monomial symmetric polynomials indexed by partitions).

[L2]

A polynomial is symmetric exactly when every permutation of its variables fixes it (Symmetric polynomials as the invariants of variable permutations).

Proof

technique · direct
1.1

Variable permutations partition the monomials into disjoint orbits, and every orbit contains exactly one weakly decreasing exponent tuple λ.

L1algebra
1.2

If f is symmetric, the coefficients of two monomials in the same orbit are equal, because a variable permutation carries either monomial to the other and fixes f. Since f has finite support, it is therefore a finite R-linear combination of the corresponding orbit sums mλ.

L1L2
1.3

Distinct mλ have disjoint monomial supports. Hence a finite relation λcλmλ=0 has cλ=0 for every λ, by comparing the coefficient of any monomial in the orbit of λ.

L1algebra
2.1

Steps 1.2 and 1.3 give spanning and linear independence, respectively, so the mλ form an R-basis.

step 1.2step 1.3
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

Lexicographic order on exponent tuples and the multidegree of a nonzero polynomial

Definition

For a,bNn, write a>lexb when, at the first coordinate where they differ, the coordinate of a is larger. This is the lexicographic order.

If 0f=acax1a1xnanR[x1,,xn], its leading multidegree is the lexicographically greatest exponent tuple a for which ca0; the corresponding monomial and coefficient are its leading monomial and leading coefficient. The maximum exists because a polynomial has finite support.

LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

The leading multidegree of a symmetric polynomial is weakly decreasing

Statement

If 0fR[x1,,xn] is symmetric and has leading multidegree (a1,,an) in lexicographic order, then

a1a2an.

Facts & Assumptions

Given: A nonzero symmetric polynomial f with leading multidegree a=(a1,,an).

[L1]

Every permutation of the variables fixes a symmetric polynomial (Symmetric polynomials as the invariants of variable permutations).

[L2]

The leading multidegree is the lexicographically greatest exponent tuple carrying a nonzero coefficient (Lexicographic order on exponent tuples and the multidegree of a nonzero polynomial).

Proof

technique · contradiction
1.1

Suppose, for contradiction, that ai<ai+1 for some i<n.

assume-contra
1.2

Interchanging xi and xi+1 fixes f, so the tuple a=(a1,,ai1,ai+1,ai,ai+2,,an) occurs in f with the same nonzero coefficient as a.

givenL1
2.1

The tuples agree before coordinate i and ai=ai+1>ai, so a>lexa, contradicting the maximality in [L2]. Therefore no such i exists and the tuple is weakly decreasing.

step 1.1step 1.2L2discharge-contradiction
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

The leading multidegree of e1b1enbn is (b1++bn,b2++bn,,bn) with coefficient one

Statement

Let R be a commutative ring with 10. For b1,,bnN, the leading multidegree in R[x1,,xn] of e1b1enbn is

(b1++bn, b2++bn, , bn),

and its leading coefficient is 1. Distinct tuples (b1,,bn) give distinct leading multidegrees.

Facts & Assumptions

Given: A commutative ring R with 10 and natural numbers b1,,bn. The hypothesis 10 is needed: over the zero ring every polynomial is 0, and [L2] gives a leading multidegree only for a nonzero polynomial.

[L1]

The elementary polynomial ek is the sum of all squarefree monomials of degree k in the variables (The elementary symmetric polynomials e0,e1,,en).

[L2]

Lexicographic leading multidegree is the greatest exponent tuple carrying a nonzero coefficient (Lexicographic order on exponent tuples and the multidegree of a nonzero polynomial).

Proof

technique · direct
1.1

The lexicographically leading monomial of ek is x1xk, and its coefficient is 1: at the first omitted variable, any other squarefree degree-k monomial has exponent 0 where this one has exponent 1.

L1L2
2.1

If a>lexb first differs at coordinate r, then for every c the tuples a+c and b+c still first differ at r, with the former coordinate larger. Thus, among the products formed from copies of the ek, the unique largest term is obtained by choosing the leading monomial from every factor. Its coefficient is 1.

step 1.1L2algebra
3.1

Applying step 2.1 to e1b1enbn gives exponent bk++bn on xk and coefficient 1.

step 1.1step 2.1algebra
4.1

The displayed cumulative sums determine bn and then successively bn1,,b1 by adjacent subtraction, so the map from b to the leading multidegree is injective.

step 3.1algebra
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-16Open item page →

Every symmetric polynomial over a commutative ring is a polynomial in the elementary symmetric polynomials

Statement

For every commutative ring R and every nN, each symmetric polynomial fR[x1,,xn] has the form

f=Q(e1,,en)

for some QR[T1,,Tn].

Facts & Assumptions

Given: A commutative ring R, a natural number n, and a symmetric polynomial f.

[L1]

The leading multidegree of a nonzero symmetric polynomial is weakly decreasing (The leading multidegree of a symmetric polynomial is weakly decreasing).

[L2]

Over a commutative ring with 10, the leading multidegree of e1b1enbn is the cumulative-sum tuple of b, with leading coefficient 1 (The leading multidegree of e1b1enbn is (b1++bn,b2++bn,,bn) with coefficient one).

[L3]

The symmetric polynomials form a subring (The symmetric polynomials form a subring).

Proof

technique · direct
1.1

The assertion is immediate for f=0 and for n=0, when the symmetric-polynomial ring is R. Assume now that n>0 and f0; then some coefficient of f is nonzero, so 10 in R and [L2] applies.

givenL3
1.2

Let a=(a1,,an) be the leading multidegree of f and let c be its leading coefficient. By [L1], set bi=aiai+1 for i<n and bn=an, all natural numbers.

givenL1
2.1

By [L2], the polynomial ce1b1enbn has the same leading term as f, so their difference f1 is either zero or has strictly smaller leading multidegree. It remains symmetric by [L3].

step 1.2L2L3algebra
3.1

Repeat step 2.1 while the remainder is nonzero. The process terminates because all exponent tuples encountered are bounded coordinatewise by the finite support box of the original polynomial and strictly decrease lexicographically at each subtraction.

step 2.1
4.1

Summing the finitely many subtracted monomials in the ei gives a polynomial Q with f=Q(e1,,en).

step 3.1algebra
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-16Open item page →

The elementary symmetric polynomials are algebraically independent over the coefficient ring

Statement

The elementary symmetric polynomials e1,,en are algebraically independent over R: if QR[T1,,Tn] satisfies Q(e1,,en)=0, then Q=0.

Facts & Assumptions

Given: A commutative ring R and a polynomial QR[T1,,Tn].

[L1]

Over a commutative ring with 10, distinct exponent tuples b give the monomials e1b1enbn distinct leading multidegrees, each with leading coefficient 1 (The leading multidegree of e1b1enbn is (b1++bn,b2++bn,,bn) with coefficient one).

[L2]

A polynomial in an iterated polynomial ring has finite support and is zero exactly when every coefficient is zero (Polynomial rings in finitely many commuting indeterminates by iteration).

Proof

technique · contradiction
1.1

Suppose, for contradiction, that Q0 but Q(e1,,en)=0.

assume-contra
2.1

Since Q0, some coefficient cb is nonzero by [L2], so 10 in R and [L1] applies. Among the finitely many monomials cbT1b1Tnbn of Q with cb0, choose one whose substituted leading multidegree is greatest.

step 1.1givenL1L2choose
3.1

By [L1], no other substituted monomial has that leading multidegree, and the chosen substituted monomial has leading coefficient cb0. Hence this term cannot cancel in Q(e1,,en), even if R has zero divisors.

step 2.1L1algebra
4.1

This contradicts Q(e1,,en)=0, whose every coefficient is zero by [L2]. Therefore Q=0.

step 1.1step 3.1L2discharge-contradiction
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-16Open item page →

Fundamental theorem of symmetric polynomials: unique expression as a polynomial in e1,,en

Statement

For every commutative ring R and every nN, substitution Tkek is an R-algebra isomorphism

R[T1,,Tn]R[x1,,xn]Symn.

Equivalently, every symmetric polynomial has a unique expression Q(e1,,en).

Facts & Assumptions

Given: A commutative ring R and a natural number n.

[L1]

Every symmetric polynomial is Q(e1,,en) for some polynomial Q (Every symmetric polynomial over a commutative ring is a polynomial in the elementary symmetric polynomials).

[L2]

The elementary symmetric polynomials are algebraically independent: Q(e1,,en)=0 implies Q=0 (The elementary symmetric polynomials are algebraically independent over the coefficient ring).

Proof

technique · direct
1.1

Substitution Tkek defines an R-algebra homomorphism whose image lies in the symmetric-polynomial subring.

givenalgebra
1.2

The map is surjective by [L1].

L1
1.3

Its kernel is zero by [L2], so it is injective.

L2
2.1

The substitution map is therefore an isomorphism. Surjectivity gives existence of an expression, and injectivity gives its uniqueness.

step 1.1step 1.2step 1.3
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

A symmetric polynomial in the roots of a monic polynomial is a polynomial in its coefficients and lies in the base ring

Statement

Let f(t)=tn+a1tn1++anR[t] be monic and split in a commutative R-algebra with roots α1,,αn. For every symmetric PR[x1,,xn] there is a unique QR[T1,,Tn] with

P=Q(e1,,en)in R[x1,,xn],

and for that Q,

P(α1,,αn)=Q(a1,a2,,(1)nan).

In particular this value lies in the image of R and is independent of the ordering of the roots. The uniqueness asserted is uniqueness of the representing identity P=Q(e1,,en), not uniqueness of a Q satisfying the displayed evaluated equality: when n1 and R is not the zero ring, T1+a1 is a nonzero polynomial vanishing at (a1,a2,,(1)nan), so Q+(T1+a1) has the same value there as Q.

Facts & Assumptions

Given: A split monic polynomial f and a symmetric polynomial P as in the Statement.

[L1]

Every symmetric polynomial has a unique expression P=Q(e1,,en) (Fundamental theorem of symmetric polynomials: unique expression as a polynomial in e1,,en).

[L2]

For the roots of a split monic polynomial, ek(α1,,αn)=(1)kak (Vieta's formulas identify the coefficients of a split monic polynomial with elementary symmetric functions of its roots).

Proof

technique · direct
1.1

Use [L1] to write P=Q(e1,,en) for a unique Q.

givenL1
2.1

Evaluate at the roots and apply [L2] in each coordinate to obtain P(α1,,αn)=Q(a1,a2,,(1)nan).

step 1.1L2algebra
3.1

The right side is computed from coefficients in R, and symmetry makes it unchanged when the roots are reordered. The asserted uniqueness is the uniqueness in [L1] of the Q representing P as an identity of polynomials, and it is not uniqueness of a Q satisfying the evaluated equality alone: when n1 and 10 in R, the polynomial T1+a1 has T1-coefficient 1 and is therefore nonzero, while substituting the tuple (a1,a2,,(1)nan) sends it to a1+a1=0, so Q and Q+(T1+a1) take the same value there.

step 1.1step 2.1L1
DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-16Open item page →

Power sums pk and complete homogeneous symmetric polynomials hk

Definition

For k1, the k-th power-sum symmetric polynomial is

pk:=x1k++xnk.

For k0, the k-th complete homogeneous symmetric polynomial is

hk:=a1++an=kx1a1xnan.

Thus h0=1, while for n=0 one has hk=0 when k>0. Both families are fixed by every permutation of the variables.

PropositionStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

The generating-series identity E(t)H(t)=1

Statement

In the formal power-series ring R[x1,,xn]t, put

E(t):=i=0n(1)ieiti=j=1n(1xjt),H(t):=k0hktk.

Then

E(t)H(t)=1.

Equivalently, for every k1,

i=0min(k,n)(1)ieihki=0.

Facts & Assumptions

Given: A commutative ring R and variables x1,,xn.

[L1]

For 0in, the polynomial ei is the sum 1j1<<jinxj1xji over the i-element index sets, and e0=1 (The elementary symmetric polynomials e0,e1,,en).

[L2]

The polynomial hk is the sum of all monomials of total degree k, and h0=1 (Power sums pk and complete homogeneous symmetric polynomials hk).

Proof

technique · direct
1.1

Expand j=1n(1xjt) by choosing either 1 or xjt from each factor. The choices taking xjt at exactly the indices of an i-element set S contribute (1)i(jSxj)ti, so summing over S=i and then over i gives j=1n(1xjt)=i=0n(1)ieiti by [L1], and both displayed descriptions of E(t) therefore agree.

givenL1algebra
1.2

For one variable, (1xjt)(1+xjt+xj2t2+)=1 coefficientwise as a formal power series.

givenalgebra
2.1

Multiplying the one-variable geometric series over j=1,,n gives j(1xjt)1, whose coefficient of tk is the sum of x1a1xnan over a1++an=k, namely hk.

step 1.2L2
3.1

Thus H(t)=j(1xjt)1, which is E(t)1 by step 1.1, so E(t)H(t)=1. Comparing the coefficient of tk gives the displayed recurrence, including k=0 as e0h0=1.

step 1.1step 2.1L2algebra
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

The complete homogeneous symmetric polynomials h1,,hn freely generate the symmetric-polynomial ring

Statement

Substitution Ukhk is an R-algebra isomorphism

R[U1,,Un]R[x1,,xn]Symn.

Thus h1,,hn freely generate the symmetric-polynomial ring.

Facts & Assumptions

Given: A commutative ring R and a natural number n.

[L1]

The identity E(t)H(t)=1 gives hke1hk1++(1)kek=0 for 1kn (The generating-series identity E(t)H(t)=1).

[L2]

Substitution Tkek is an isomorphism from a polynomial ring onto the symmetric-polynomial ring (Fundamental theorem of symmetric polynomials: unique expression as a polynomial in e1,,en).

Proof

technique · direct
1.1

The recurrence in [L1] expresses hk as (1)k1ek plus a polynomial in e1,,ek1, and also expresses ek as (1)k1hk plus a polynomial in h1,,hk1.

L1algebra
2.1

Recursion on k therefore gives mutually inverse triangular substitutions between R[e1,,en] and R[h1,,hn]; every diagonal coefficient is 1 or 1, hence a unit in R.

step 1.1algebra
3.1

Composing either triangular isomorphism with [L2] shows that Ukhk is an R-algebra isomorphism onto the symmetric-polynomial ring.

step 2.1L2
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-16Open item page →

Newton's identities: kek=i=1k(1)i1ekipi

Statement

Put e0=1 and ek=0 for k>n. For every k1,

kek=i=1k(1)i1ekipi.

In particular, for kn this recursively relates ek to p1,,pk, while for k>n it gives

pke1pk1++(1)nenpkn=0.

No division is used, so the identities hold over every commutative ring.

Facts & Assumptions

Given: A commutative ring R and variables x1,,xn.

[L1]

The power sum is pi=jxji, and H(t)=r0hrtr (Power sums pk and complete homogeneous symmetric polynomials hk).

[L2]

The formal-series identity is E(t)H(t)=1, where E(t)=j(1xjt) (The generating-series identity E(t)H(t)=1).

[L3]

The formal derivative of a polynomial rartr is r1rartr1 (The formal derivative of a polynomial).

[L4]

Over a commutative ring, formal differentiation of polynomials is additive and satisfies (fg)=fg+fg (Linearity, power rule, Leibniz rule and the degree bound for the formal derivative).

Proof

technique · direct
1.1

Write G(t):=E(t)=j=1n(1xjt), which by [L2] is a polynomial in t of degree at most n over R[x1,,xn], so [L3] and [L4] apply to it. Iterating the Leibniz rule of [L4] over the n factors, and using (1xjt)=xj from [L3], gives G(t)=jxjj(1xt).

L2L3L4algebra
2.1

Multiply by the power series H(t)=G(t)1 from [L2]. Then G(t)H(t)=jxj/(1xjt)=i1piti1, where the last equality is coefficientwise geometric expansion.

step 1.1L1L2algebra
3.1

Multiply step 2.1 by G(t) and use G(t)H(t)=1 from [L2]; no derivative of the infinite series H is taken. This gives G(t)=G(t)i1piti1. Since G(t)=i=0n(1)ieiti, [L3] evaluates the left side as k1(1)k1kektk1. Comparing the coefficient of tk1 yields (1)k1kek=i=1k(1)kiekipi.

step 2.1L2L3algebra
4.1

Multiplying the identity in step 3.1 by (1)k1 proves the displayed Newton identity. When k>n, the term kek is zero and reindexing gives the stated recurrence for pk.

step 3.1algebra
CorollaryStatement: AI-adaptedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

If n! is invertible, then p1,,pn freely generate the symmetric-polynomial ring

Statement

Let R be a commutative ring in which n!1R is a unit. Then substitution Pkpk is an R-algebra isomorphism

R[P1,,Pn]R[x1,,xn]Symn.

If R is a field, the unit hypothesis is equivalent to charR=0 or charR>n.

Facts & Assumptions

Given: A commutative ring R in which n!1R is invertible.

[L1]

Newton's identities are kek=i=1k(1)i1ekipi for k1 (Newton's identities: kek=i=1k(1)i1ekipi).

[L2]

The elementary symmetric polynomials freely generate the symmetric-polynomial ring (Fundamental theorem of symmetric polynomials: unique expression as a polynomial in e1,,en).

[L3]

The factorial satisfies n!=12n, with 0!=1 (The factorial n! and the falling factorial nk, defined by recursion in N).

Proof

technique · direct
1.1

For each 1kn, the element k1R is a unit: the product of k1R with the images of all the other factors in n! is the unit n!1R, and a factor of a unit in a commutative ring is a unit.

givenL3algebra
2.1

Using the inverse of k1R, [L1] recursively expresses ek as a polynomial in p1,,pk. Conversely [L1] expresses pk as (1)k1kek plus a polynomial in e1,,ek1.

step 1.1L1algebra
3.1

These mutually inverse triangular substitutions have unit diagonal coefficients, so they give an isomorphism R[e1,,en]R[p1,,pn]. Composing with [L2] proves free generation.

step 2.1L2
4.1

In a field, a positive integer image is a unit exactly when it is nonzero. Thus all of 1,,n are nonzero exactly in characteristic zero or characteristic greater than n, which is equivalent to the factorial image being nonzero and hence invertible.

step 1.1algebra
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

The Vandermonde polynomial Δn=i<j(xixj)

Definition

The Vandermonde polynomial in n variables is

Δn(x1,,xn):=1i<jn(xixj).

For n=0 or n=1 the index set is empty and Δn=1.

PropositionStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

The square of the Vandermonde polynomial is symmetric

Statement

For every commutative ring R and every n, the polynomial

Δn2=1i<jn(xixj)2

is symmetric. This includes characteristic two and the empty products for n=0,1.

Facts & Assumptions

Given: A commutative ring R and variables x1,,xn.

[L1]

The Vandermonde polynomial is Δn=i<j(xixj) (The Vandermonde polynomial Δn=i<j(xixj)).

[L2]

A polynomial is symmetric when every permutation of the variables fixes it (Symmetric polynomials as the invariants of variable permutations).

Proof

technique · direct
1.1

A variable permutation bijects the unordered pairs {i,j} with themselves. For each pair, it sends (xixj)2 to either (xσ(i)xσ(j))2 or the same factor with its two terms reversed.

L1L3
2.1

Reversing a difference has no effect after squaring, since (uv)2=(vu)2 in every commutative ring, including characteristic two. Hence the permutation merely reorders the factors of Δn2.

step 1.1algebra
3.1

Every variable permutation fixes Δn2, so it is symmetric by [L2]. For n=0,1, the product is 1 and the same conclusion holds.

step 2.1L1L2
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

The discriminant of a monic polynomial as the coefficient expression of Δn2

Definition

By The square of the Vandermonde polynomial is symmetric and Fundamental theorem of symmetric polynomials: unique expression as a polynomial in e1,,en, there is a unique polynomial DnZ[T1,,Tn] such that

Δn(x1,,xn)2=Dn(e1,,en).

For a monic polynomial

f(t)=tn+a1tn1++an

over a commutative ring, its discriminant is

Disc(f):=Dn(a1,a2,,(1)nan).

Equivalently, in any algebra in which f splits with roots α1,,αn, this coefficient expression evaluates to Δn(α1,,αn)2. The definition therefore depends only on the coefficients and not on a choice or ordering of roots. For a monic constant polynomial, Disc(1)=1.

TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-16Open item page →

The discriminant is i<j(αiαj)2 and vanishes exactly when a monic polynomial has a repeated root

Statement

Let F be a field and let fF[t] be monic of degree n. In a splitting field write

f(t)=i=1n(tαi).

Then

Disc(f)=1i<jn(αiαj)2.

Moreover, Disc(f)=0 if and only if f has a repeated root. This criterion holds in every characteristic.

Facts & Assumptions

Given: A field F, a monic polynomial f, and a splitting field with roots α1,,αn.

[L1]

The discriminant is the coefficient expression obtained from Δn2, and in a split algebra it evaluates to Δn(α1,,αn)2 (The discriminant of a monic polynomial as the coefficient expression of Δn2).

[L2]

A splitting field presents f as a product of linear factors with roots counted according to multiplicity (Polynomials that split and splitting fields of a polynomial or a family of polynomials).

[L3]

A root a of a nonzero polynomial is repeated if and only if f(a)=0 (A root is repeated exactly when it is also a root of the formal derivative).

Proof

technique · direct
1.1

Evaluate the coefficient expression in [L1] at the roots supplied by [L2]. The definition of Δn gives Disc(f)=i<j(αiαj)2.

givenL1L2
2.1

Because the splitting field is a field, this finite product is zero exactly when one factor αiαj is zero, equivalently when two entries in the root list coincide.

step 1.1algebra
3.1

Two entries coincide exactly when the linear factor at that root occurs at least twice, so f has a repeated root. By [L3] this agrees with the derivative criterion. No step divides by 2, so the equivalence remains valid in characteristic two.

step 2.1L2L3
DefinitionDefinition: AI-adaptedProof: Not applicableaudited 2026-08-16Open item page →

The monic resultant Res(f,g) from the symmetric coefficient expression of ig(xi)

Definition

Let f(t)=tn+a1tn1++an be monic and let g(t) be any polynomial over the same commutative ring. The polynomial

i=1ng(xi)

is symmetric in the formal variables x1,,xn. By Fundamental theorem of symmetric polynomials: unique expression as a polynomial in e1,,en it has a unique expression Qg(e1,,en) with coefficients polynomial in the coefficients of g. The monic resultant of f and g is

Res(f,g):=Qg(a1,a2,,(1)nan).

For n=0, the product is empty and Res(1,g)=1.

TheoremStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-16Open item page →

For monic f, Res(f,g)=ig(αi) and it vanishes exactly when f and g have a common root

Statement

Let F be a field, let f(t)=tn+a1tn1++anF[t] be monic, and let gF[t]. If f splits in an extension with roots α1,,αn, then

Res(f,g)=i=1ng(αi).

If n>0, this value is zero if and only if f and g have a common root in some extension field of F. For n=0, f=1 and the resultant is 1.

Facts & Assumptions

Given: A field F, a monic polynomial f of degree n, and a polynomial g.

[L1]

The monic resultant is obtained by expressing the symmetric formal product ig(xi) in the elementary symmetric polynomials and substituting the signed coefficients of f (The monic resultant Res(f,g) from the symmetric coefficient expression of ig(xi)).

[L2]

Vieta's formulas identify those elementary symmetric values with the signed coefficients of a split monic polynomial (Vieta's formulas identify the coefficients of a split monic polynomial with elementary symmetric functions of its roots).

[L3]

An element is a root of g exactly when its evaluation g(a) is zero (Evaluation and roots of a polynomial in a commutative target ring).

[L4]

Every nonzero polynomial over a field has a splitting field (Every nonzero polynomial over a field has a splitting field).

Proof

technique · direct
1.1

By [L1], write the formal symmetric product as Qg(e1,,en). Evaluating at the roots of f and using [L2] gives Res(f,g)=ig(αi).

givenL1L2
2.1

Assume n>0. In a splitting field of the nonzero polynomial f and, when g0, of fg, the product in step 1.1 is zero exactly when g(αi)=0 for some i, since the extension is a field.

step 1.1L4algebra
3.1

By [L3], the condition in step 2.1 says exactly that some root αi of f is also a root of g. If g=0, every root of the positive-degree polynomial f is common and every factor in step 1.1 is zero.

step 2.1L3
4.1

If n=0, then f=1 and [L1] defines the resultant as the empty product 1.

L1
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

For monic f,g of degrees n,m splitting in a common extension, Res(f,g)=i=1nj=1m(αiβj)

Statement

Let F be a field and let f,gF[t] be monic of degrees n,m. If in a common extension

f(t)=i=1n(tαi),g(t)=j=1m(tβj),

then

Res(f,g)=i=1nj=1m(αiβj).

If either degree is zero, both sides are the same empty product.

Facts & Assumptions

Given: Monic polynomials f,g splitting in a common field extension as in the Statement.

[L1]

For monic f with roots αi, the resultant satisfies Res(f,g)=ig(αi) (For monic f, Res(f,g)=ig(αi) and it vanishes exactly when f and g have a common root).

[L2]

A split monic polynomial g has the factorization g(t)=j(tβj) with roots counted with multiplicity (Polynomials that split and splitting fields of a polynomial or a family of polynomials).

Proof

technique · direct
1.1

Evaluate the factorization in [L2] at each αi to get g(αi)=j=1m(αiβj).

givenL2
2.1

Substitute step 1.1 into [L1] and reassociate the finite product to obtain the double product.

step 1.1L1algebra
3.1

If n=0, [L1] is an empty outer product; if m=0, every g(αi)=1 and the inner products are empty. In either case both sides equal 1.

step 2.1L1L2
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

For monic f,g of degrees n,m, Res(f,g)=(1)mnRes(g,f)

Statement

Let F be a field and let f,gF[t] be monic of degrees n,m. Then

Res(f,g)=(1)mnRes(g,f).

Facts & Assumptions

Given: Monic polynomials f,gF[t] of degrees n,m.

[L1]

In a common splitting extension, Res(f,g)=i,j(αiβj) and Res(g,f)=j,i(βjαi) (For monic f,g of degrees n,m splitting in a common extension, Res(f,g)=i=1nj=1m(αiβj)).

[L2]

Every nonzero polynomial over a field has a splitting field (Every nonzero polynomial over a field has a splitting field).

Proof

technique · direct
1.1

Take a splitting field of the nonzero polynomial fg when both degrees are positive; if one polynomial is 1, use any splitting field for the other.

givenL2
2.1

Apply [L1] in that field. Replacing each of the mn factors αiβj by (βjαi) contributes the factor (1)mn and yields the formula.

step 1.1L1algebra
3.1

If n=0 or m=0, both resultants are 1 and (1)mn=1, so the same identity holds.

L1algebra
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-16Open item page →

For monic f, if gg1=qf, then Res(f,g)=Res(f,g1)

Statement

Let F be a field, let fF[t] be monic, and let g,g1,qF[t] satisfy

gg1=qf.

Then

Res(f,g)=Res(f,g1).

Facts & Assumptions

Given: Polynomials f,g,g1,q satisfying the identity in the Statement, with f monic.

[L1]

If f has roots αi in a splitting field, then Res(f,h)=ih(αi) for every polynomial h (For monic f, Res(f,g)=ig(αi) and it vanishes exactly when f and g have a common root).

[L2]

Polynomial evaluation is a ring homomorphism and an element a is a root of f exactly when f(a)=0 (Evaluation and roots of a polynomial in a commutative target ring).

Proof

technique · direct
1.1

For every root αi of f, evaluate gg1=qf to obtain g(αi)g1(αi)=q(αi)f(αi)=0, hence g(αi)=g1(αi).

givenL2algebra
2.1

Apply [L1] to g and g1 and multiply the equal values from step 1.1 to obtain equality of the resultants.

step 1.1L1
3.1

If degf=0, then f=1 and both resultants are the empty product 1; the argument remains valid.

L1
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-16Open item page →

For monic f of degree n, Res(f,f)=(1)n(n1)/2Disc(f)

Statement

Let F be a field and let fF[t] be monic of degree n. Then

Res(f,f)=(1)n(n1)/2Disc(f).

Facts & Assumptions

Given: A monic polynomial fF[t] of degree n, split as f(t)=i=1n(tαi) in a splitting field.

[L1]

The root-product formula gives Res(f,f)=if(αi) (For monic f, Res(f,g)=ig(αi) and it vanishes exactly when f and g have a common root).

[L2]

The discriminant root formula is Disc(f)=i<j(αiαj)2 (The discriminant is i<j(αiαj)2 and vanishes exactly when a monic polynomial has a repeated root).

[L3]

The formal derivative of f=iaixi is f=i1iaixi1 (The formal derivative of a polynomial).

[L4]

Over a commutative ring, formal differentiation is additive and F-linear and satisfies (fg)=fg+fg (Linearity, power rule, Leibniz rule and the degree bound for the formal derivative).

Proof

technique · direct
1.1

Iterating the Leibniz rule of [L4] over the n factors of f=i=1n(tαi) gives f=i=1nji(tαj), since each (tαi)=1 by [L3]. At t=αi, every summand except the i-th contains the zero factor αiαi, so f(αi)=ji(αiαj).

givenL3L4algebra
2.1

By [L1], Res(f,f)=iji(αiαj). Group the two ordered factors belonging to each unordered pair i<j.

step 1.1L1algebra
3.1

For each i<j, (αiαj)(αjαi)=(αiαj)2. There are n(n1)/2 unordered pairs, so step 2.1 becomes (1)n(n1)/2i<j(αiαj)2.

step 2.1algebra
4.1

Apply [L2] to identify the remaining product with Disc(f). The empty-degree cases n=0,1 give 1=1.

step 3.1L2

5 · Examples, counterexamples and false statements

None yet.

Sources