Theorems · Theorem · group theory
Finset.sum_ite_irrel
∀ {ι : Type u_1} {M : Type u_3} [inst : AddCommMonoid M] (p : Prop) [inst_1 : Decidable p] (s : Finset ι) (f g : ι → M),
(∑ x ∈ s, if p then f x else g x) = if p then ∑ x ∈ s, f x else ∑ x ∈ s, g x- Cited by
- 10 results in Mathlib
- Foundations
- Depth 14 from the axioms · uses propext, Quot.sound
- Assumes
- AddCommMonoidDecidable
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
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 and proof · cited by 5,195
Cited by10
Results whose statement or proof uses this declaration.
- AddSubgroup.leftCoset_cover_filter_FiniteIndex_auxproof · cited by 3
- Subgroup.leftCoset_cover_filter_FiniteIndex_auxproof · cited by 3
- Matrix.trace_single_mulproof · cited by 1
- AlgHom.mulLeftRightMatrix.comp_invproof · cited by 1
- AlgHom.mulLeftRightMatrix.inv_compproof · cited by 1
- Finset.ite_sum_zeroproof · cited by 1
- Function.locallyFinsuppWithin.sum_apply_smul_single_eq_selfproof · cited by 0
- Matrix.kronecker_mem_unitaryproof · cited by 0
- Finset.ite_zero_sumproof · cited by 0
- Matrix.IsHadamard.kroneckerproof · cited by 0