Commit 2024-10-24 15:01 03be9898
View on Github →chore(Algebra/Module): split Defs a bit further (#18169)
There are quite a few imports in Module/Defs.lean that are not needed for defining modules. So this PR rearranges the results in the file to postpone those imports.
Changes:
- The result involving
Invertiblego toModule/Basic.lean - The results involving
AddMonoid.Endgoes to the new fileModule/End.lean - The results involving
Oppositego to the new fileModule/Opposite.lean; the previousModule/Opposites.leanis nowModule/Equiv/Opposite.lean(note: now in singular to match the otherOppositefile)