Theorems · Theorem · general topology
StrictMonoOn.continuousWithinAt_right_of_exists_between
∀ {α : 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) → (∀ b > f a, ∃ c ∈ s, f c ∈ Set.Ioc (f a) b) → ContinuousWithinAt f (Set.Ici a) aIf f is a function strictly monotone on a right neighborhood of a and the
image of this neighborhood under f meets every interval (f a, b], b > f a, then f is
continuous at a from the right.
The assumption hfs : ∀ b > f a, ∃ c ∈ s, f c ∈ Ioc (f a) b is required because otherwise the
function f : ℝ → ℝ given by f x = if x ≤ 0 then x else x + 1 would be a counter-example at
a = 0.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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
- nhdsWithinstatement and proof · cited by 1,912
- Filter.univ_mem'proof · cited by 1,672
- Filter.mp_memproof · cited by 1,537
- OrderTopologystatement and proof · cited by 1,355
- Set.Icistatement and proof · cited by 1,070
- Set.Iocstatement and proof · cited by 971
- Set.Icoproof · cited by 799
- LT.lt.trans_leproof · cited by 678
Cited by3
Results whose statement or proof uses this declaration.
- StrictMonoOn.continuousWithinAt_left_of_exists_betweenproof · cited by 1
- StrictMonoOn.continuousWithinAt_right_of_surjOnproof · cited by 1
- StrictMonoOn.continuousAt_of_exists_betweenproof · cited by 0