Skip to content

Commit fec5a76

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

theories/showcase/pnt.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ have binB (n : 'I_N.+1) :
317317
(fun i => i ^ logn i n)) /=.
318318
rewrite (bigID (mem (primes n))) /=.
319319
rewrite [X in _ * X]big1 => [[//|][//|] i ip|].
320-
rewrite -(expn0 i.+2). apply/eqP. rewrite eqn_exp2l//.
320+
apply/eqP; rewrite -(expn0 i.+2) eqn_exp2l//.
321321
by apply/eqP; move: ip; rewrite -logn_gt0 lt0n => /negPn /eqP.
322322
rewrite muln1 -big_filter.
323323
have [nltk|klen] := ltnP n k; first by rewrite (eqseq n).

0 commit comments

Comments
 (0)