Theorems · Definition · order theory
RelEmbedding.ofMonotone
{α : Type u_1} →
{β : Type u_2} →
{r : α → α → Prop} →
{s : β → β → Prop} →
[Std.Trichotomous r] → [Std.Asymm s] → (f : α → β) → (∀ (a b : α), r a b → s (f a) (f b)) → r ↪r sIt suffices to prove f is monotone between strict relations
to show it is a relation embedding.
- Defined in
- Mathlib.Order.RelIso.Basic
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 14 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Std.TrichotomousStd.Asymm
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites1
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- RelEmbeddingstatement · cited by 281
Cited by9
Results whose statement or proof uses this declaration.
- Ordinal.typeinproof · cited by 60
- Ordinal.liftInitialSegproof · cited by 8
- Ordinal.exists_ord_cof_eqproof · cited by 5
- RelEmbedding.natLTproof · cited by 4
- RelEmbedding.collapseproof · cited by 2
- wellQuasiOrderedLE_iffproof · cited by 1
- RelEmbedding.ofMonotone_coestatement · cited by 0
- Order.type_eq_of_isCofinalproof · cited by 0
- RelEmbedding.ofMonotone.congr_simpstatement and proof · cited by 0