Theorems · Theorem · group theory
Finset.sum_induction
∀ {ι : Type u_1} {s : Finset ι} {M : Type u_7} [inst : AddCommMonoid M] (f : ι → M) (p : M → Prop),
(∀ (a b : M), p a → p b → p (a + b)) → p 0 → (∀ x ∈ s, p (f x)) → p (∑ x ∈ s, f x)To prove a property of a sum, it suffices to prove that the property is additive and holds on summands.
- Cited by
- 13 results in Mathlib
- Foundations
- Depth 54 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddCommMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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
- AddCommMonoidstatement and proof · cited by 12,281
- Finset.sumstatement · cited by 5,195
- Multiset.mapproof · cited by 876
- Finset.valproof · cited by 438
- Multiset.forall_mem_map_iffproof · cited by 8
- Multiset.sum_inductionproof · cited by 1
Cited by13
Results whose statement or proof uses this declaration.
- MeasureTheory.integrable_finsetSum'proof · cited by 10
- Finset.measurable_sumproof · cited by 7
- Finset.stronglyMeasurable_sumproof · cited by 6
- Finset.measurable_fun_sumproof · cited by 6
- contMDiffWithinAt_finsetSum'proof · cited by 4
- MeasureTheory.IsStronglyProgressive.finsetSum'proof · cited by 3
- finsum_inductionproof · cited by 3
- Asymptotics.IsLittleO.sumproof · cited by 3
- MeasureTheory.locallyIntegrable_finsetSum'proof · cited by 2
- SkewMonoidAlgebra.induction_onproof · cited by 2
- Matrix.induction_on'proof · cited by 2
- prod_mem_ideal_map_of_mem_conductorproof · cited by 1