We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6cf7ffb + 7665002 commit 0ae93b4Copy full SHA for 0ae93b4
theories/PFsection2.v
@@ -582,7 +582,7 @@ rewrite big1 ?add0r => [|x /andP[calAx not_nBaLx]]; last first.
582
by apply/pred0Pn; exists g; apply/andP.
583
rewrite (partition_big fBg (mem nBaL)) /= => [|x]; last by case/andP.
584
apply: eq_bigr => b; case/setIP=> Nb aLb; rewrite mulr_natr -sumr_const.
585
-apply: eq_big => x; rewrite ![x \in _]inE -!andbA.
+apply: eq_big => x; rewrite ![_ \in calA _ _]inE -!andbA.
586
apply: andb_id2l=> Gx; apply/and3P/idP=> [[Mgx _] /eqP <- | HBb_gx].
587
by rewrite mem_rcoset mem_divgr ?mulHNB.
588
suffices ->: fBg x = b.
0 commit comments