Theorems · Theorem · nonassociative algebras
LieModule.toEnd_pow_lie
∀ (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] [inst_6 : LieModule R L M] (x y : L)
(z : M) (n : ℕ),
((LieModule.toEnd R L M) x ^ n) ⁅y, z⁆ =
∑ ij ∈ Finset.HasAntidiagonal.antidiagonal n,
n.choose ij.1 • ⁅((LieAlgebra.ad R L) x ^ ij.1) y, ((LieModule.toEnd R L M) x ^ ij.2) z⁆- Defined in
- Mathlib.Algebra.Lie.OfAssociative
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites35
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
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- Finset.sumstatement and proof · cited by 5,195
- Finset.sum_congrproof · cited by 2,323
- LieRingstatement and proof · cited by 1,548
- add_commproof · cited by 1,535
- one_smulproof · cited by 1,374
- LieAlgebrastatement and proof · cited by 1,246
- pow_zeroproof · cited by 1,094
Cited by1
Results whose statement or proof uses this declaration.
- LieAlgebra.ad_pow_lieproof · cited by 0