Theorems · Definition · order theory
GradeBoundedOrder.liftRight
{𝕆 : Type u_1} →
{α : Type u_3} →
{β : Type u_4} →
[inst : Preorder 𝕆] →
[inst_1 : Preorder α] →
[inst_2 : Preorder β] →
[GradeBoundedOrder 𝕆 β] →
(f : α → β) →
StrictMono f →
(∀ (a b : α), a ⋖ b → f a ⋖ f b) →
(∀ (a : α), IsMin a → IsMin (f a)) → (∀ (a : α), IsMax a → IsMax (f a)) → GradeBoundedOrder 𝕆 αLifts a graded order along a strictly monotone function.
- Defined in
- Mathlib.Order.Grade
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 8 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Preorderstatement and proof · cited by 7,952
- StrictMonostatement and proof · cited by 706
- IsMaxstatement and proof · cited by 372
- CovBystatement and proof · cited by 290
- IsMinstatement and proof · cited by 277
- GradeMinOrderproof · cited by 5
- GradeMaxOrderproof · cited by 4
- GradeMaxOrder.isMax_gradeproof · cited by 1
- GradeBoundedOrderstatement and proof · cited by 1
- GradeMaxOrder.liftRightproof · cited by 0
- GradeMinOrder.liftRightproof · cited by 0
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.