Skip to content

Commit 0287558

Browse files
authored
Update theories/showcase/pnt.v
1 parent 0be3a7d commit 0287558

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
@@ -288,8 +288,7 @@ have eqseq : forall n k, n < k ->
288288
apply: (@sub_sorted _ ltn); last exact: iota_ltn_sorted.
289289
by rewrite ltEnat => i j /=; rewrite (leqW_mono leq_prime_seq).
290290
- exact: sorted_primes.
291-
rewrite mem_filter. apply: andb_idr.
292-
rewrite mem_primes -mem_prime_seq => /andP[].
291+
rewrite mem_filter andb_idr// mem_primes -mem_prime_seq => /andP[].
293292
rewrite inE => -[] i _ <- /andP[] _ /dvdn_leq/wrap[]// idn.
294293
apply: map_f; rewrite mem_iota leq0n/= add0n subn0.
295294
exact/(leq_ltn_trans _ nlek)/(leq_trans _ idn)/mono_leq_infl/leq_prime_seq.

0 commit comments

Comments
 (0)