Mathlib Map

Theorems · Theorem · nonassociative algebras

Function.Surjective.lieModule_lcs_map_eq

∀ {R : Type u} {L : Type v} {M : Type w} [inst : CommRing R] [inst_1 : LieRing L] [inst_2 : LieAlgebra R L]
  [inst_3 : AddCommGroup M] [inst_4 : Module R M] [inst_5 : LieRingModule L M] [LieModule R L M] {L₂ : Type u_1}
  {M₂ : Type u_2} [inst_7 : LieRing L₂] [inst_8 : LieAlgebra R L₂] [inst_9 : AddCommGroup M₂] [inst_10 : Module R M₂]
  [inst_11 : LieRingModule L₂ M₂] {f : L →ₗ⁅R⁆ L₂} {g : M →ₗ[R] M₂},
  (∀ (x : L) (m : M), ⁅f x, g m⁆ = g ⁅x, m⁆) →
    ∀ [LieModule R L₂ M₂],
      Function.Surjective ⇑f →
        Function.Surjective ⇑g →
          ∀ (k : ℕ), Submodule.map g ↑(LieModule.lowerCentralSeries R L M k) = ↑(LieModule.lowerCentralSeries R L₂ M₂ k)
Defined in
Mathlib.Algebra.Lie.Nilpotent
Cited by
1 results in Mathlib
Foundations
Depth 31 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingLieRingLieAlgebraAddCommGroupModuleLieRingModuleLieModuleLieRingLieAlgebraAddCommGroupModuleLieRingModuleLieModule

Around this declaration

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

Cites30

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.