Theorems · Theorem · nonassociative algebras
sum_lie_sum
∀ {L : Type v} {M : Type w} [inst : LieRing L] [inst_1 : AddCommGroup M] [inst_2 : LieRingModule L M] {ι : Type u_1}
{κ : Type u_3} (s : Finset ι) (t : Finset κ) (f : ι → L) (g : κ → M),
⁅∑ i ∈ s, f i, ∑ j ∈ t, g j⁆ = ∑ i ∈ s, ∑ j ∈ t, ⁅f i, g j⁆- Defined in
- Mathlib.Algebra.Lie.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 56 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- Finsetstatement and proof · cited by 13,712
- 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
- LieRingModulestatement and proof · cited by 727
- Bracket.bracketstatement and proof · cited by 642
- sum_lieproof · cited by 1
- lie_sumproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.