Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2020-11-09 10:48 fdbfe755

View on Github →

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_smulinv_smul_smul
    • mul_action.smul_inv_smulsmul_inv_smul
    • mul_action.inv_smul_eq_iffinv_smul_eq_iff
    • mul_action.eq_inv_smul_iffeq_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_iffinv_smul_eq_iff'
    • eq_inv_smul_iffeq_inv_smul_iff'

Estimated changes

added theorem eq_inv_smul_iff'
modified theorem eq_inv_smul_iff
added theorem inv_smul_eq_iff'
modified theorem inv_smul_eq_iff
added theorem inv_smul_smul
deleted theorem mul_action.inv_smul_smul
deleted theorem mul_action.smul_inv_smul
added theorem smul_inv_smul