mathlib3 documentation

algebra.lie.quotient

Quotients of Lie algebras and Lie modules #

THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.

Given a Lie submodule of a Lie module, the quotient carries a natural Lie module structure. In the special case that the Lie module is the Lie algebra itself via the adjoint action, the submodule is a Lie ideal and the quotient carries a natural Lie algebra structure.

We define these quotient structures here. A notable omission at the time of writing (February 2021) is a statement and proof of the universal property of these quotients.

Main definitions #

Tags #

lie algebra, quotient

@[protected, instance]
def lie_submodule.has_quotient {R : Type u} {L : Type v} {M : Type w} [comm_ring R] [lie_ring L] [lie_algebra R L] [add_comm_group M] [module R M] [lie_ring_module L M] [lie_module R L M] :

The quotient of a Lie module by a Lie submodule. It is a Lie module.

Equations
@[protected, instance]
def lie_submodule.quotient.module' {R : Type u} {L : Type v} {M : Type w} [comm_ring R] [lie_ring L] [lie_algebra R L] [add_comm_group M] [module R M] [lie_ring_module L M] [lie_module R L M] {N : lie_submodule R L M} {S : Type u_1} [semiring S] [has_smul S R] [module S M] [is_scalar_tower S R M] :
module S (M N)
Equations
@[protected, instance]
def lie_submodule.quotient.module {R : Type u} {L : Type v} {M : Type w} [comm_ring R] [lie_ring L] [lie_algebra R L] [add_comm_group M] [module R M] [lie_ring_module L M] [lie_module R L M] {N : lie_submodule R L M} :
module R (M N)
Equations
@[protected, instance]
@[protected, instance]
def lie_submodule.quotient.inhabited {R : Type u} {L : Type v} {M : Type w} [comm_ring R] [lie_ring L] [lie_algebra R L] [add_comm_group M] [module R M] [lie_ring_module L M] [lie_module R L M] {N : lie_submodule R L M} :
Equations
@[reducible]
def lie_submodule.quotient.mk {R : Type u} {L : Type v} {M : Type w} [comm_ring R] [lie_ring L] [lie_algebra R L] [add_comm_group M] [module R M] [lie_ring_module L M] [lie_module R L M] {N : lie_submodule R L M} :
M M N

Map sending an element of M to the corresponding element of M/N, when N is a lie_submodule of the lie_module N.

Given a Lie module M over a Lie algebra L, together with a Lie submodule N ⊆ M, there is a natural linear map from L to the endomorphisms of M leaving N invariant.

Equations

Given a Lie module M over a Lie algebra L, together with a Lie submodule N ⊆ M, there is a natural Lie algebra morphism from L to the linear endomorphism of the quotient M/N.

Equations
@[protected, instance]

Given a Lie module M over a Lie algebra L, together with a Lie submodule N ⊆ M, there is a natural bracket action of L on the quotient M/N.

Equations
@[protected, instance]
def lie_submodule.quotient.lie_quotient_lie_module {R : Type u} {L : Type v} {M : Type w} [comm_ring R] [lie_ring L] [lie_algebra R L] [add_comm_group M] [module R M] [lie_ring_module L M] [lie_module R L M] (N : lie_submodule R L M) :
lie_module R L (M N)

The quotient of a Lie module by a Lie submodule, is a Lie module.

Equations
@[protected, instance]
Equations
@[simp]
theorem lie_submodule.quotient.mk_eq_zero {R : Type u} {L : Type v} {M : Type w} [comm_ring R] [lie_ring L] [lie_algebra R L] [add_comm_group M] [module R M] [lie_ring_module L M] [lie_module R L M] (N : lie_submodule R L M) {m : M} :
@[simp]
theorem lie_submodule.quotient.mk'_ker {R : Type u} {L : Type v} {M : Type w} [comm_ring R] [lie_ring L] [lie_algebra R L] [add_comm_group M] [module R M] [lie_ring_module L M] [lie_module R L M] (N : lie_submodule R L M) :
@[ext]
theorem lie_submodule.quotient.lie_module_hom_ext {R : Type u} {L : Type v} {M : Type w} [comm_ring R] [lie_ring L] [lie_algebra R L] [add_comm_group M] [module R M] [lie_ring_module L M] [lie_module R L M] (N : lie_submodule R L M) ⦃f g : M N →ₗ⁅R,L M⦄ (h : f.comp (lie_submodule.quotient.mk' N) = g.comp (lie_submodule.quotient.mk' N)) :
f = g

Two lie_module_homs from a quotient lie module are equal if their compositions with lie_submodule.quotient.mk' are equal.

See note [partially-applied ext lemmas].

@[simp]
noncomputable def lie_hom.quot_ker_equiv_range {R : Type u_1} {L : Type u_2} {L' : Type u_3} [comm_ring R] [lie_ring L] [lie_algebra R L] [lie_ring L'] [lie_algebra R L'] (f : L →ₗ⁅R L') :

The first isomorphism theorem for morphisms of Lie algebras.

Equations