Theorems · Theorem · order theory
surjOn_Ioo_of_monotone_surjective
∀ {α : Type u_1} {β : Type u_2} [inst : LinearOrder α] [inst_1 : PartialOrder β] {f : α → β},
Monotone f → Function.Surjective f → ∀ (a b : α), Set.SurjOn f (Set.Ioo a b) (Set.Ioo (f a) (f b))- Defined in
- Mathlib.Order.Interval.Set.SurjOn
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- LinearOrderPartialOrder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- LinearOrderstatement and proof · cited by 8,572
- PartialOrderstatement and proof · cited by 6,410
- Monotonestatement and proof · cited by 1,397
- Set.Ioostatement and proof · cited by 1,214
- LT.lt.not_geproof · cited by 305
- Set.SurjOnstatement · cited by 186
- Set.mem_Iooproof · cited by 29
- Monotone.reflect_ltproof · cited by 14
Cited by2
Results whose statement or proof uses this declaration.
- surjOn_Ico_of_monotone_surjectiveproof · cited by 1
- surjOn_Icc_of_monotone_surjectiveproof · cited by 0