Mathlib Map

Theorems · Theorem · sequences and series

HasSum.mul_right

∀ {ι : Type u_1} {α : Type u_3} {L : SummationFilter ι} [inst : NonUnitalNonAssocSemiring α]
  [inst_1 : TopologicalSpace α] [IsTopologicalSemiring α] {f : ι → α} {a₁ : α} (a₂ : α),
  HasSum f a₁ L → HasSum (fun i => f i * a₂) (a₁ * a₂) L
Defined in
Mathlib.Topology.Algebra.InfiniteSum.Ring
Cited by
11 results in Mathlib
Foundations
Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NonUnitalNonAssocSemiringTopologicalSpaceIsTopologicalSemiring

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites10

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by11

Results whose statement or proof uses this declaration.