Lemmas about power operations on monoids and groups #
This file contains lemmas about Monoid.pow, Group.pow, nsmul, and zsmul
which require additional imports besides those available in Mathlib.Algebra.GroupPower.Basic.
(Additive) monoid #
Equations
- (_ : motive x✝ x) = (_ : motive x✝ x)
Instances For
Equations
- (_ : motive x) = (_ : motive x)
Instances For
Equations
- (_ : motive x) = (_ : motive x)
Instances For
To show a property of all multiples of g it suffices to show it is closed under
addition by g and -g on the left. For additive subgroups generated by more than one element, see
AddSubgroup.closure_induction_left.
To show a property of all powers of g it suffices to show it is closed under multiplication
by g and g⁻¹ on the left. For subgroups generated by more than one element, see
Subgroup.closure_induction_left.
To show a property of all multiples of g it suffices to show it is closed under
addition by g and -g on the right. For additive subgroups generated by more than one element,
see AddSubgroup.closure_induction_right.
To show a property of all powers of g it suffices to show it is closed under multiplication
by g and g⁻¹ on the right. For subgroups generated by more than one element, see
Subgroup.closure_induction_right.
zpow/zsmul and an order #
Those lemmas are placed here
(rather than in Mathlib.Algebra.GroupPower.Order with their friends)
because they require facts from Mathlib.Data.Int.Basic.
See also smul_right_injective. TODO: provide a NoZeroSMulDivisors instance. We can't do
that here because importing that definition would create import cycles.
Alias of zsmul_right_inj, for ease of discovery alongside
zsmul_le_zsmul_iff' and zsmul_lt_zsmul_iff'.
Alias of zsmul_right_inj, for ease of discovery alongside zsmul_le_zsmul_iff' and
zsmul_lt_zsmul_iff'.
Note this holds in marginally more generality than Int.cast_mul
Alias of Int.natAbs_le_self_sq.
Monoid homomorphisms from Multiplicative ℤ are defined by the image
of Multiplicative.ofAdd 1.
Equations
- zpowersHom G = Additive.ofMul.trans ((zmultiplesHom (Additive G)).trans AddMonoidHom.toMultiplicative'')
Instances For
MonoidHom.ext_mint is defined in Data.Int.Cast
AddMonoidHom.ext_nat is defined in Data.Nat.Cast
AddMonoidHom.ext_int is defined in Data.Int.Cast
If M is commutative, zpowersHom is a multiplicative equivalence.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If M is commutative, zmultiplesHom is an additive equivalence.
Equations
- One or more equations did not get rendered due to their size.