Theorems · Theorem · general topology
tendstoUniformlyOnFilter_iff_tendsto
∀ {α : Type u_1} {β : Type u_2} {ι : Type u_4} [inst : UniformSpace β] {F : ι → α → β} {f : α → β} {p : Filter ι}
{p' : Filter α},
TendstoUniformlyOnFilter F f p p' ↔ Filter.Tendsto (fun q => (f q.2, F q.1 q.2)) (p ×ˢ p') (uniformity β)A sequence of functions Fₙ converges uniformly on a filter p' to a limiting function f w.r.t.
filter p iff the function (n, x) ↦ (f x, Fₙ x) converges along p ×ˢ p' to the uniformity.
In other words: one knows nothing about the behavior of x in this limit besides it being in p'.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 61 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- UniformSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Filterstatement and proof · cited by 8,121
- Filter.Tendstostatement · cited by 3,814
- UniformSpacestatement and proof · cited by 2,040
- SProd.sprodstatement · cited by 1,750
- uniformitystatement · cited by 765
- TendstoUniformlyOnFilterstatement · cited by 50
Cited by4
Results whose statement or proof uses this declaration.
- TendstoUniformlyOnFilter.compproof · cited by 2
- TendstoUniformlyOnFilter.congr_inseparableproof · cited by 2
- TendstoUniformlyOnFilter.prodMapproof · cited by 2
- Filter.HasBasis.tendstoUniformlyOnFilter_iff_of_uniformityproof · cited by 1