Mathlib Map

Theorems · Theorem · order theory

StrictMono.le_iff_le

∀ {α : Type u} {β : Type v} [inst : LinearOrder α] [inst_1 : Preorder β] {f : α → β},
  StrictMono f → ∀ {a b : α}, f a ≤ f b ↔ a ≤ b
Defined in
Mathlib.Order.Monotone.Basic
Cited by
104 results in Mathlib
Foundations
Depth 13 from the axioms, rests on 38 definitions · uses no axioms
Assumes
LinearOrderPreorder

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites6

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by106

Results whose statement or proof uses this declaration.