Theorems · Theorem · sequences and series
Summable.tsum_mul_tsum_eq_tsum_sum_range
∀ {α : Type u_3} [inst : TopologicalSpace α] [inst_1 : NonUnitalNonAssocSemiring α] {f g : ℕ → α} [T3Space α]
[IsTopologicalSemiring α],
Summable f →
Summable g →
(Summable fun x => f x.1 * g x.2) →
(∑' (n : ℕ), f n) * ∑' (n : ℕ), g n = ∑' (n : ℕ), ∑ k ∈ Finset.range (n + 1), f k * g (n - k)The Cauchy product formula for the product of two infinite sums indexed by ℕ, expressed
by summing on Finset.range.
See also tsum_mul_tsum_eq_tsum_sum_range_of_summable_norm if f and g are absolutely summable.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 95 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- Finset.sumstatement · cited by 5,195
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- Finset.rangestatement · cited by 1,341
- tsumstatement and proof · cited by 1,148
- NonUnitalNonAssocSemiringstatement and proof · cited by 1,081
- Summablestatement and proof · cited by 778
- IsTopologicalSemiringstatement and proof · cited by 442
- T3Spacestatement and proof · cited by 51
- Finset.Nat.sum_antidiagonal_eq_sum_range_succproof · cited by 15
- Summable.tsum_mul_tsum_eq_tsum_sum_antidiagonalproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.