Theorems · Theorem · nonassociative algebras
LieDerivation.iterate_apply_lie
∀ {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) (n : ℕ) (a b : L),
(⇑D)^[n] ⁅a, b⁆ = ∑ ij ∈ Finset.HasAntidiagonal.antidiagonal n, n.choose ij.1 • ⁅(⇑D)^[ij.1] a, (⇑D)^[ij.2] b⁆The general Leibniz rule for Lie derivatives.
- Defined in
- Mathlib.Algebra.Lie.Derivation.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRingLieRingLieAlgebra
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
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
- Finset.sumstatement and proof · cited by 5,195
- Finset.sum_congrproof · cited by 2,323
- LieRingstatement and proof · cited by 1,548
- one_smulproof · cited by 1,374
- LieAlgebrastatement and proof · cited by 1,246
- Nat.iteratestatement and proof · cited by 740
- Bracket.bracketstatement and proof · cited by 642
- Nat.choosestatement and proof · cited by 494
- map_sumproof · cited by 455
- smul_addproof · cited by 263
Cited by1
Results whose statement or proof uses this declaration.
- LieDerivation.iterate_apply_lie'proof · cited by 0