Commit 2024-04-04 21:40 d11fcd10
View on Github →feat: allow the Open Mapping Theorem to apply to semilinear maps (#11722)
this generalizes the Open Mapping Theorem for Banach spaces to semilinear maps.
For now, we don't generalize the closed graph theorem. This is not because it's impossible, but only that it's currently prohibitively difficult since LinearMap.graph
doesn't make sense for semilinear maps.