Theorems · Theorem · sequences and series
HasSum.mul_eq
∀ {ι : Type u_1} {κ : Type u_2} {α : Type u_3} [inst : TopologicalSpace α] [T3Space α]
[inst_2 : NonUnitalNonAssocSemiring α] [IsTopologicalSemiring α] {f : ι → α} {g : κ → α} {s t u : α},
HasSum f s → HasSum g t → HasSum (fun x => f x.1 * g x.2) u → s * t = u- Cited by
- 2 results in Mathlib
- Foundations
- Depth 92 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- HasSumstatement and proof · cited by 518
- IsTopologicalSemiringstatement and proof · cited by 442
- T3Spacestatement and proof · cited by 51
- HasSum.mul_leftproof · cited by 25
- HasSum.uniqueproof · cited by 23
- HasSum.mul_rightproof · cited by 11
- HasSum.prod_fiberwiseproof · cited by 7
Cited by2
Results whose statement or proof uses this declaration.
- Summable.tsum_mul_tsumproof · cited by 3
- HasSum.mulproof · cited by 3