Add numZmodType#1520
Conversation
c38784b to
d15d5e2
Compare
proux01
left a comment
There was a problem hiding this comment.
Will also need changelog (quite some work) but otherwise seems essentially ready.
| (* TODO: should work for semiring *) | ||
| (* Lemma real1 : 1%R \is @real R. Proof. exact: rpred1. Qed. *) | ||
| (* Lemma realn n : n%:R \is @real R. Proof. exact: rpred_nat. Qed. *) | ||
| (* #[local] Hint Resolve real0 real1 : core. *) |
There was a problem hiding this comment.
Maybe we should open an issue about that to remember to handle it in a future PR?
|
Infotheo failure is unrelated, c.f., math-comp/analysis#1822 (comment) |
Only lemmas `addr_gt0`, `mulrn_lgt0`, `pmulrIn` and `lteif_oppE` are added, everything else is just moved from one section to another.
Only lemmas `zmod_leP`, `zmod_ltP`, `zmod_ltgtP`, `zmod_ge0P`, `zmod_le0P` and `zmod_ltgt0P` are added, everything else is just moved from one section to another.
|
@CohenCyril CI "green". I can't approve because I'm technically the one who opened the PR but in practice, it is your code that I just extracted from #1338 , split in commits and reviewed. So if you trust my review, you can technically approve your code on my behalf and merge. |
TODO: ensure #1513 (comment) is addressed(done)Minimal TODO list
doc/changelog/make-entry.shSee this Checklist for details.
Automatic note to reviewers
Read this Checklist.