File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ Local Open Scope ring_scope.
291291
292292Lemma lerBr (x y : R) : (0 <= y -> x - y <= x)%R.
293293Proof .
294- by move=> x0; rewrite lerBlDl ler_addr .
294+ by move=> x0; rewrite -(subr0 x) ler_sub ?subr0 .
295295Qed .
296296
297297Lemma convex_powR p : 1 <= p ->
@@ -451,7 +451,7 @@ rewrite le_eqVlt => /orP [/eqP <-|p1].
451451 - by repeat apply: measurableT_comp => //; apply: measurable_funD.
452452 - apply: measurableT_comp => //.
453453 by apply: measurable_funD; apply: measurableT_comp.
454- - by move=> x _; rewrite lee_fin ler_normD .
454+ - by move=> x _; rewrite lee_fin ler_norm_add .
455455 by rewrite le_eqVlt ge0_integralD ?eqxx//; repeat apply: measurableT_comp => //.
456456have [->|Nfoo] := eqVneq 'N_p%:E[f] +oo.
457457 by rewrite addye ?leey// -ltNye (lt_le_trans _ (Lnorm_ge0 _ _ _)).
You can’t perform that action at this time.
0 commit comments