Commit 2025-04-30 15:39 53c38dde
View on Github →fix: write ≃ᴬ[k]
(instead of ≃ᵃL[k]
) for ContinuousAffineEquiv
(#24357)
This PR changes the notation for ContinuousAffineEquiv
from ≃ᵃL[k]
to ≃ᴬ[k]
. This is consistent with the notation for ContinuousAffineMap
, namely →ᴬ[k]
.
I would like to change the notation for continuous bundled functions in the future (see #mathlib4 > RFC: notation for continuous maps in algebra), but before that we should at least have the Map
and Equiv
versions be consistent.