Theorems · Theorem · general topology
continuousAt_of_monotoneOn_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 : α},
MonotoneOn f s →
s ∈ nhds a →
(∀ b < f a, ∃ c ∈ s, f c ∈ Set.Ioo b (f a)) → (∀ b > f a, ∃ c ∈ s, f c ∈ Set.Ioo (f a) b) → ContinuousAt f aIf f is a monotone function on a neighborhood of a and the image of this neighborhood under
f meets every interval (b, f a), b < f a, and every interval (f a, b), b > f a, then f
is continuous at a.
- Cited by
- 0 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.
- 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
- nhdsstatement and proof · cited by 5,554
- OrderTopologystatement and proof · cited by 1,355
- Set.Ioostatement and proof · cited by 1,214
- ContinuousAtstatement · cited by 697
- MonotoneOnstatement and proof · cited by 311
- mem_nhdsWithin_of_mem_nhdsproof · cited by 50
- continuousAt_iff_continuous_left_rightproof · cited by 6
- continuousWithinAt_right_of_monotoneOn_of_exists_betweenproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.