Theorems · Theorem · general topology
ContinuousOn.strictMonoOn_of_injOn_Ioo
∀ {α : Type u} [inst : TopologicalSpace α] [inst_1 : ConditionallyCompleteLinearOrder α] [OrderTopology α]
[DenselyOrdered α] {δ : Type u_1} [inst_4 : LinearOrder δ] [inst_5 : TopologicalSpace δ] [OrderClosedTopology δ]
{a b : α} {f : α → δ},
a < b →
ContinuousOn f (Set.Ioo a b) →
Set.InjOn f (Set.Ioo a b) → StrictMonoOn f (Set.Ioo a b) ∨ StrictAntiOn f (Set.Ioo a b)Every continuous injective f : (a, b) → δ is strictly monotone
or antitone (increasing or decreasing).
- Defined in
- Mathlib.Topology.Order.IntermediateValue
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 95 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.
- TopologicalSpacestatement and proof · cited by 24,529
- LinearOrderstatement and proof · cited by 8,572
- Set.Elemproof · cited by 7,166
- ContinuousOnstatement and proof · cited by 1,411
- OrderTopologystatement and proof · cited by 1,355
- Set.Ioostatement and proof · cited by 1,214
- StrictMonoproof · cited by 706
- Set.InjOnstatement and proof · cited by 543
- ConditionallyCompleteLinearOrderstatement and proof · cited by 542
- DenselyOrderedstatement and proof · cited by 471
- OrderClosedTopologystatement and proof · cited by 445
- Set.domRestrictproof · cited by 383
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.