Mathlib Map

Theorems · Definition · nonassociative algebras

LieIdeal.comap

{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 →ₗ⁅R⁆ L') → LieIdeal R L' → LieIdeal R L

A morphism of Lie algebras f : L → L' pulls back Lie ideals of L' to Lie ideals of L. Note that f makes L' into a Lie module over L (turning f into a morphism of Lie modules) and so this is a special case of LieSubmodule.comap but we do not exploit this fact.

Defined in
Mathlib.Algebra.Lie.Ideal
Cited by
21 results in Mathlib
Foundations
Depth 28 from the axioms · uses propext
Assumes
CommRingLieRingLieRingLieAlgebraLieAlgebra

Around this declaration

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

LieHom.ker · cited by 37LieHom.kerLieIdeal.map_le_iff_le_comap · cited by 7LieIdeal.map_le_iff_le_co…LieIdeal.map_bracket_le · cited by 4LieIdeal.map_bracket_leLieIdeal.comap_toSubmodule · cited by 4LieIdeal.comap_toSubmoduleLieIdeal.map_comap_eq · cited by 2LieIdeal.map_comap_eqLieIdeal.map_comap_le · cited by 2LieIdeal.map_comap_leLieIdeal.comap_bracket_eq · cited by 2LieIdeal.comap_bracket_eqLieIdeal.derivedSeries_eq_derivedSeriesOfIdeal_comap · cited by 2LieIdeal.derivedSeries_eq…LieIdeal.map_comap_incl · cited by 1LieIdeal.map_comap_inclLieIdeal.comap_bracket_incl · cited by 1LieIdeal.comap_bracket_in…LieIdeal.comap_bracket_incl_of_le · cited by 1LieIdeal.comap_bracket_in…LieIdeal.mem_comap · cited by 1LieIdeal.mem_comapLieIdeal.comap_incl_self · cited by 1LieIdeal.comap_incl_selfLieIdeal.comap_mono · cited by 1LieIdeal.comap_monoLieIdeal.gc_map_comap · cited by 1LieIdeal.gc_map_comapCommRing · cited by 17173CommRingSubmodule · cited by 7192SubmoduleLieRing · cited by 1548LieRingLieAlgebra · cited by 1246LieAlgebraLieHom · cited by 382LieHomSubmodule.comap · cited by 347Submodule.comapLieIdeal · cited by 282LieIdealAddSubmonoid.toAddSubsemigroup · cited by 198AddSubmonoid.toAddSubsemi…AddSubsemigroup.carrier · cited by 198AddSubsemigroup.carrierSubmodule.toAddSubmonoid · cited by 162Submodule.toAddSubmonoidLieSubalgebra.toSubmodule · cited by 90LieSubalgebra.toSubmoduleLieHom.toLinearMap · cited by 74LieHom.toLinearMapLieIdeal.toLieSubalgebra · cited by 48LieIdeal.toLieSubalgebraLieIdeal.comapCITED BYCITES

Cites13

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

Cited by22

Results whose statement or proof uses this declaration.