Theorems · Theorem · general topology
MonotoneOn.map_sSup_of_continuousWithinAt
∀ {α : Type u_1} {β : Type u_2} [inst : CompleteLinearOrder α] [inst_1 : TopologicalSpace α] [OrderTopology α]
[inst_3 : CompleteLinearOrder β] [inst_4 : TopologicalSpace β] [OrderClosedTopology β] {f : α → β} {s : Set α},
ContinuousWithinAt f s (sSup s) → MonotoneOn f s → f ⊥ = ⊥ → f (sSup s) = sSup (f '' s)A monotone function f sending bot to bot and continuous at the supremum of a set sends
this supremum to the supremum of the image of this set.
- Defined in
- Mathlib.Topology.Order.Monotone
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- Set.imagestatement and proof · cited by 5,609
- Bot.botstatement and proof · cited by 4,720
- Set.Nonemptyproof · cited by 2,627
- OrderTopologystatement and proof · cited by 1,355
- SupSet.sSupstatement and proof · cited by 954
- ContinuousWithinAtstatement and proof · cited by 512
- OrderClosedTopologystatement and proof · cited by 445
- MonotoneOnstatement and proof · cited by 311
- Set.eq_empty_or_nonemptyproof · cited by 248
- CompleteLinearOrderstatement and proof · cited by 126
Cited by3
Results whose statement or proof uses this declaration.
- Monotone.map_sSup_of_continuousAtproof · cited by 3
- MonotoneOn.map_sInf_of_continuousWithinAtproof · cited by 1
- AntitoneOn.map_sSup_of_continuousWithinAtproof · cited by 0