We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04da952 commit a45a750Copy full SHA for a45a750
_CoqProject
@@ -44,7 +44,7 @@ theories/convex.v
44
theories/charge.v
45
theories/kernel.v
46
theories/prob_lang.v
47
-theories/wip.v
+theories/prob_lang_wip.v
48
theories/altreals/xfinmap.v
49
theories/altreals/discrete.v
50
theories/altreals/realseq.v
theories/wip.v renamed to theories/prob_lang_wip.v
@@ -75,7 +75,7 @@ Let mgauss01_sigma_additive : semi_sigma_additive mgauss01.
75
Proof.
76
move=> /= F mF tF mUF.
77
rewrite /mgauss01/= integral_bigcup//=; last first.
78
- split.
+ apply/integrableP; split.
79
apply/EFin_measurable_fun.
80
exact: measurable_funS (measurable_fun_gauss_density 0 1).
81
rewrite (_ : (fun x => _) = (EFin \o gauss01_density)); last first.
0 commit comments