Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
affeldt-aist committed Sep 27, 2023
1 parent ca70a30 commit 85c5795
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG_UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
+ lemma `ge0_integral_count`

- in `mathcomp_extra.v`:
+ lemma `lerBr`
+ lemma `gerBl`

### Changed

Expand Down
2 changes: 1 addition & 1 deletion classical/mathcomp_extra.v
Original file line number Diff line number Diff line change
Expand Up @@ -1440,5 +1440,5 @@ End bigmax_seq.
Arguments le_bigmax_seq {d T} x {I r} i0 P.

(* NB: PR 1079 to MathComp in progress *)
Lemma lerBr {R : numDomainType} (x y : R) : 0 <= y -> x - y <= x.
Lemma gerBl {R : numDomainType} (x y : R) : 0 <= y -> x - y <= x.
Proof. by move=> y0; rewrite ler_subl_addl ler_addr. Qed.

0 comments on commit 85c5795

Please sign in to comment.