Mathlib Map

Theorems · Theorem · general topology

le_of_tendsto_of_tendsto

∀ {α : Type u} {β : Type v} [inst : TopologicalSpace α] [inst_1 : Preorder α] [t : OrderClosedTopology α] {f g : β → α}
  {b : Filter β} {a₁ a₂ : α} [hb : b.NeBot],
  Filter.Tendsto f b (nhds a₁) → Filter.Tendsto g b (nhds a₂) → f ≤ᶠ[b] g → a₁ ≤ a₂
Defined in
Mathlib.Topology.Order.OrderClosed
Cited by
13 results in Mathlib
Foundations
Depth 72 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpacePreorderOrderClosedTopologyFilter.NeBot

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

le_of_tendsto_of_tendsto' · cited by 19le_of_tendsto_of_tendsto'ApproximatesLinearOn.norm_fderiv_sub_le · cited by 3ApproximatesLinearOn.norm…MeasureTheory.OuterMeasure.mkMetric_mono_smul · cited by 2OuterMeasure.mkMetric_mon…MeasureTheory.SignedMeasure.exists_compl_positive_negative · cited by 2SignedMeasure.exists_comp…ProbabilityTheory.tsum_prob_mem_Ioi_lt_top · cited by 1ProbabilityTheory.tsum_pr…IsFoelner.mean_smul_eq_mean_smul · cited by 1IsFoelner.mean_smul_eq_me…tendsto_le_of_eventuallyLE · cited by 1tendsto_le_of_eventuallyLEAntitoneOn.integral_le_tsum_comp_add · cited by 1AntitoneOn.integral_le_ts…IsAddFoelner.mean_vadd_eq_mean_vadd · cited by 1IsAddFoelner.mean_vadd_eq…exists_closed_cover_approximatesLinearOn_of_hasFDerivWithinAt · cited by 1exists_closed_cover_appro…Asymptotics.isLittleO_principal · cited by 0Asymptotics.isLittleO_pri…Rat.AbsoluteValue.le_pow_log · cited by 0AbsoluteValue.le_pow_logRat.AbsoluteValue.one_lt_of_not_bounded · cited by 0AbsoluteValue.one_lt_of_n…TopologicalSpace · cited by 24529TopologicalSpaceFilter · cited by 8121FilterPreorder · cited by 7952Preordernhds · cited by 5554nhdsFilter.Tendsto · cited by 3814Filter.TendstoFilter.NeBot · cited by 853Filter.NeBotOrderClosedTopology · cited by 445OrderClosedTopologyFilter.EventuallyLE · cited by 383Filter.EventuallyLEFilter.Eventually.frequently · cited by 44Eventually.frequentlyle_of_tendsto_of_tendsto_of_frequently · cited by 2le_of_tendsto_of_tendsto_…le_of_tendsto_of_tendstoCITED BYCITES

Cites10

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

Cited by13

Results whose statement or proof uses this declaration.