Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
affeldt-aist committed May 29, 2023
1 parent 04da952 commit a45a750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _CoqProject
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ theories/convex.v
theories/charge.v
theories/kernel.v
theories/prob_lang.v
theories/wip.v
theories/prob_lang_wip.v
theories/altreals/xfinmap.v
theories/altreals/discrete.v
theories/altreals/realseq.v
Expand Down
2 changes: 1 addition & 1 deletion theories/wip.v → theories/prob_lang_wip.v
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Let mgauss01_sigma_additive : semi_sigma_additive mgauss01.
Proof.
move=> /= F mF tF mUF.
rewrite /mgauss01/= integral_bigcup//=; last first.
split.
apply/integrableP; split.
apply/EFin_measurable_fun.
exact: measurable_funS (measurable_fun_gauss_density 0 1).
rewrite (_ : (fun x => _) = (EFin \o gauss01_density)); last first.
Expand Down

0 comments on commit a45a750

Please sign in to comment.