Universal enveloping algebra #
Given a commutative ring R
and a Lie algebra L
over R
, we construct the universal
enveloping algebra of L
, together with its universal property.
Main definitions #
UniversalEnvelopingAlgebra
: the universal enveloping algebra, endowed with anR
-algebra structure.UniversalEnvelopingAlgebra.ι
: the Lie algebra morphism fromL
to its universal enveloping algebra.UniversalEnvelopingAlgebra.lift
: given an associative algebraA
, together with a Lie algebra morphismf : L →ₗ⁅R⁆ A
,lift R L f : UniversalEnvelopingAlgebra R L →ₐ[R] A
is the unique morphism of algebras through whichf
factors.UniversalEnvelopingAlgebra.ι_comp_lift
: states that the lift of a morphism is indeed part of a factorisation.UniversalEnvelopingAlgebra.lift_unique
: states that lifts of morphisms are indeed unique.UniversalEnvelopingAlgebra.hom_ext
: a restatement oflift_unique
as an extensionality lemma.
Tags #
lie algebra, universal enveloping algebra, tensor algebra
The quotient by the ideal generated by this relation is the universal enveloping algebra.
Note that we have avoided using the more natural expression: | lie_compat (x y : L) : rel (ιₜ ⁅x, y⁆) ⁅ιₜ x, ιₜ y⁆ so that our construction needs only the semiring structure of the tensor algebra.
- lie_compat: ∀ {R : Type u₁} {L : Type u₂} [inst : CommRing R] [inst_1 : LieRing L] [inst_2 : LieAlgebra R L] (x y : L), UniversalEnvelopingAlgebra.Rel R L ((TensorAlgebra.ι R) ⁅x, y⁆ + (TensorAlgebra.ι R) y * (TensorAlgebra.ι R) x) ((TensorAlgebra.ι R) x * (TensorAlgebra.ι R) y)
Instances For
The universal enveloping algebra of a Lie algebra.
Equations
Instances For
Equations
Equations
Equations
The quotient map from the tensor algebra to the universal enveloping algebra as a morphism of associative algebras.
Equations
Instances For
The natural Lie algebra morphism from a Lie algebra to its universal enveloping algebra.
Equations
- UniversalEnvelopingAlgebra.ι R = { toLinearMap := (UniversalEnvelopingAlgebra.mkAlgHom R L).toLinearMap ∘ₗ TensorAlgebra.ι R, map_lie' := ⋯ }
Instances For
The universal property of the universal enveloping algebra: Lie algebra morphisms into associative algebras lift to associative algebra morphisms from the universal enveloping algebra.
Equations
- One or more equations did not get rendered due to their size.
Instances For
See note [partially-applied ext lemmas].