Theorems · Theorem · general topology
Metric.tendstoUniformly_iff
∀ {α : Type u} {β : Type v} {ι : Type u_1} [inst : PseudoMetricSpace α] {F : ι → β → α} {f : β → α} {p : Filter ι},
TendstoUniformly F f p ↔ ∀ ε > 0, ∀ᶠ (n : ι) in p, ∀ (x : β), dist (f x) (F n x) < εExpressing uniform convergence using dist.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 117 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- PseudoMetricSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- Filterstatement and proof · cited by 8,121
- Filter.Eventuallystatement and proof · cited by 3,134
- PseudoMetricSpacestatement and proof · cited by 1,550
- Dist.diststatement and proof · cited by 1,539
- TendstoUniformlystatement · cited by 75
- Metric.tendstoUniformlyOn_iffproof · cited by 14
- tendstoUniformlyOn_univproof · cited by 11
Cited by1
Results whose statement or proof uses this declaration.
- BoundedContinuousFunction.tendsto_iff_tendstoUniformlyproof · cited by 2