Commit 2024-05-18 16:15 73a3870c
View on Github →chore: Delete Algebra.GroupPower.Basic
, Algebra.GroupWithZero.Bitwise
(#11855)
The entire Algebra.GroupPower
folder is problematic in that it treats pow
as an advanced subject while the rest of mathlib wants to treat it as a primitive. As such, its existence is an obstacle to developing the theory of pow
transversally.
This PR scatters the lemmas in Algebra.GroupPower.Basic
to earlier files and deletes it. Also delete Algebra.GroupWithZero.Bitwise
whose lemmas are completely deprecated (and hard to rehome).
See #9411 for previous work.