Theorems · Theorem · general topology
Real.isLUB_of_tendsto_monotone_bddAbove
∀ {ι : Type u_1} [inst : Preorder ι] [Nonempty ι] [IsDirected ι fun x1 x2 => x1 ≤ x2] {f : ι → ℝ} {x : ℝ},
Filter.Tendsto f Filter.atTop (nhds x) → Monotone f → BddAbove (Set.range f) → IsLUB (Set.range f) xThe limit of a monotone, bounded above function f : ι → ℝ is a least upper bound
of the function.
- Defined in
- Mathlib.Topology.Instances.Real.Lemmas
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 153 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- PreorderNonemptyIsDirected
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- Preorderstatement and proof · cited by 7,952
- nhdsstatement and proof · cited by 5,554
- Set.rangestatement and proof · 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
- BddAbovestatement and proof · cited by 620
- IsLUBstatement and proof · cited by 280
- tendsto_nhds_uniqueproof · cited by 118
- IsDirectedstatement and proof · cited by 16
- tendsto_atTop_ciSupproof · cited by 13
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.