Theorems · Theorem · group theory
AddCommute.list_sum_right
∀ {M : Type u_4} [inst : AddMonoid M] (l : List M) (y : M), (∀ x ∈ l, AddCommute y x) → AddCommute y l.sum- Cited by
- 2 results in Mathlib
- Foundations
- Depth 9 from the axioms · uses propext
- Assumes
- AddMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- AddMonoidstatement and proof · cited by 2,864
- AddCommutestatement and proof · cited by 185
- AddCommute.zero_rightproof · cited by 6
- AddCommute.add_rightproof · cited by 4
Cited by2
Results whose statement or proof uses this declaration.
- Multiset.noncommSum_addCommuteproof · cited by 1
- AddCommute.list_sum_leftproof · cited by 0