Mathlib Map

Theorems · Theorem · general topology

tendsto_order

∀ {α : Type u} {β : Type v} [ts : TopologicalSpace α] [inst : Preorder α] [OrderTopology α] {f : β → α} {a : α}
  {x : Filter β},
  Filter.Tendsto f x (nhds a) ↔ (∀ a' < a, ∀ᶠ (b : β) in x, a' < f b) ∧ ∀ a' > a, ∀ᶠ (b : β) in x, f b < a'
Defined in
Mathlib.Topology.Order.Basic
Cited by
60 results in Mathlib
Foundations
Depth 65 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpacePreorderOrderTopology

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…Antitone.map_limsSup_of_continuousAt · cited by 6Antitone.map_limsSup_of_c…MeasureTheory.addHaar_image_le_mul_of_det_lt · cited by 4MeasureTheory.addHaar_ima…MeasureTheory.exists_Lp_half · cited by 4MeasureTheory.exists_Lp_h…BoundedVariationOn.tendsto_eVariationOn_Ici_zero_of_filter · cited by 3BoundedVariationOn.tendst…continuousWithinAt_right_of_monotoneOn_of_exists_between · cited by 3continuousWithinAt_right_…StrictMonoOn.continuousWithinAt_right_of_exists_between · cited by 3StrictMonoOn.continuousWi…ae_eq_zero_of_integral_contMDiff_smul_eq_zero · cited by 3ae_eq_zero_of_integral_co…MeasureTheory.tendsto_setToFun_of_L1 · cited by 3MeasureTheory.tendsto_set…MonotoneOn.tendsto_nhdsLT · cited by 3MonotoneOn.tendsto_nhdsLTisCompact_setOfPred_finiteMeasure_mass_le_compl_isCompact_le · cited by 2isCompact_setOfPred_finit…MonotoneOn.countable_not_continuousWithinAt_Ioi · cited by 2MonotoneOn.countable_not_…tendsto_setIntegral_peak_smul_of_integrableOn_of_tendsto · cited by 2tendsto_setIntegral_peak_…MeasureTheory.tendsto_limUnder_of_hasDerivAt_of_integrableOn_Ioi · cited by 2MeasureTheory.tendsto_lim…TopologicalSpace · cited by 24529TopologicalSpaceFilter · cited by 8121FilterPreorder · cited by 7952Preordernhds · cited by 5554nhdsFilter.Tendsto · cited by 3814Filter.TendstoFilter.Eventually · cited by 3134Filter.EventuallySet.Ioi · cited by 1463Set.IoiOrderTopology · cited by 1355OrderTopologySet.Iio · cited by 1166Set.Iionhds_eq_order · cited by 9nhds_eq_ordertendsto_orderCITED BYCITES

Cites10

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

Cited by60

Results whose statement or proof uses this declaration.