Theorems · Theorem · sequences and series
Summable.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}, Summable f → Summable g → Summable fun i => f i.1 * g i.2Let R be a nonarchimedean ring. If functions f : α → R and g : β → R are summable, then
so is fun i : α × β ↦ f i.1 * g i.2.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 122 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- Summablestatement and proof · cited by 778
- IsUniformAddGroupstatement and proof · cited by 342
- Summable.hasSumproof · cited by 184
- HasSum.summableproof · cited by 98
- NonarchimedeanRingstatement and proof · cited by 8
- HasSum.mul_of_nonarchimedeanproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.