Mathlib Map

Theorems · Theorem · nonassociative algebras

LieSubmodule.mk.congr_simp

∀ {R : Type u} {L : Type v} {M : Type w} [inst : CommRing R] [inst_1 : LieRing L] [inst_2 : AddCommGroup M]
  [inst_3 : Module R M] [inst_4 : LieRingModule L M] (toSubmodule toSubmodule_1 : Submodule R M)
  (e_toSubmodule : toSubmodule = toSubmodule_1)
  (lie_mem : ∀ {x : L} {m : M}, m ∈ toSubmodule.carrier → ⁅x, m⁆ ∈ toSubmodule.carrier),
  { toSubmodule := toSubmodule, lie_mem := lie_mem } = { toSubmodule := toSubmodule_1, lie_mem := ⋯ }
Defined in
Mathlib.Algebra.Lie.BaseChange
Cited by
5 results in Mathlib
Foundations
Depth 8 from the axioms · uses no axioms
Assumes
CommRingLieRingAddCommGroupModuleLieRingModule

Around this declaration

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

Cites12

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

Cited by5

Results whose statement or proof uses this declaration.