You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
chore(group_theory/group_action): Rename some group_action lemmas (#4946)
This renames
* These lemmas about `group α`, for consistency with `smul_neg` etc, which are in the global scope:
* `mul_action.inv_smul_smul` → `inv_smul_smul`
* `mul_action.smul_inv_smul` → `smul_inv_smul`
* `mul_action.inv_smul_eq_iff` → `inv_smul_eq_iff`
* `mul_action.eq_inv_smul_iff` → `eq_inv_smul_iff`
* These lemmas about `group_with_zero α`, for consistency with `smul_inv_smul'` etc, which have trailing `'`s (and were added in #2693, while the `'`-less ones were added later):
* `inv_smul_eq_iff` → `inv_smul_eq_iff'`
* `eq_inv_smul_iff` → `eq_inv_smul_iff'`
0 commit comments