Abstract central extensions of Lie algebras (characteristic predicate) #
This file defines the short exact sequence characteristic predicate for a central extension of a Lie algebra. It is proven that central extension defined by a 2-cocycle satisfy this characteristic predicate.
Main definitions #
LieAlgebra.IsCentralExtension: The abstract definition (characteristic predicate) of a central extension of a Lie algebra đ° by an abelian Lie algebra đĒ: there exists a short exact sequence 0 âļ đĒ âļ đŽ âļ đ° âļ 0 of Lie algebras, where the image of đĒ is contained in the centre of đŽ.LieTwoCocycle.CentralExtension.emb: Given a 2-cocycle Îŗ â Z²(đ°,đĒ) and the correspondingly constructed central extension đŽ, this is the map đĒ âļ đŽ in the short exact sequence.LieTwoCocycle.CentralExtension.proj: Given a 2-cocycle Îŗ â Z²(đ°,đĒ) and the correspondingly constructed central extension đŽ, this is the map đŽ âļ đ° in the short exact sequence.
Main statements #
LieTwoCocycle.CentralExtension.isCentralExtension: The central extension defined by a 2-cocycle is a central extension in the abstract sense (it satisfies the characteristic predicate).
Tags #
Lie algebra, central extension, short exact sequence
Lie algebra central extensions defined by short exact sequences #
An extension đŽ of a Lie algebra đ° by a Lie algebra đĒ is a short exact sequence
0 âļ đĒ âļ đŽ âļ đ° âļ 0. The structure LieAlgebra.IsExtension bundles the maps đĒ âļ đŽ and
đŽ âļ đ° together with their trivial kernel and full range, respectively, and the exactness
in the middle.
Instances For
A central extension đŽ of a Lie algebra đ° by a Lie algebra đĒ is an extension
0 âļ đĒ âļ đŽ âļ đ° âļ 0 where the image of đĒ is contained in the centre of đŽ.
Instances For
Lie algebra central extensions defined by 2-cocycles #
If đŽ is the (central) extension of đ° by đĒ defined by a 2-cocycle Îŗ â Z²(đ°,đĒ),
then LieTwoCocycle.CentralExtension.emb gives the corresponding embedding đĒ âļ đŽ.
Equations
Instances For
If đŽ is the (central) extension of đ° by đĒ defined by a 2-cocycle Îŗ â Z²(đ°,đĒ),
then LieTwoCocycle.CentralExtension.proj gives the corresponding projection đŽ âļ đ°.
Equations
- VirasoroProject.LieTwoCocycle.CentralExtension.proj Îŗ = { toFun := fun (x : Îŗ.CentralExtension) => match x with | (X, snd) => X, map_add' := â¯, map_smul' := â¯, map_lie' := ⯠}
Instances For
If đŽ is the (central) extension of đ° by đĒ defined by a 2-cocycle Îŗ â Z²(đ°,đĒ),
then đŽ is an extension of đ° by đĒ in the sense that there is a short exact sequence
0 âļ đĒ âļ đŽ âļ đ° âļ 0 where the two maps are LieTwoCocycle.CentralExtension.emb and
LieTwoCocycle.CentralExtension.proj.
If đŽ is the central extension of đ° by đĒ defined by a 2-cocycle Îŗ â Z²(đ°,đĒ),
then đŽ is a central extension of đ° by đĒ in the sense that there is a short exact sequence
0 âļ đĒ âļ đŽ âļ đ° âļ 0 where the two maps are LieTwoCocycle.CentralExtension.emb and
LieTwoCocycle.CentralExtension.proj and the image of đĒ is contained in the centre of đŽ.
A standard section of a Lie algebra central extension associated to a Lie 2-cocycle.
Equations
Instances For
A basis of a central extension of Lie algebras constructed from a section and bases of the extending Lie algebras.