Theorems · Theorem · general topology
StrictMonoOn.continuousWithinAt_right_of_surjOn
∀ {α : Type u_1} {β : Type u_2} [inst : LinearOrder α] [inst_1 : TopologicalSpace α] [OrderTopology α]
[inst_3 : LinearOrder β] [inst_4 : TopologicalSpace β] [OrderTopology β] {f : α → β} {s : Set α} {a : α},
StrictMonoOn f s → s ∈ nhdsWithin a (Set.Ici a) → Set.SurjOn f s (Set.Ioi (f a)) → ContinuousWithinAt f (Set.Ici a) aIf a function f is strictly monotone on a right neighborhood of a and the image of this
neighborhood under f includes Ioi (f a), then f is continuous at a from the right.
- Cited by
- 1 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.
Cites15
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
- Filterstatement · cited by 8,121
- Set.imageproof · cited by 5,609
- nhdsWithinstatement and proof · cited by 1,912
- Set.Ioistatement and proof · cited by 1,463
- OrderTopologystatement and proof · cited by 1,355
- Set.Icistatement and proof · cited by 1,070
- Set.Iocproof · cited by 971
- Eq.leproof · cited by 605
- ContinuousWithinAtstatement · cited by 512
Cited by1
Results whose statement or proof uses this declaration.
- StrictMonoOn.continuousWithinAt_left_of_surjOnproof · cited by 0