Mathlib Map

Theorems · Theorem · sequences and series

Summable.tsum_mul_left

∀ {ι : Type u_1} {α : Type u_3} {L : SummationFilter ι} [inst : NonUnitalNonAssocSemiring α]
  [inst_1 : TopologicalSpace α] [IsTopologicalSemiring α] {f : ι → α} [T2Space α] [L.NeBot] (a : α),
  Summable f L → ∑'[L] (i : ι), a * f i = a * ∑'[L] (i : ι), f i
Defined in
Mathlib.Topology.Algebra.InfiniteSum.Ring
Cited by
8 results in Mathlib
Foundations
Depth 93 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NonUnitalNonAssocSemiringTopologicalSpaceIsTopologicalSemiringT2SpaceSummationFilter.NeBot

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.

Cited by8

Results whose statement or proof uses this declaration.