Theorems · Theorem · sequences and series
tsum_setElem_eq_tsum_setElem_sdiff
∀ {α : Type u_1} {β : Type u_2} [inst : AddCommMonoid α] [inst_1 : TopologicalSpace α] {f : β → α} (s t : Set β),
(∀ b ∈ t, f b = 0) → ∑' (a : ↑s), f ↑a = ∑' (a : ↑(s \ t)), f ↑aIf f b = 0 for all b ∈ t, then the sum of f a with a ∈ s is the same as
the sum of f a with a ∈ s ∖ t.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 84 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- AddCommMonoidstatement and proof · cited by 12,281
- Set.Elemstatement and proof · cited by 7,166
- Set.ofPredproof · cited by 6,101
- Set.rangeproof · cited by 4,705
- SummationFilter.unconditionalstatement · cited by 2,068
- tsumstatement · cited by 1,148
- Set.sdiff_subsetproof · cited by 156
- Set.inclusionproof · cited by 145
- Subtype.coe_propproof · cited by 42
- Function.support_subset_iff'proof · cited by 35
Cited by1
Results whose statement or proof uses this declaration.
- tsum_eq_tsum_sdiff_singletonproof · cited by 1