Mathlib Map

Theorems · Theorem · nonassociative algebras

lie_add

∀ {L : Type v} {M : Type w} [inst : LieRing L] [inst_1 : AddCommGroup M] [inst_2 : LieRingModule L M] (x : L) (m n : M),
  ⁅x, m + n⁆ = ⁅x, m⁆ + ⁅x, n⁆
Defined in
Mathlib.Algebra.Lie.Basic
Cited by
19 results in Mathlib
Foundations
Depth 7 from the axioms · uses no axioms
Assumes
LieRingAddCommGroupLieRingModule

Around this declaration

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

Cites5

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

Cited by20

Results whose statement or proof uses this declaration.