Theorems · Theorem · order theory
Monotone.imp
∀ {α : Type u} {β : Type v} [inst : Preorder α] [inst_1 : Preorder β] {f : α → β} {a b : α},
Monotone f → a ≤ b → f a ≤ f b- Defined in
- Mathlib.Order.Monotone.Defs
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 3 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
Cited by3
Results whose statement or proof uses this declaration.
- Monotone.monotoneOnproof · cited by 43
- Nat.cast_add_one_posproof · cited by 18
- StrictMono.prodMapproof · cited by 0