diff options
| author | Anton Trunov | 2019-05-29 12:38:48 +0300 |
|---|---|---|
| committer | Anton Trunov | 2019-05-29 12:38:48 +0300 |
| commit | c7c344f2f08f3910c884d9c3bb1bd5cfe3c2a1d7 (patch) | |
| tree | a264f6e292e048c0890d9c71ec7849e3a66224d4 /mathcomp/fingroup | |
| parent | eac1d28204c93f082771dedb90fc5a1edec6e6f8 (diff) | |
Rename eqsP to eqPsym as suggested by @CohenCyril
Diffstat (limited to 'mathcomp/fingroup')
| -rw-r--r-- | mathcomp/fingroup/perm.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/fingroup/perm.v b/mathcomp/fingroup/perm.v index c7eaf58..a1bb896 100644 --- a/mathcomp/fingroup/perm.v +++ b/mathcomp/fingroup/perm.v @@ -570,7 +570,7 @@ apply/permP=> i; case: (unliftP j i) => [i'|] ->; last first. apply: ord_inj; rewrite lift_perm_lift !permE /= eq_sym -if_neg neq_lift. rewrite fun_if -val_eqE /= def_k /bump ltn_neqAle andbC. case: leqP => [_ | lt_i'm] /=; last by rewrite -if_neg neq_ltn leqW. -by rewrite add1n eqSS; case: eqsP. +by rewrite add1n eqSS; case: eqPsym. Qed. End LiftPerm. |
