Exponentials for Ο-quasi-borel spaces #
This file defines the function space OmegaHom X Y (written X βΟπ Y) of
Scott-continuous QBS morphisms. It proves that this space is itself an ΟQBS.
the type of the Exponential Object: Functions that are both Scott-Continuous and Measurable (QBS Morphisms)
Instances For
the type of the Exponential Object: Functions that are both Scott-Continuous and Measurable (QBS Morphisms)
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- QuasiBorelSpaces.OmegaHom.instFunLike = { coe := fun (f : X βΟπ Y) => ββf, coe_injective' := β― }
the ΟCPO structure on the exponential is the pointwise order
Equations
- QuasiBorelSpaces.OmegaHom.instOmegaCompletePartialOrder = OmegaCompletePartialOrder.subtype (fun (f : X βπ Y) => QuasiBorelSpace.IsHom βf) β―
the QBS structure on the exponential (the standard Function Space definition)
Equations
- QuasiBorelSpaces.OmegaHom.instQuasiBorelSpace = { IsVar := fun (Ο : β β X βΟπ Y) => QuasiBorelSpace.IsHom fun (x : β Γ X) => (Ο x.1) x.2, isVar_const := β―, isVar_comp := β―, isVar_cases' := β― }
uncurried random variables correspond to morphisms
OmegaQuasiBorelSpace Instance #
the exponential object is an ΟQBS, we must show that the Ο-supremum operation is measurable
Equations
- One or more equations did not get rendered due to their size.
Currying Operations #
currying map: (Z Γ X β Y) β (Z β (X β Y))
constructed using explicit ContinuousHom records to match fields monotone' and map_ΟSup'.
Equations
Instances For
uncurrying map: (Z β (X β Y)) β (Z Γ X β Y)