Theorems · Theorem · sequences and series
tsum_tsum_eq_single
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} [inst : AddCommMonoid α] [inst_1 : TopologicalSpace α] (f : β → γ → α)
(b : β) (c : γ),
(∀ (b' : β), b' ≠ b → f b' c = 0) →
(∀ (b' : β) (c' : γ), c' ≠ c → f b' c' = 0) → ∑' (b' : β) (c' : γ), f b' c' = f b c- Cited by
- 0 results in Mathlib
- Foundations
- Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- AddCommMonoidstatement and proof · cited by 12,281
- SummationFilter.unconditionalstatement · cited by 2,068
- tsumstatement · cited by 1,148
- tsum_congrproof · cited by 64
- tsum_eq_singleproof · cited by 19
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.