We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fec5a76 commit fdb8f99Copy full SHA for fdb8f99
1 file changed
theories/showcase/pnt.v
@@ -190,8 +190,7 @@ have: finset.trivIset (Parts i).
190
move=> /andP [] _ /[dup] + /xiN -> /andP [] + /xiN -> x1eqx2.
191
rewrite -x1eqx2 => /(leq_trans _)/[apply].
192
rewrite -(leq_add2r (prime_seq i)) addnCB Eigtpi// addn0.
193
- rewrite -(@leq_sub2rE x) ?leq_addr// subDnCA// subnn addn0 subSn.
194
- exact: ltnW.
+ rewrite -(@leq_sub2rE x) ?leq_addr// subDnCA// subnn addn0 (subSn (ltW xy)).
195
rewrite ltnNge dvdn_leq// ?subn_gt0//.
196
have dvdni z : z \in E i -> prime_seq i %| z.
197
by rewrite inE mem_primes => /andP[] _ /andP[].
0 commit comments