Skip to content

Commit 2a88a17

Browse files
committed
Fixes compatibility with SSReflect 1.16.0
1 parent 5211206 commit 2a88a17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

theories/hoelder.v

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ Local Open Scope ring_scope.
291291

292292
Lemma lerBr (x y : R) : (0 <= y -> x - y <= x)%R.
293293
Proof.
294-
by move=> x0; rewrite lerBlDl ler_addr.
294+
by move=> x0; rewrite -(subr0 x) ler_sub ?subr0.
295295
Qed.
296296

297297
Lemma 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 => //.
456456
have [->|Nfoo] := eqVneq 'N_p%:E[f] +oo.
457457
by rewrite addye ?leey// -ltNye (lt_le_trans _ (Lnorm_ge0 _ _ _)).

0 commit comments

Comments
 (0)