Commit 2024-11-20 09:38 2fb27be9
View on Github →chore(Algebra/Module): further split Defs.lean (#18995)
The goal is that we can define Module without depending on Units.
The following moves out of Defs.lean are included in this PR:
- Module structure over Nat and Int go to
Module/NatInt.lean - Composition with
RingHoms goes toModule/RingHom.lean - Results about units go to
Module/Basic.lean