Mathlib Map

Theorems · Theorem · sequences and series

tsum_mul_right

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

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 by6

Results whose statement or proof uses this declaration.