Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(Algebra/Group/Subgroup): split
Lattice
, Map
, Ker
from `Ba…
…sic.lean` (#19295) The file `Algebra/Group/Subgroup/Basic.lean` is very long. Following the design of the `Submodule` folder, split it into: * `Lattice.lean`: `CompleteLattice` instance, `Subgroup.closure` * `Map.lean`: `Subgroup.map`, `Subgroup.comap` * `Ker.lean`: `MonoidHom.ker`, `MonoidHom.range` and `MonoidHom.eqLocus`
- Loading branch information