Skip to content

Commit

Permalink
Fixes compatibility with SSReflect 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoheinzollern committed Oct 3, 2023
1 parent 5211206 commit 2a88a17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theories/hoelder.v
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ Local Open Scope ring_scope.

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

Lemma convex_powR p : 1 <= p ->
Expand Down Expand Up @@ -451,7 +451,7 @@ rewrite le_eqVlt => /orP [/eqP <-|p1].
- by repeat apply: measurableT_comp => //; apply: measurable_funD.
- apply: measurableT_comp => //.
by apply: measurable_funD; apply: measurableT_comp.
- by move=> x _; rewrite lee_fin ler_normD.
- by move=> x _; rewrite lee_fin ler_norm_add.
by rewrite le_eqVlt ge0_integralD ?eqxx//; repeat apply: measurableT_comp => //.
have [->|Nfoo] := eqVneq 'N_p%:E[f] +oo.
by rewrite addye ?leey// -ltNye (lt_le_trans _ (Lnorm_ge0 _ _ _)).
Expand Down

0 comments on commit 2a88a17

Please sign in to comment.