Skip to content

Commit 1a34645

Browse files
committed
fix
1 parent b0276f9 commit 1a34645

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_CoqProject

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ theories/convex.v
4444
theories/charge.v
4545
theories/kernel.v
4646
theories/prob_lang.v
47-
theories/wip.v
47+
theories/prob_lang_wip.v
4848
theories/altreals/xfinmap.v
4949
theories/altreals/discrete.v
5050
theories/altreals/realseq.v

theories/wip.v renamed to theories/prob_lang_wip.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Let mgauss01_sigma_additive : semi_sigma_additive mgauss01.
7575
Proof.
7676
move=> /= F mF tF mUF.
7777
rewrite /mgauss01/= integral_bigcup//=; last first.
78-
split.
78+
apply/integrableP; split.
7979
apply/EFin_measurable_fun.
8080
exact: measurable_funS (measurable_fun_gauss_density 0 1).
8181
rewrite (_ : (fun x => _) = (EFin \o gauss01_density)); last first.

0 commit comments

Comments
 (0)