Zulip Chat Archive
Stream: Is there code for X?
Topic: Invertibility is an open condition for bounded linear operat
Michael Rothgang (Sep 09 2023 at 06:27):
Given Banach spaces and over a field , the set of invertible bounded linear operators is open (in the topology induced by the operator norm). This follows from Neumann series, which I couldn't find in mathlib either.
This is a key step for developing the theory of Fredholm operators --- which has all kinds of applications, such as proving the Sard's theorem for infinite-dimensional Banach manifolds.
Kevin Buzzard (Sep 09 2023 at 06:49):
Fredholm operators on p-adic Banach spaces also play a role in the proof of the Weil conjectures and the theory of p-adic modular forms
Sebastien Gouezel (Sep 09 2023 at 07:32):
@loogle IsOpen, _ →L[_] _
loogle (Sep 09 2023 at 07:32):
:exclamation: unknown identifier 'sOpen'
Sebastien Gouezel (Sep 09 2023 at 07:32):
@loogle IsOpen, _ →L[_] _
loogle (Sep 09 2023 at 07:32):
:search: isOpen_setOf_nat_le_rank, ContinuousLinearEquiv.isOpen, and 42 more
Sebastien Gouezel (Sep 09 2023 at 07:33):
I think you're looking for docs#ContinuousLinearEquiv.isOpen
Anatole Dedecker (Sep 09 2023 at 07:50):
More generally we also have docs#Units.isOpen
Michael Rothgang (Sep 09 2023 at 07:56):
I hadn't realised how I could use loogle for that. (I search for e.g. Neumann series, without results)... Thanks for the tip.
Thanks for all the help!
Jireh Loreaux (Sep 10 2023 at 02:08):
Anatole, that's not quite "more general", more like, "differently general"
Anatole Dedecker (Sep 10 2023 at 08:14):
Ah right it’s not an algebra
Last updated: Dec 20 2023 at 11:08 UTC