Commit 2024-02-23 11:29 1afb2fb3
View on Github →feat(GroupTheory/Exponent): lemmas around Monoid.exponent and Subgroup/Submonoid (#10598)
Proves some helpful properties of Monoid.exponent on Submonoid G and Subgroup G:
- the exponent of a group is equal to 1 iff the monoid is trivial (previously only the reverse implication was proven)
- the exponent of
Gdivides the exponent ofHif there exists a multiplication-preserving injection fromGtoH Monoid.exponent G = Monoid.exponent HifG ≃* HMonoid.exponent ⊤ = Monoid.exponent Gg ^ Monoid.exponent H = 1ifg ∈ H- generalizes
one_lt_exponenttoLeftCancelMonoid