Theorems · Theorem · order theory
surjOn_Ico_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.Ico a b) (Set.Ico (f a) (f b))- Defined in
- Mathlib.Order.Interval.Set.SurjOn
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 25 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.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · cited by 53,352
- LinearOrderstatement and proof · cited by 8,572
- PartialOrderstatement and proof · cited by 6,410
- Monotonestatement and proof · cited by 1,397
- Set.Iooproof · cited by 1,214
- Set.Icostatement and proof · cited by 799
- Set.mem_image_of_memproof · cited by 371
- Set.image_monoproof · cited by 197
- LE.le.not_gtproof · cited by 189
- Set.SurjOnstatement and proof · cited by 186
- lt_or_geproof · cited by 182
- Set.Ioo_subset_Ico_selfproof · cited by 29
Cited by1
Results whose statement or proof uses this declaration.
- surjOn_Ioc_of_monotone_surjectiveproof · cited by 0