Mathlib Map

Theorems · Theorem · general topology

tendsto_iff_dist_tendsto_zero

∀ {α : Type u} {β : Type v} [inst : PseudoMetricSpace α] {f : β → α} {x : Filter β} {a : α},
  Filter.Tendsto f x (nhds a) ↔ Filter.Tendsto (fun b => dist (f b) a) x (nhds 0)
Defined in
Mathlib.Topology.MetricSpace.Pseudo.Defs
Cited by
16 results in Mathlib
Foundations
Depth 118 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.

tendsto_iff_norm_sub_tendsto_zero · cited by 17tendsto_iff_norm_sub_tend…MeasureTheory.Lp.tendsto_Lp_iff_tendsto_eLpNorm' · cited by 5Lp.tendsto_Lp_iff_tendsto…ApproximatesLinearOn.surjOn_closedBall_of_nonlinearRightInverse · cited by 3ApproximatesLinearOn.surj…continuousAt_of_locally_lipschitz · cited by 3continuousAt_of_locally_l…MeasureTheory.FiniteMeasure.tendsto_zero_testAgainstNN_of_tendsto_zero_mass · cited by 2FiniteMeasure.tendsto_zer…BoundedContinuousFunction.exists_extension_norm_eq_of_isClosedEmbedding' · cited by 2BoundedContinuousFunction…MeasureTheory.Lp.simpleFunc.denseRange_coeSimpleFuncNonnegToLpNonneg · cited by 1simpleFunc.denseRange_coe…aemeasurable_of_unif_approx · cited by 1aemeasurable_of_unif_appr…continuous_iff_continuous_dist · cited by 1continuous_iff_continuous…MeasureTheory.tendsto_indicatorConstLp_set · cited by 1MeasureTheory.tendsto_ind…MeasureTheory.measurableSet_range_of_continuous_injective · cited by 1MeasureTheory.measurableS…CircleDeg1Lift.tendsto_translation_number₀' · cited by 1CircleDeg1Lift.tendsto_tr…HasCompactSupport.measurable_of_prod · cited by 1HasCompactSupport.measura…MeasureTheory.LevyProkhorov.continuous_toMeasure_probabilityMeasure · cited by 1LevyProkhorov.continuous_…tendsto_iff_norm_neg_add_tendsto_zero · cited by 1tendsto_iff_norm_neg_add_…Real · cited by 25697RealFilter · cited by 8121Filternhds · cited by 5554nhdsFilter.Tendsto · cited by 3814Filter.TendstoPseudoMetricSpace · cited by 1550PseudoMetricSpaceDist.dist · cited by 1539Dist.distFilter.tendsto_comap_iff · cited by 55Filter.tendsto_comap_iffnhds_comap_dist · cited by 3nhds_comap_disttendsto_iff_dist_tendsto_zeroCITED BYCITES

Cites8

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

Cited by16

Results whose statement or proof uses this declaration.