Mathlib Map

Theorems · Definition · sequences and series

HasSumUniformlyOn

{α : Type u_1} →
  {β : Type u_2} → {ι : Type u_3} → [AddCommMonoid α] → (ι → β → α) → (β → α) → Set β → [UniformSpace α] → Prop

HasSumUniformlyOn f g s means that the (potentially infinite) sum ∑' i, f i b for b : β converges uniformly on s to g.

Defined in
Mathlib.Topology.Algebra.InfiniteSum.UniformOn
Cited by
24 results in Mathlib
Foundations
Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddCommMonoidUniformSpace

Around this declaration

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

Cites7

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

Cited by24

Results whose statement or proof uses this declaration.