Theorems · Theorem · group theory
AddCon.list_sum
∀ {ι : Type u_1} {M : Type u_2} [inst : AddZeroClass M] (c : AddCon M) {l : List ι} {f g : ι → M},
(∀ x ∈ l, c (f x) (g x)) → c (List.map f l).sum (List.map g l).sumAdditive congruence relations preserve sum indexed by a list.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 10 from the axioms · uses no axioms
- Assumes
- AddZeroClass
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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
- AddZeroClassstatement and proof · cited by 1,237
- AddConstatement and proof · cited by 138
- AddCon.addproof · cited by 8
- AddCon.reflproof · cited by 6
Cited by2
Results whose statement or proof uses this declaration.
- AddCon.multiset_sumproof · cited by 2
- RingCon.listSumproof · cited by 1