Theorems · Theorem · sequences and series
HasSum.mul
∀ {ι : Type u_1} {κ : Type u_2} {α : Type u_3} [inst : TopologicalSpace α] [T3Space α]
[inst_2 : NonUnitalNonAssocSemiring α] [IsTopologicalSemiring α] {f : ι → α} {g : κ → α} {s t : α},
HasSum f s → HasSum g t → (Summable fun x => f x.1 * g x.2) → HasSum (fun x => f x.1 * g x.2) (s * t)- Cited by
- 3 results in Mathlib
- Foundations
- Depth 93 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- NonUnitalNonAssocSemiringstatement and proof · cited by 1,081
- Summablestatement and proof · cited by 778
- HasSumstatement and proof · cited by 518
- IsTopologicalSemiringstatement and proof · cited by 442
- T3Spacestatement and proof · cited by 51
- HasSum.mul_eqproof · cited by 2
Cited by3
Results whose statement or proof uses this declaration.
- EulerProduct.summable_and_hasSum_factoredNumbers_prod_filter_prime_tsumproof · cited by 3
- LSeriesHasSum.convolutionproof · cited by 3
- HasSum.mul_of_nonarchimedeanproof · cited by 2