Commit 2026-05-11 15:25 229580e5

View on Github →

refactor(LinearAlgebra/Projection): refactor quotientEquivOfIsCompl via LinearEquiv.ofLinear (#38814) This PR refactors Submodule.quotientEquivOfIsCompl to use LinearEquiv.ofLinear rather than LinearEquiv.symm <| LinearEquiv.ofBijective. The new definition makes both directions of the equivalence explicit: the forward idirection is Submodule.liftQ of the projection onto q along p, and the backward direction is Submodule.mkQ composed with the inclusion q in E.

Estimated changes