Mathlib Map

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.

Cited by1

Results whose statement or proof uses this declaration.