[Merged by Bors] - chore: an injective bounded linear operator has closed range iff it is anti-Lipschitz#23175
[Merged by Bors] - chore: an injective bounded linear operator has closed range iff it is anti-Lipschitz#23175
Conversation
PR summary e781366582Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
|
For posterity: ContinuousLinearMap.closed_complemented_range_of_isCompl_of_ker_eq_bot is related, but proves something weaker than this. |
|
✌️ grunweg can now approve this pull request. To approve and merge a pull request, simply reply with |
Co-authored-by: Johan Commelin <johan@commelin.net>
|
Addressing the review comment made me realise that presumable |
|
Let me just merge this; if there is any controversy about the explicitness change, I'm happy to revert or tweak this. |
…s anti-Lipschitz (#23175) And make the argument `f` of `ContinuousLinearMap.equivRange` implicit, as the explicit hypotheses `hf` and `hclo` mention `f`. Co-authored-by: grunweg <rothgami@math.hu-berlin.de>
|
Pull request successfully merged into master. Build succeeded: |
And make the argument
fofContinuousLinearMap.equivRangeimplicit,as the explicit hypotheses
hfandhclomentionf.This is motivated by defining immersions between Banach manifolds: the correct condition is that the
mfderivis a split linear map, and proving that the composition of split linear maps is split requires this lemma.There is one remaining sorry, which I don't know how to do: @winstonyin as the original author ofContinuousLinearMap.equivRange, do you happen to have an idea?RubenVandeVeldehelped me fix the sorry, but better approaches are very welcome.