Theorems · Theorem · sequences and series
hasSumLocallyUniformly_of_of_forall_exists_nhds
∀ {α : Type u_1} {β : Type u_2} {ι : Type u_3} [inst : AddCommMonoid α] {f : ι → β → α} {g : β → α}
[inst_1 : UniformSpace α] [inst_2 : TopologicalSpace β],
(∀ (x : β), ∃ t ∈ nhds x, HasSumUniformlyOn f g t) → HasSumLocallyUniformly f gIf every x has a neighbourhood on which b ↦ ∑' i, f i b
converges uniformly to g, then the sum converges locally uniformly. Note that this is not a
tautology, and the converse is only true if the domain is locally compact.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- AddCommMonoidstatement and proof · cited by 12,281
- Filterstatement · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- UniformSpacestatement and proof · cited by 2,040
- HasSumUniformlyOnstatement and proof · cited by 24
- HasSumLocallyUniformlystatement · cited by 16
- hasSumUniformlyOn_iff_tendstoUniformlyOnproof · cited by 12
- tendstoLocallyUniformly_of_forall_exists_nhdsproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- summableLocallyUniformly_of_of_forall_exists_nhdsproof · cited by 0