Mathlib Map

Theorems · Theorem · general topology

Metric.tendstoUniformlyOn_iff

∀ {α : Type u} {β : Type v} {ι : Type u_1} [inst : PseudoMetricSpace α] {F : ι → β → α} {f : β → α} {p : Filter ι}
  {s : Set β}, TendstoUniformlyOn F f p s ↔ ∀ ε > 0, ∀ᶠ (n : ι) in p, ∀ x ∈ s, dist (f x) (F n x) < ε

Expressing uniform convergence on a set using dist.

Defined in
Mathlib.Topology.MetricSpace.Pseudo.Basic
Cited by
14 results in Mathlib
Foundations
Depth 116 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.

tendstoUniformlyOn_tsum · cited by 9tendstoUniformlyOn_tsumtendstoUniformlyOn_tsum_of_cofinite_eventually · cited by 6tendstoUniformlyOn_tsum_o…HasFPowerSeriesWithinOnBall.tendstoUniformlyOn · cited by 3HasFPowerSeriesWithinOnBa…integrableOn_peak_smul_of_integrableOn_of_tendsto · cited by 2integrableOn_peak_smul_of…uniformCauchySeqOn_ball_of_fderiv · cited by 2uniformCauchySeqOn_ball_o…TendstoUniformlyOn.cderiv · cited by 1TendstoUniformlyOn.cderivtendsto_setIntegral_peak_smul_of_integrableOn_of_tendsto_aux · cited by 1tendsto_setIntegral_peak_…RKHS.tendstoUniformlyOn_of_norm_kerFun_le · cited by 1RKHS.tendstoUniformlyOn_o…tendsto_setIntegral_pow_smul_of_unique_maximum_of_isCompact_of_measure_nhdsWithin_pos · cited by 1tendsto_setIntegral_pow_s…MeasureTheory.tendsto_Lp_finite_of_tendsto_ae_of_meas · cited by 1MeasureTheory.tendsto_Lp_…tendsto_integral_comp_smul_smul_of_integrable · cited by 1tendsto_integral_comp_smu…Metric.tendstoUniformly_iff · cited by 1Metric.tendstoUniformly_i…TendstoUniformlyOn.tendsto_circleIntegral_of_continuousOn · cited by 0TendstoUniformlyOn.tendst…SeminormedAddGroup.tendstoUniformlyOn_zero · cited by 0SeminormedAddGroup.tendst…Set · cited by 53352SetReal · cited by 25697RealFilter · cited by 8121FilterSet.ofPred · cited by 6101Set.ofPredFilter.Eventually · cited by 3134Filter.EventuallyPseudoMetricSpace · cited by 1550PseudoMetricSpaceDist.dist · cited by 1539Dist.distuniformity · cited by 765uniformityFilter.Eventually.mono · cited by 646Eventually.monoTendstoUniformlyOn · cited by 129TendstoUniformlyOnMetric.dist_mem_uniformity · cited by 23Metric.dist_mem_uniformityMetric.mem_uniformity_dist · cited by 8Metric.mem_uniformity_distMetric.tendstoUniformlyOn_iffCITED BYCITES

Cites12

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

Cited by14

Results whose statement or proof uses this declaration.