Theorems · Definition · order theory
Function.Injective.partialOrder
{α : Type u_2} →
{β : Type u_3} →
[inst : PartialOrder β] →
[inst_1 : LE α] →
[inst_2 : LT α] →
(f : α → β) →
Function.Injective f → (∀ {x y : α}, f x ≤ f y ↔ x ≤ y) → (∀ {x y : α}, f x < f y ↔ x < y) → PartialOrder αPull back a PartialOrder instance along an injective function.
See note [reducible non-instances].
- Defined in
- Mathlib.Order.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 12 from the axioms · uses propext
- Assumes
- PartialOrderLELT
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Preorderproof · cited by 7,952
- PartialOrderstatement and proof · cited by 6,410
- Function.Injective.preorderproof · cited by 0
Cited by5
Results whose statement or proof uses this declaration.
- PartialOrder.liftproof · cited by 1
- Function.Injective.linearOrderproof · cited by 0
- Equiv.partialOrderproof · cited by 0
- Function.Injective.semilatticeInfproof · cited by 0
- Function.Injective.semilatticeSupproof · cited by 0