Theorems · Theorem · sequences and series
HasSum.mul_of_nonarchimedean
∀ {α : Type u_1} {β : Type u_2} {R : Type u_3} [inst : Ring R] [inst_1 : UniformSpace R] [IsUniformAddGroup R]
[NonarchimedeanRing R] {f : α → R} {g : β → R} {a b : R},
HasSum f a → HasSum g b → HasSum (fun i => f i.1 * g i.2) (a * b)Let R be a nonarchimedean ring, let f : α → R be a function that sums to a : R,
and let g : β → R be a function that sums to b : R. Then fun i : α × β ↦ f i.1 * g i.2
sums to a * b.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 121 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.
- Ringstatement and proof · cited by 7,463
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- UniformSpacestatement and proof · cited by 2,040
- HasSumstatement and proof · cited by 518
- IsUniformAddGroupstatement and proof · cited by 342
- HasSum.summableproof · cited by 98
- NonarchimedeanRingstatement and proof · cited by 8
- UniformSpace.Completion.coe_mulproof · cited by 6
- HasSum.mulproof · cited by 3
- UniformSpace.Completion.toCompl_applyproof · cited by 1
- hasSum_iff_hasSum_complproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- tsum_mul_tsum_of_nonarchimedeanproof · cited by 0
- Summable.mul_of_nonarchimedeanproof · cited by 0