Theorems · Theorem · general topology
IsLUB.exists_seq_monotone_tendsto
∀ {α : Type u_1} [inst : TopologicalSpace α] [inst_1 : LinearOrder α] [OrderTopology α] {t : Set α} {x : α}
[(nhds x).IsCountablyGenerated],
IsLUB t x →
t.Nonempty → ∃ u, Monotone u ∧ (∀ (n : ℕ), u n ≤ x) ∧ Filter.Tendsto u Filter.atTop (nhds x) ∧ ∀ (n : ℕ), u n ∈ t- Defined in
- Mathlib.Topology.Order.IsLUB
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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
- LinearOrderstatement and proof · cited by 8,572
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- Set.Nonemptystatement and proof · cited by 2,627
- Filter.atTopstatement and proof · cited by 2,405
- LT.lt.leproof · cited by 2,189
- le_rflproof · cited by 1,558
- Monotonestatement · cited by 1,397
- OrderTopologystatement and proof · cited by 1,355
- StrictMonoproof · cited by 706
Cited by3
Results whose statement or proof uses this declaration.
- exists_seq_tendsto_sSupproof · cited by 2
- MeasureTheory.IsStoppingTime.measurableSet_lt_of_isLUBproof · cited by 1
- IsGLB.exists_seq_antitone_tendstoproof · cited by 1