Commit 2023-08-30 22:54 bfb6bb73
View on Github →refactor: remove PiLp.equiv (#6501)
This removes the (PiLp.equiv 2 fun i => α i)
abbreviation, replacing it with its implementation (WithLp.equiv 2 (∀ i, α i))
. The same thing is done for PiLp.linearEquiv
.