Theorems · Definition · nonassociative algebras
LieHom.inverse
{R : Type u} →
{L₁ : Type v} →
{L₂ : Type w} →
[inst : CommRing R] →
[inst_1 : LieRing L₁] →
[inst_2 : LieAlgebra R L₁] →
[inst_3 : LieRing L₂] →
[inst_4 : LieAlgebra R L₂] →
(f : L₁ →ₗ⁅R⁆ L₂) → (g : L₂ → L₁) → Function.LeftInverse g ⇑f → Function.RightInverse g ⇑f → L₂ →ₗ⁅R⁆ L₁The inverse of a bijective morphism is a morphism.
- Defined in
- Mathlib.Algebra.Lie.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 26 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- RingHom.idproof · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- LinearMapproof · cited by 10,215
- LieRingstatement and proof · cited by 1,548
- LieAlgebrastatement and proof · cited by 1,246
- LieHomstatement and proof · cited by 382
- LieHom.toLinearMapproof · cited by 74
- LinearMap.inverseproof · cited by 4
Cited by1
Results whose statement or proof uses this declaration.
- LieEquiv.symmproof · cited by 34