Order continuity #
We say that a function is left order continuous if it sends all least upper bounds to least upper bounds. The order dual notion is called right order continuity.
For monotone functions ℝ → ℝ these notions correspond to the usual left and right continuity.
We prove some basic lemmas (map_sup, map_sSup etc) and prove that a RelIso is both left
and right order continuous.
Definitions #
Alias of LeftOrdContinuous.dual.
Alias of RightOrdContinuous.dual.
Convert an injective left order continuous function to an order embedding.
Equations
- LeftOrdContinuous.toOrderEmbedding f hf h = { toFun := f, inj' := h, map_rel_iff' := ⋯ }
Instances For
Convert an injective right order continuous function to an order embedding.
Equations
- RightOrdContinuous.toOrderEmbedding f hf h = { toFun := f, inj' := h, map_rel_iff' := ⋯ }
Instances For
A left adjoint in a Galois connection is left-continuous in the order-theoretic sense.
A right adjoint in a Galois connection is right-continuous in the order-theoretic sense.