Mathlib Map

Theorems · Theorem · functional analysis

summable_mul_of_summable_norm

∀ {R : Type u_1} {ι : Type u_2} {ι' : Type u_3} [inst : NormedRing R] [CompleteSpace R] {f : ι → R} {g : ι' → R},
  (Summable fun x => ‖f x‖) → (Summable fun x => ‖g x‖) → Summable fun x => f x.1 * g x.2
Defined in
Mathlib.Analysis.Normed.Ring.InfiniteSum
Cited by
5 results in Mathlib
Foundations
Depth 168 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedRingCompleteSpace

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.

Cited by5

Results whose statement or proof uses this declaration.