Skip to content

Commit 0ae93b4

Browse files
authored
Merge pull request math-comp#67 from Tragicus/rocq19987
adapt to rocq#19987
2 parents 6cf7ffb + 7665002 commit 0ae93b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theories/PFsection2.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ rewrite big1 ?add0r => [|x /andP[calAx not_nBaLx]]; last first.
582582
by apply/pred0Pn; exists g; apply/andP.
583583
rewrite (partition_big fBg (mem nBaL)) /= => [|x]; last by case/andP.
584584
apply: eq_bigr => b; case/setIP=> Nb aLb; rewrite mulr_natr -sumr_const.
585-
apply: eq_big => x; rewrite ![x \in _]inE -!andbA.
585+
apply: eq_big => x; rewrite ![_ \in calA _ _]inE -!andbA.
586586
apply: andb_id2l=> Gx; apply/and3P/idP=> [[Mgx _] /eqP <- | HBb_gx].
587587
by rewrite mem_rcoset mem_divgr ?mulHNB.
588588
suffices ->: fBg x = b.

0 commit comments

Comments
 (0)