Commit 2025-05-19 12:23 55c73a56
View on Github →feat(Analysis/UpperHalfPlane, ModularForms): extend actions from GLPos to GL (#24830)
This extends the action of GL(2, ℝ)⁺
on the upper half-plane, and the slash actions on modular forms, to actions of all of GL (Fin 2) ℝ
(with elements of negative determinant acting as anti-holomorphic maps).
This is mathematically extra information which we didn't have before; but the goal is also to make the modular forms code (hopefully) easier to work with, by avoiding the extra layer of coercions required by working with the subtype GL(2, ℝ)⁺
.