Skip to content

Commit fdb8f99

Browse files
authored
Update theories/showcase/pnt.v
1 parent fec5a76 commit fdb8f99

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

theories/showcase/pnt.v

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,7 @@ have: finset.trivIset (Parts i).
190190
move=> /andP [] _ /[dup] + /xiN -> /andP [] + /xiN -> x1eqx2.
191191
rewrite -x1eqx2 => /(leq_trans _)/[apply].
192192
rewrite -(leq_add2r (prime_seq i)) addnCB Eigtpi// addn0.
193-
rewrite -(@leq_sub2rE x) ?leq_addr// subDnCA// subnn addn0 subSn.
194-
exact: ltnW.
193+
rewrite -(@leq_sub2rE x) ?leq_addr// subDnCA// subnn addn0 (subSn (ltW xy)).
195194
rewrite ltnNge dvdn_leq// ?subn_gt0//.
196195
have dvdni z : z \in E i -> prime_seq i %| z.
197196
by rewrite inE mem_primes => /andP[] _ /andP[].

0 commit comments

Comments
 (0)