mathlib documentation

order.category.omega_complete_partial_order

Category of types with a omega complete partial order

In this file, we bundle the class omega_complete_partial_order into a concrete category and prove that continuous functions also form a omega_complete_partial_order.

Main definitions

def ωCPO  :
Type (u_1+1)

The category of types with a omega complete partial order.

Equations
def ωCPO.of (α : Type u_1) [omega_complete_partial_order α] :

Construct a bundled ωCPO from the underlying type and typeclass.

Equations