11Require Import String.
22From HB Require Import structures.
33From mathcomp Require Import all_ssreflect ssralg ssrnum ssrint interval.
4- From mathcomp.classical Require Import mathcomp_extra boolp classical_sets.
5- From mathcomp.classical Require Import functions cardinality fsbigop.
4+ From mathcomp Require Import mathcomp_extra boolp classical_sets.
5+ From mathcomp Require Import functions cardinality fsbigop.
66Require Import signed reals ereal topology normedtype sequences esum measure.
77Require Import lebesgue_measure numfun lebesgue_integral kernel prob_lang.
88Require Import lang_syntax_util.
@@ -89,7 +89,7 @@ Proof. done. Qed.
8989Let mswap_sigma_additive x : semi_sigma_additive (mswap x).
9090Proof . exact: measure_semi_sigma_additive. Qed .
9191
92- HB.instance Definition _ x := isMeasure.Build _ R _
92+ HB.instance Definition _ x := isMeasure.Build _ _ R
9393 (mswap x) (mswap0 x) (mswap_ge0 x) (@mswap_sigma_additive x).
9494
9595Definition mkswap : _ -> {measure set Z -> \bar R} :=
@@ -185,7 +185,7 @@ Let T0 z : (T' z) set0 = 0. Proof. by []. Qed.
185185Let T_ge0 z x : 0 <= (T' z) x. Proof . by []. Qed .
186186Let T_semi_sigma_additive z : semi_sigma_additive (T' z).
187187Proof . exact: measure_semi_sigma_additive. Qed .
188- HB.instance Definition _ z := @isMeasure.Build _ R X (T' z) (T0 z) (T_ge0 z)
188+ HB.instance Definition _ z := @isMeasure.Build _ X R (T' z) (T0 z) (T_ge0 z)
189189 (@T_semi_sigma_additive z).
190190
191191Let sfinT z : sfinite_measure (T' z). Proof . exact: sfinite_kernel_measure. Qed .
@@ -197,7 +197,7 @@ Let U0 z : (U' z) set0 = 0. Proof. by []. Qed.
197197Let U_ge0 z x : 0 <= (U' z) x. Proof . by []. Qed .
198198Let U_semi_sigma_additive z : semi_sigma_additive (U' z).
199199Proof . exact: measure_semi_sigma_additive. Qed .
200- HB.instance Definition _ z := @isMeasure.Build _ R Y (U' z) (U0 z) (U_ge0 z)
200+ HB.instance Definition _ z := @isMeasure.Build _ Y R (U' z) (U0 z) (U_ge0 z)
201201 (@U_semi_sigma_additive z).
202202
203203Let sfinU z : sfinite_measure (U' z). Proof . exact: sfinite_kernel_measure. Qed .
0 commit comments