aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/algebra/intdiv.v
diff options
context:
space:
mode:
authorAnton Trunov2019-05-29 12:38:48 +0300
committerAnton Trunov2019-05-29 12:38:48 +0300
commitc7c344f2f08f3910c884d9c3bb1bd5cfe3c2a1d7 (patch)
treea264f6e292e048c0890d9c71ec7849e3a66224d4 /mathcomp/algebra/intdiv.v
parenteac1d28204c93f082771dedb90fc5a1edec6e6f8 (diff)
Rename eqsP to eqPsym as suggested by @CohenCyril
Diffstat (limited to 'mathcomp/algebra/intdiv.v')
-rw-r--r--mathcomp/algebra/intdiv.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/algebra/intdiv.v b/mathcomp/algebra/intdiv.v
index 77f8781..edd2620 100644
--- a/mathcomp/algebra/intdiv.v
+++ b/mathcomp/algebra/intdiv.v
@@ -969,7 +969,7 @@ without loss{IHa} /forallP/(_ (_, _))/= a_dvM: / [forall k, a %| M k.1 k.2]%Z.
by exists i; rewrite mxE.
exists R^T; last exists L^T; rewrite ?unitmx_tr //; exists d => //.
rewrite -[M]trmxK dM !trmx_mul mulmxA; congr (_ *m _ *m _).
- by apply/matrixP=> i1 j1; rewrite !mxE; case: eqsP => // ->.
+ by apply/matrixP=> i1 j1; rewrite !mxE; case: eqPsym => // ->.
without loss{nz_a a_dvM} a1: M a Da / a = 1.
pose M1 := map_mx (divz^~ a) M; case/(_ M1 1)=> // [k|L uL [R uR [d dvD dM]]].
by rewrite !mxE Da divzz nz_a.