Mathlib Map

Theorems · Definition · nonassociative algebras

LieEquiv.lieSubalgebraMap

{R : Type u} →
  {L₁ : Type v} →
    {L₂ : Type w} →
      [inst : CommRing R] →
        [inst_1 : LieRing L₁] →
          [inst_2 : LieRing L₂] →
            [inst_3 : LieAlgebra R L₁] →
              [inst_4 : LieAlgebra R L₂] →
                (L₁'' : LieSubalgebra R L₁) → (e : L₁ ≃ₗ⁅R⁆ L₂) → ↥L₁'' ≃ₗ⁅R⁆ ↥(LieSubalgebra.map e.toLieHom L₁'')

An equivalence of Lie algebras restricts to an equivalence from any Lie subalgebra onto its image.

Defined in
Mathlib.Algebra.Lie.Subalgebra
Cited by
1 results in Mathlib
Foundations
Depth 32 from the axioms · uses propext, Quot.sound
Assumes
CommRingLieRingLieRingLieAlgebraLieAlgebra

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites15

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.