Theorems · Definition · order theory
RelHom.toOrderHom
{α : Type u_2} →
{β : Type u_3} →
[inst : PartialOrder α] → [inst_1 : Preorder β] → ((fun x1 x2 => x1 < x2) →r fun x1 x2 => x1 < x2) → α →o βA bundled expression of the fact that a map between partial orders that is strictly monotone is weakly monotone.
- Defined in
- Mathlib.Order.Hom.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- PartialOrderPreorder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Preorderstatement and proof · cited by 7,952
- PartialOrderstatement and proof · cited by 6,410
- OrderHomstatement · cited by 934
- RelHomstatement and proof · cited by 49
Cited by3
Results whose statement or proof uses this declaration.
- wellFoundedGT_iff_monotone_chain_condition'proof · cited by 3
- RelHom.toOrderHom_coestatement and proof · cited by 0
- RelEmbedding.toOrderHom_injectivestatement and proof · cited by 0