Theorems · Definition · order theory
IsOrderRightAdjoint
{α : Type u_1} → {β : Type u_2} → [Preorder α] → [Preorder β] → (α → β) → (β → α) → PropWe say that g : β → α is an order right adjoint function for f : α → β if it sends each y
to a least upper bound for {x | f x ≤ y}. If α is a partial order, and f : α → β has
a right adjoint, then this right adjoint is unique.
- Defined in
- Mathlib.Order.SemiconjSup
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 7 from the axioms · uses no axioms
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.
- Preorderstatement and proof · cited by 7,952
- Set.ofPredproof · cited by 6,101
- IsLUBproof · cited by 280
Cited by7
Results whose statement or proof uses this declaration.
- isOrderRightAdjoint_sSupstatement · cited by 0
- Function.Semiconj.symm_adjointstatement and proof · cited by 0
- isOrderRightAdjoint_csSupstatement · cited by 0
- IsOrderRightAdjoint.comp_orderIsostatement and proof · cited by 0
- IsOrderRightAdjoint.orderIso_compstatement and proof · cited by 0
- IsOrderRightAdjoint.right_monostatement and proof · cited by 0
- IsOrderRightAdjoint.uniquestatement and proof · cited by 0