Theorems · Definition · order theory
PartialOrder.lift
{α : Type u_2} → {β : Type u_3} → [PartialOrder β] → (f : α → β) → Function.Injective f → PartialOrder αTransfer a PartialOrder on β to a PartialOrder on α using an injective
function f : α → β.
See also Function.Injective.partialOrder when only the proof fields need to be transferred.
See note [reducible non-instances].
- Defined in
- Mathlib.Order.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 13 from the axioms · uses propext
- Assumes
- PartialOrder
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.
- PartialOrderstatement and proof · cited by 6,410
- Function.Injective.partialOrderproof · cited by 0
Cited by3
Results whose statement or proof uses this declaration.
- specializationOrderproof · cited by 3
- compare_of_injective_eq_compareOfLessAndEqstatement · cited by 0
- PartialOrder.ofSetLikeproof · cited by 0