Quotient algebra
Anchor (Master): Lang Algebra §II.6; Atiyah-Macdonald §1
Intuition [Beginner]
A quotient algebra starts with an algebra and then declares some expressions to be the same. The declarations are not informal shortcuts. They become new rules of arithmetic.
For example, ordinary clock arithmetic begins with whole numbers and adds the rule that numbers apart count as the same hour. In algebra, the rules can involve expressions such as or a vector-word relation inside a tensor algebra 03.01.04.
The quotient keeps every calculation compatible with the chosen rules. If an expression is declared to vanish, multiplying it on the left or on the right must still vanish.
Visual [Beginner]
A quotient algebra compresses many expressions into one class whenever their difference is one of the chosen relations.
The map from the original algebra to the quotient is a projection: it sends each expression to its class.
Worked example [Beginner]
Start with polynomials in one symbol . Add the rule .
Then every longer expression can be reduced. For instance,
Also . The quotient has turned a large polynomial world into a smaller algebra where every power of reduces to a combination of and .
What this tells us: a quotient algebra is an algebra with equations built into its multiplication.
Check your understanding [Beginner]
Formal definition [Intermediate+]
Let be a unital associative algebra over a field . A two-sided ideal is a linear subspace such that and for every . The quotient algebra is the quotient vector space with multiplication
The two-sided condition is exactly what makes this multiplication independent of the representatives and [Lang §II.6]. The quotient map is a unital algebra homomorphism with kernel .
For tensor algebra, relations are imposed by taking the two-sided ideal generated by the relation set. Clifford algebra 03.09.02 is obtained from by quotienting by the ideal generated by under the Lawson-Michelsohn convention.
Key theorem with proof [Intermediate+]
Theorem (Factorization through a quotient). Let be a unital algebra homomorphism and let be a two-sided ideal. If , then there is a unique unital algebra homomorphism such that .
Proof. Define . If , then , so . Thus the definition is independent of the representative.
Linearity is inherited from . Multiplication is preserved because
The unit is preserved since . The identity follows from the definition.
For uniqueness, any homomorphism satisfying must obey for every . Therefore .
Bridge. The construction here builds toward 03.09.02 (clifford algebra), where the same data is developed in the next layer of the strand. The defining pattern appears again in those units in a sharpened form, where the local data is glued or quotiented. Putting these together, the foundational insight is that the data of this unit gives the structural signature that the rest of the strand reads off.
Exercises [Intermediate+]
Lean formalization [Intermediate+]
lean_status: none is used for this unit because the desired project statement combines associative algebra quotients, tensor-algebra relation generation, and the downstream Clifford quotient convention. Those pieces should be attached to one coherent Mathlib-facing API before Lean snippets are introduced.
Advanced results [Master]
The quotient construction is the coequalizer of the inclusion data represented by the ideal. Algebraically, a two-sided ideal determines a congruence relation
and the quotient algebra is the algebra of congruence classes [Atiyah-Macdonald §1]. The factorization theorem states that is initial among algebra homomorphisms from that annihilate .
In free-algebra constructions, this initial property is the mechanism that turns generators and relations into an algebra. If and is a set of relations, then receives every linear map from into an algebra whose multiplicative extension kills , and it receives it uniquely.
Synthesis. This construction generalises the pattern fixed in 03.01.04 (tensor algebra), with the symmetric data replaced by its skew or twisted analogue. Read in the opposite direction, the construction is dual to the metric story: complements and orthogonality are taken with respect to the bilinear datum of this unit, not a metric, and the resulting category of subobjects is the one the rest of the strand classifies. The central insight is that this datum identifies algebra with geometry: functions become vector fields, subspaces become quotients, and invariants become cohomology classes — and that identification is the engine driving every theorem downstream.
Full proof set [Master]
The multiplication on is well-defined as follows. If and with , then
Each term lies in because is two-sided. Thus .
The initial property follows from the factorization theorem. A homomorphism out of is the same as a homomorphism out of whose kernel contains , with the correspondence given by precomposition with in one direction and quotient factorization in the other.
Connections [Master]
Quotient algebra follows tensor algebra
03.01.04in the Clifford chain. Clifford algebra03.09.02is the quotient of a tensor algebra by the quadratic-form ideal from01.01.15. The quotient point of view also appears in de Rham cohomology03.04.06, where closed forms are quotiented by exact forms, although that quotient is linear rather than multiplicative.The same factorization theorem underlies universal enveloping algebras for Lie algebras
03.04.01and coordinate rings in algebraic geometry. In each case, relations are encoded by a kernel, and maps out of the quotient are exactly maps that respect those relations.
Historical & philosophical context [Master]
Quotients by ideals are standard in the development of rings and algebras. Lang treats the construction as part of the algebraic language of homomorphisms, kernels, and factorization [Lang §II.6].
Atiyah and Macdonald present the commutative quotient ring early because it is the basic operation connecting algebraic equations to algebraic objects [Atiyah-Macdonald §1]. The noncommutative version used here replaces ideals by two-sided ideals.
Bibliography [Master]
- Serge Lang, Algebra, §II.6. [Lang §II.6]
- Michael Atiyah and Ian Macdonald, Introduction to Commutative Algebra, §1. [Atiyah-Macdonald §1]
- Claude Chevalley, The Algebraic Theory of Spinors, for quotient constructions in Clifford theory. [Chevalley spinors]