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
Invertible
go toModule/Basic.lean
- The results involving
AddMonoid.End
goes to the new fileModule/End.lean
- The results involving
Opposite
go to the new fileModule/Opposite.lean
; the previousModule/Opposites.lean
is nowModule/Equiv/Opposite.lean
(note: now in singular to match the otherOpposite
file)