Theorems · Theorem · general topology
DenseRange.exists_seq_strictMono_tendsto_of_lt
∀ {α : Type u_1} [inst : TopologicalSpace α] [inst_1 : LinearOrder α] [OrderTopology α] {β : Type u_3}
[inst_3 : LinearOrder β] [DenselyOrdered α] [FirstCountableTopology α] {f : β → α} {x y : α},
DenseRange f →
Monotone f →
y < x → ∃ u, StrictMono u ∧ (∀ (n : ℕ), f (u n) ∈ Set.Ioo y x) ∧ Filter.Tendsto (f ∘ u) Filter.atTop (nhds x)- Defined in
- Mathlib.Topology.Order.IsLUB
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- LinearOrderstatement and proof · cited by 8,572
- nhdsstatement and proof · cited by 5,554
- Set.rangeproof · cited by 4,705
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.atTopstatement and proof · cited by 2,405
- Monotonestatement and proof · cited by 1,397
- OrderTopologystatement and proof · cited by 1,355
- Set.Ioostatement and proof · cited by 1,214
- StrictMonostatement and proof · cited by 706
- DenselyOrderedstatement and proof · cited by 471
Cited by1
Results whose statement or proof uses this declaration.
- DenseRange.exists_seq_strictAnti_tendsto_of_ltproof · cited by 0