Skip to content

Chapter 100. Symmetric Algebra

Symmetric algebra studies commutative multilinear structure. It provides the algebraic framework for polynomials, symmetric tensors, and higher-order homogeneous forms.

Where exterior algebra encodes antisymmetry and orientation, symmetric algebra encodes commutativity and repetition.

The tensor product distinguishes order:

uvvu. u \otimes v \neq v \otimes u.

The symmetric algebra identifies these expressions:

uv=vu. u \otimes v = v \otimes u.

This construction produces the algebra of polynomial-like expressions generated by a vector space.

Symmetric algebra appears throughout algebraic geometry, representation theory, differential equations, optimization, and physics.

100.1 Motivation

Suppose VV is a vector space over a field FF.

We often wish to form expressions such as

x2,xy,x3y, x^2, \qquad xy, \qquad x^3y,

where multiplication is commutative:

xy=yx. xy = yx.

Ordinary tensor products do not enforce commutativity.

For example,

xy x \otimes y

and

yx y \otimes x

are generally distinct tensors.

The symmetric algebra modifies tensor algebra by imposing the relations

uv=vu. u\otimes v = v\otimes u.

The resulting structure behaves like polynomial multiplication.

100.2 Tensor Algebra Review

The tensor algebra of VV is

T(V)=k=0Vk. T(V) = \bigoplus_{k=0}^{\infty} V^{\otimes k}.

Multiplication is tensor product concatenation:

(u1up)(v1vq)=u1upv1vq. (u_1\otimes \cdots \otimes u_p) \otimes (v_1\otimes \cdots \otimes v_q) = u_1\otimes \cdots \otimes u_p \otimes v_1\otimes \cdots \otimes v_q.

Tensor algebra is associative but not commutative.

The symmetric algebra is obtained by forcing commutativity.

100.3 Definition of Symmetric Algebra

The symmetric algebra of VV is denoted

S(V). S(V).

It is defined as the quotient

S(V)=T(V)/I, S(V) = T(V)/I,

where II is the ideal generated by elements

uvvu. u\otimes v - v\otimes u.

Thus tensors differing only by permutation become equal.

The image of

u1uk u_1\otimes\cdots\otimes u_k

in S(V)S(V) is written

u1u2uk. u_1u_2\cdots u_k.

Multiplication therefore becomes commutative:

uv=vu. uv = vu.

The symmetric algebra behaves like a polynomial algebra generated by vectors.

100.4 Symmetric Tensors

A tensor is symmetric if permuting indices leaves it unchanged.

For example,

uv+vu u\otimes v + v\otimes u

is symmetric.

More generally,

T(vσ(1),,vσ(k))=T(v1,,vk) T(v_{\sigma(1)},\ldots,v_{\sigma(k)}) = T(v_1,\ldots,v_k)

for every permutation σ\sigma.

The space of symmetric kk-tensors is denoted

Symk(V). \operatorname{Sym}^k(V).

This space corresponds to homogeneous polynomials of degree kk.

100.5 Symmetrization

Any tensor can be converted into a symmetric tensor by averaging over permutations.

If

v1vk v_1\otimes\cdots\otimes v_k

is a tensor, its symmetrization is

1k!σSkvσ(1)vσ(k). \frac{1}{k!} \sum_{\sigma\in S_k} v_{\sigma(1)} \otimes \cdots \otimes v_{\sigma(k)}.

This operation projects tensors onto the symmetric subspace.

Exterior algebra used antisymmetrization. Symmetric algebra instead uses averaging without signs.

100.6 Polynomial Interpretation

Suppose

V=span{x1,,xn}. V = \operatorname{span}\{x_1,\ldots,x_n\}.

Then

S(V)F[x1,,xn], S(V) \cong F[x_1,\ldots,x_n],

the polynomial ring in nn variables.

Under this correspondence:

Symmetric algebra elementPolynomial
xix_iLinear variable
xixjx_ix_jDegree-2 monomial
xikx_i^kPower monomial
Linear combinationsPolynomials

Thus symmetric algebra generalizes polynomial algebra to arbitrary vector spaces.

100.7 Grading

The symmetric algebra is graded:

S(V)=k=0Sk(V). S(V) = \bigoplus_{k=0}^{\infty} S^k(V).

Here:

SpaceMeaning
S0(V)S^0(V)Scalars
S1(V)S^1(V)Vectors
S2(V)S^2(V)Quadratic tensors
S3(V)S^3(V)Cubic tensors

Multiplication satisfies

Sp(V)Sq(V)Sp+q(V). S^p(V)\cdot S^q(V) \subseteq S^{p+q}(V).

Thus polynomial degrees add under multiplication.

100.8 Basis of Symmetric Powers

Suppose

{e1,,en} \{e_1,\ldots,e_n\}

is a basis for VV.

Basis elements for Sk(V)S^k(V) are monomials

e1a1enan e_1^{a_1}\cdots e_n^{a_n}

with

a1++an=k. a_1+\cdots+a_n=k.

The dimension equals the number of monomials of degree kk in nn variables:

dim(Sk(V))=(n+k1k). \dim(S^k(V)) = \binom{n+k-1}{k}.

This combinatorial formula is fundamental in representation theory and algebraic geometry.

100.9 Quadratic Forms

Symmetric tensors naturally represent quadratic forms.

A quadratic form is an expression

Q(x)=xTAx, Q(x) = x^TAx,

where AA is symmetric:

A=AT. A=A^T.

The associated bilinear form is

B(u,v)=uTAv. B(u,v) = u^TAv.

Quadratic forms correspond to symmetric second-order tensors.

Examples include:

Quadratic formInterpretation
x2+y2x^2+y^2Euclidean norm
x2y2x^2-y^2Hyperbolic form
ax2+bxy+cy2ax^2+bxy+cy^2Conic sections

Symmetric algebra therefore underlies much of classical geometry.

100.10 Homogeneous Polynomials

A polynomial is homogeneous of degree kk if every monomial has degree kk.

Examples:

PolynomialDegree
x2+xy+y2x^2+xy+y^22
x3+y3x^3+y^33
xyzxyz3

Homogeneous polynomials correspond precisely to symmetric tensors in Sk(V)S^k(V).

This relationship is central in algebraic geometry.

100.11 Universal Property

The symmetric algebra satisfies a universal property.

Let

A A

be a commutative algebra and let

f:VA f : V \to A

be linear.

Then there exists a unique algebra homomorphism

f~:S(V)A \widetilde{f} : S(V) \to A

extending ff.

Thus symmetric algebra is the free commutative algebra generated by VV.

This property characterizes symmetric algebra abstractly.

100.12 Comparison with Exterior Algebra

Symmetric algebra and exterior algebra arise from opposite symmetry conditions.

StructureRelation imposed
Symmetric algebrauv=vuu\otimes v = v\otimes u
Exterior algebrauv=vuu\otimes v = -v\otimes u

Consequences:

AlgebraBehavior
SymmetricRepetition allowed
ExteriorRepetition vanishes

For example:

| Expression | Symmetric algebra | Exterior algebra | |—|—| | u2u^2 | Nonzero | Zero | | Swapping factors | No sign change | Sign reversal |

These two constructions dominate multilinear algebra.

100.13 Symmetric Bilinear Forms

A bilinear form

B:V×VF B : V\times V \to F

is symmetric if

B(u,v)=B(v,u). B(u,v)=B(v,u).

Examples include inner products and quadratic forms.

Symmetric bilinear forms correspond naturally to symmetric tensors of degree two.

Matrix representations satisfy

A=AT. A=A^T.

Such matrices play central roles in spectral theory and geometry.

100.14 Symmetric Powers of Linear Maps

Suppose

T:VW T : V \to W

is linear.

Then TT induces maps

Sk(T):Sk(V)Sk(W). S^k(T) : S^k(V) \to S^k(W).

The action is defined by

Sk(T)(v1vk)=T(v1)T(vk). S^k(T)(v_1\cdots v_k) = T(v_1)\cdots T(v_k).

Thus symmetric powers form functorial constructions.

These constructions are important in representation theory.

100.15 Symmetric Algebra in Geometry

Symmetric algebra appears naturally in geometry.

Examples include:

AreaRole
Algebraic geometryPolynomial coordinate rings
Differential geometrySymmetric tensors
Riemannian geometryMetric tensors
OptimizationHessian matrices
Classical mechanicsEnergy functions

Polynomial equations defining geometric objects are elements of symmetric algebras.

100.16 Metric Tensors

A metric tensor is a symmetric bilinear form

g:V×VF. g : V\times V \to F.

In coordinates,

g(u,v)=i,jgijuivj. g(u,v) = \sum_{i,j} g_{ij}u_iv_j.

The coefficients satisfy

gij=gji. g_{ij}=g_{ji}.

Metrics define lengths, angles, and distances.

In differential geometry and relativity, the metric tensor is one of the central objects of study.

100.17 Hessians

The Hessian matrix of a smooth function records second derivatives:

Hf=(2fxixj). H_f = \left( \frac{\partial^2 f} {\partial x_i\partial x_j} \right).

Mixed partial derivatives satisfy

2fxixj=2fxjxi \frac{\partial^2 f} {\partial x_i\partial x_j} = \frac{\partial^2 f} {\partial x_j\partial x_i}

under suitable regularity assumptions.

Therefore the Hessian is symmetric.

Symmetric algebra provides the natural framework for higher-order derivative structures.

100.18 Representation Theory

Symmetric powers generate important representations of groups.

For example, if

V=Cn, V=\mathbb{C}^n,

then

Sk(V) S^k(V)

is a representation of the general linear group

GL(n). GL(n).

These symmetric-power representations appear in:

FieldApplication
Representation theoryIrreducible modules
Algebraic geometryProjective embeddings
Quantum theoryBosonic states
Harmonic analysisPolynomial representations

Symmetric tensors describe particles obeying Bose-Einstein statistics.

100.19 Example

Let

V=span{x,y}. V=\operatorname{span}\{x,y\}.

Then:

DegreeBasis
S0(V)S^0(V)11
S1(V)S^1(V)x,yx,y
S2(V)S^2(V)x2,xy,y2x^2,xy,y^2
S3(V)S^3(V)x3,x2y,xy2,y3x^3,x^2y,xy^2,y^3

Notice:

xy=yx. xy=yx.

Thus

xy x\otimes y

and

yx y\otimes x

represent the same element in the symmetric algebra.

The dimension formula gives

dim(S2(V))=(2+212)=3. \dim(S^2(V)) = \binom{2+2-1}{2} = 3.

Similarly,

dim(S3(V))=(2+313)=4. \dim(S^3(V)) = \binom{2+3-1}{3} = 4.

100.20 Symmetric Algebra and Physics

In quantum mechanics, symmetric tensors describe bosons.

Bosonic wavefunctions remain unchanged under particle exchange:

ψ(x1,x2)=ψ(x2,x1). \psi(x_1,x_2) = \psi(x_2,x_1).

This symmetry corresponds exactly to symmetric tensor structure.

Exterior algebra instead describes fermions, where exchange changes sign.

Thus symmetric and exterior algebras encode the two fundamental particle symmetries in quantum theory.

100.21 Summary

Symmetric algebra studies commutative multilinear structure.

Its defining property is:

uv=vu. uv = vu.

Key ideas include:

ConceptMeaning
Symmetric tensorPermutation-invariant tensor
Symmetric algebra S(V)S(V)Free commutative algebra on VV
Symmetric power Sk(V)S^k(V)Degree-kk homogeneous structure
Polynomial interpretationCommutative monomials
Quadratic formsSymmetric degree-2 tensors

Symmetric algebra provides the algebraic foundation for polynomials, metric tensors, Hessians, and commutative multilinear structures. Together with tensor algebra and exterior algebra, it forms one of the central frameworks of modern multilinear mathematics.