Commit 2021-01-17 00:33 dec44fe7
View on Github →chore(group_theory/perm/{sign,cycles}): renaming for dot notation, linting, formatting (#5777)
Declarations renamed in group_theory/perm/sign.lean (all of these are under equiv.perm):
disjoint_mul_comm->disjoint.mul_commdisjoint_mul_left->disjoint.mul_leftdisjoint_mul_right->disjoint.mul_rightis_swap_of_subtype->is_swap.of_subtype_is_swapsign_eq_of_is_swap->is_swap.sign_eqDeclarations renamed ingroup_theory/perm/cycles.lean(all of these are underequiv.perm):is_cycle_swap->is_cycle.swapis_cycle_inv->is_cycle.invexists_gpow_eq_of_is_cycle->is_cycle.exists_gpow_eqexists_pow_eq_of_is_cycle->is_cycle.exists_pow_eqeq_swap_of_is_cycle_of_apply_apply_eq_self->eq_swap_of_apply_apply_eq_selfis_cycle_swap_mul->is_cycle.swap_mulsign_cycle->is_cycle.signapply_eq_self_iff_of_same_cycle->same_cycle.apply_eq_self_iffsame_cycle_of_is_cycle->is_cycle.same_cyclecycle_of_apply_of_same_cycle->same_cycle.cycle_of_applycycle_of_cycle->is_cycle.cycle_of_eqI also added a basic module doc string togroup_theory/perm/cycles.lean.