Skip to content
Snippets Groups Projects
Commit aa5b421d authored by François Clément's avatar François Clément
Browse files

Missed.

parent a31467a8
No related branches found
No related tags found
No related merge requests found
......@@ -391,7 +391,7 @@ Section BInt_to_LInt_p.
rewrite Raxioms.Rplus_0_l in Hn'.
simpl in Hn'; clear HN.
unfold minus.
rewrite BInt_sf_LInt_SFp.
rewrite BInt_sf_LInt_SF.
all : swap 1 2.
apply integrable_sf_plus.
apply isf.
......@@ -448,7 +448,7 @@ Section BInt_to_LInt_p.
replace (LInt_p μ (λ x : X, (sf n + ss)%sf x)) with
(Finite (BInt_sf μ (sf n + ss)%sf)).
easy.
rewrite Finite_BInt_sf_LInt_SFp.
rewrite Finite_BInt_sf_LInt_SF.
rewrite <-LInt_p_SFp_eq => //.
move => x /=.
rewrite Eqss.
......@@ -474,7 +474,7 @@ Section BInt_to_LInt_p.
replace (LInt_p μ (λ x : X, (ss)%sf x)) with
(Finite (BInt_sf μ (ss)%sf)).
easy.
rewrite Finite_BInt_sf_LInt_SFp.
rewrite Finite_BInt_sf_LInt_SF.
rewrite <-LInt_p_SFp_eq => //.
move => x.
rewrite Eqss /=.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment