Theorems · Theorem · nonassociative algebras
LieDerivation.apply_lie_eq_add
∀ {R : Type u_1} {L : Type u_2} [inst : CommRing R] [inst_1 : LieRing L] [inst_2 : LieAlgebra R L]
(D : LieDerivation R L L) (a b : L), D ⁅a, b⁆ = ⁅a, D b⁆ + ⁅D a, b⁆For a Lie derivation from a Lie algebra to itself, the usual Leibniz rule holds.
- Defined in
- Mathlib.Algebra.Lie.Derivation.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 27 from the axioms · uses propext
- Assumes
- CommRingLieRingLieAlgebra
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- LieRingstatement and proof · cited by 1,548
- LieAlgebrastatement and proof · cited by 1,246
- sub_eq_add_negproof · cited by 1,023
- Bracket.bracketstatement and proof · cited by 642
- LieDerivationstatement and proof · cited by 95
- lie_skewproof · cited by 26
- LieDerivation.apply_lie_eq_subproof · cited by 5
Cited by1
Results whose statement or proof uses this declaration.
- LieDerivation.iterate_apply_lieproof · cited by 1