Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor change for MathComp CI #1019

Merged
merged 1 commit into from
Sep 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading