Commit 2025-08-28 00:23 9bab13bf
View on Github →feat(Algebra/Group): add theorems about Submonoid.pi (#28665)
This PR adds theorems on Submonoid.pi, which are the same theorems on Subgroup.pi.
Also chore:
- moved
Submonoid.pifrom Subgroup/Basic.lean to Submonoid/Operations.lean, which is a more suitable place. - changed the type of
Subgroup.le_pi_iff, to align with its simp normal form inSet(seeSet.image_subset_iff).