Skip to content

Commit

Permalink
minor change for MathComp CI
Browse files Browse the repository at this point in the history
  • Loading branch information
affeldt-aist authored and proux01 committed Sep 7, 2023
1 parent 3aa7343 commit 9e63268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/lebesgue_integral.v
Original file line number Diff line number Diff line change
Expand Up @@ -1356,7 +1356,7 @@ have [fxn|fxn] := ltP (f x) n%:R%:E.
by rewrite /A /= k2n inE; split => //=; rewrite inE/=; exists r.
rewrite xAn1k mulr1 big1 ?addr0; last first.
by move=> i ik2n; rewrite (disj_A0 (Ordinal k2n)) // mulr0.
rewrite -(natr1 _ k.*2) mulrDl exprS -mul2n natrM -mulf_div divrr ?unitfE//.
rewrite -(@natr1 _ k.*2) mulrDl exprS -mul2n natrM -mulf_div divrr ?unitfE//.
by rewrite !mul1r ler_addl.
have /orP[{}fxn|{}fxn] :
((n%:R%:E <= f x < n.+1%:R%:E) || (n.+1%:R%:E <= f x))%E.
Expand Down

0 comments on commit 9e63268

Please sign in to comment.