Theorems · Theorem · general topology
tendsto_of_no_upcrossings
∀ {α : Type u_2} {β : Type u_3} [inst : ConditionallyCompleteLinearOrder α] [inst_1 : TopologicalSpace α]
[OrderTopology α] [DenselyOrdered α] {f : Filter β} {u : β → α} {s : Set α},
Dense s →
(∀ a ∈ s, ∀ b ∈ s, a < b → ¬((∃ᶠ (n : β) in f, u n < a) ∧ ∃ᶠ (n : β) in f, b < u n)) →
autoParam (Filter.IsBoundedUnder (fun x1 x2 => x1 ≤ x2) f u) tendsto_of_no_upcrossings._auto_1 →
autoParam (Filter.IsBoundedUnder (fun x1 x2 => x1 ≥ x2) f u) tendsto_of_no_upcrossings._auto_3 →
∃ c, Filter.Tendsto u f (nhds c)Assume that, for any a < b, a sequence cannot be infinitely many times below a and
above b. If it is also ultimately bounded above and below, then it has to converge. This even
works if a and b are restricted to a dense subset.
- Defined in
- Mathlib.Topology.Order.LiminfLimsup
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 76 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites28
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Filterstatement and proof · cited by 8,121
- nhdsstatement · cited by 5,554
- Bot.botproof · cited by 4,720
- Filter.Tendstostatement · cited by 3,814
- le_rflproof · cited by 1,558
- OrderTopologystatement and proof · cited by 1,355
- Set.Iooproof · cited by 1,214
- InfSet.sInfproof · cited by 935
- Filter.NeBotproof · cited by 853
- ConditionallyCompleteLinearOrderstatement and proof · cited by 542
Cited by2
Results whose statement or proof uses this declaration.
- VitaliFamily.ae_tendsto_divproof · cited by 2
- MeasureTheory.tendsto_of_uncrossing_lt_topproof · cited by 1