Theorems · Theorem · general topology
Monotone.tendsto_nhdsGT
∀ {α : Type u_3} {β : Type u_4} [inst : LinearOrder α] [inst_1 : TopologicalSpace α] [OrderTopology α]
[inst_3 : ConditionallyCompleteLinearOrder β] [inst_4 : TopologicalSpace β] [OrderTopology β] {f : α → β},
Monotone f → ∀ (x : α), Filter.Tendsto f (nhdsWithin x (Set.Ioi x)) (nhds (sInf (f '' Set.Ioi x)))A monotone map has a limit to the right of any point x, equal to sInf (f '' (Ioi x)).
- Defined in
- Mathlib.Topology.Order.Monotone
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- TopologicalSpacestatement and proof · cited by 24,529
- LinearOrderstatement and proof · cited by 8,572
- Set.imagestatement · cited by 5,609
- nhdsstatement · cited by 5,554
- Filter.Tendstostatement · cited by 3,814
- nhdsWithinstatement · cited by 1,912
- Set.Ioistatement · cited by 1,463
- Monotonestatement and proof · cited by 1,397
- OrderTopologystatement and proof · cited by 1,355
- InfSet.sInfstatement · cited by 935
- ConditionallyCompleteLinearOrderstatement and proof · cited by 542
- Monotone.dualproof · cited by 39
Cited by3
Results whose statement or proof uses this declaration.
- Monotone.rightLim_eq_sInfproof · cited by 1
- Antitone.tendsto_nhdsGTproof · cited by 0