LeanPool.LowDimSolvClassification.InstancesConstructions #
The abelian Lie algebra constructed from a vector space by setting the bracket to zero.
The unused Module K V instance is consumed by inferInstance so the unusedArguments linter
accepts the definition; the result is still a synonym for V.
Equations
- LieAlgebra.mkAbelian K V = (fun (x : SMul K V) => V) inferInstance.toSMul
Instances For
Equations
- LieAlgebra.instBracketMkAbelian K V = { bracket := fun (x x_1 : LieAlgebra.mkAbelian K V) => 0 }
Equations
- LieAlgebra.instLieRingMkAbelian K V = { toAddCommGroup := inferInstance, toBracket := LieAlgebra.instBracketMkAbelian K V, add_lie := β―, lie_add := β―, lie_self := β―, leibniz_lie := β― }
Equations
- LieAlgebra.instMkAbelian K V = { toModule := inferInstance, lie_smul := β― }
TODO.
Equations
- LieAlgebra.Abelian.DerivationOfLinearMap' f = { toLinearMap := f, leibniz' := β― }
Instances For
If L is an abelian Lie algebra, any linear endomorphism of L is also a derivation of L.
Equations
- One or more equations did not get rendered due to their size.
Instances For
TODO.
Equations
Instances For
The Lie algebra of the general affine group on a vector space V,
constructed as semidirect product of V ββ[K] V with the abelian Lie algebra V.
Equations
- ππ£π£ K V = (Module.End K (LieAlgebra.mkAbelian K V) β[LieAlgebra.ofAffineEquivAux K V] LieAlgebra.mkAbelian K V)
Instances For
The Lie algebra of the general affine group on a vector space V,
constructed as semidirect product of V ββ[K] V with the abelian Lie algebra V.
Equations
- LieAlgebra.termππ£π£ = Lean.ParserDescr.node `LieAlgebra.termππ£π£ 1024 (Lean.ParserDescr.symbol "ππ£π£")
Instances For
TODO.
Equations
Instances For
TODO.
Equations
Instances For
The almost abelian Lie algebra associated to real hyperbolic space,
generalized to arbitrary K.
Equations
Instances For
The almost abelian Lie algebra associated to real hyperbolic n-space,
generalized to arbitrary K.
Equations
- π₯πΆπ n K = (K β[LieAlgebra.RealHyperbolicAux K (Fin (n - 1) β K)] LieAlgebra.mkAbelian K (Fin (n - 1) β K))
Instances For
The almost abelian Lie algebra associated to real hyperbolic n-space,
generalized to arbitrary K.
Equations
- LieAlgebra.termπ₯πΆπ = Lean.ParserDescr.node `LieAlgebra.termπ₯πΆπ 1024 (Lean.ParserDescr.symbol "π₯πΆπ")