Theorems · Theorem · general topology
continuousWithinAt_right_of_monotoneOn_of_closure_image_mem_nhdsWithin
∀ {α : Type u_1} {β : Type u_2} [inst : LinearOrder α] [inst_1 : TopologicalSpace α] [OrderTopology α]
[inst_3 : LinearOrder β] [inst_4 : TopologicalSpace β] [OrderTopology β] [DenselyOrdered β] {f : α → β} {s : Set α}
{a : α},
MonotoneOn f s →
s ∈ nhdsWithin a (Set.Ici a) →
closure (f '' s) ∈ nhdsWithin (f a) (Set.Ici (f a)) → ContinuousWithinAt f (Set.Ici a) aIf a function f with a densely ordered codomain is monotone on a right neighborhood of a and
the closure of the image of this neighborhood under f is a right neighborhood of f a, then f
is continuous at a from the right.
- Cited by
- 4 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.
Cites22
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.imagestatement and proof · cited by 5,609
- LT.lt.leproof · cited by 2,189
- nhdsWithinstatement and proof · cited by 1,912
- OrderTopologystatement and proof · cited by 1,355
- closurestatement and proof · cited by 1,254
- Set.Iooproof · cited by 1,214
- Set.Icistatement and proof · cited by 1,070
- Set.Iocproof · cited by 971
Cited by4
Results whose statement or proof uses this declaration.
- StrictMonoOn.continuousWithinAt_right_of_closure_image_mem_nhdsWithinproof · cited by 3
- continuousAt_of_monotoneOn_of_closure_image_mem_nhdsproof · cited by 2
- continuousWithinAt_left_of_monotoneOn_of_closure_image_mem_nhdsWithinproof · cited by 2
- continuousWithinAt_right_of_monotoneOn_of_image_mem_nhdsWithinproof · cited by 0