4

Is the inverse of a bounded operator always bounded , if yes how to prove it ?

PhDing
  • 504

3 Answers3

4

If You consider an invertible, i.e. bijective and bounded linear operator $A:X\rightarrow Y$, between two Banach-spaces (it´s important they are complete), then as a consequence of Baires category theorem A is open (open mapping theorem) and so $A^{-1}:Y \rightarrow X$ is continuous, i.e. bounded.

Peter Melech
  • 4,353
0

Let T be a bounded linear operator from a normed space X on to a normed space Y. If there exists a positive b such that $||Tx||\geq b ||x|| \ \forall x\in X,$ then $T^{-1}$ exists and is bounded.

Ravindra
  • 414
  • I See that if $T^{-1}$ exists it would be bounded, but could you give an argument for the existence of $T^{-1}$? –  Aug 17 '21 at 15:49
  • In fact consider the right shift $T:\mathcal{l}^2\to \mathcal{l}^2,(x_1,x_2,x_3,\dots)\mapsto (0,x_1,x_2,\dots)$. Then $\Vert Tx\Vert = \Vert x \Vert$, but $T$ is not surjective. –  Aug 18 '21 at 07:41
  • @user592521 https://www.math.cuhk.edu.hk/course_builder/1516/math4010/solution4.pdf there you go! – ARROW Feb 18 '24 at 11:54
-2

It depends on how you define "inverse" of an operator. In general, if you don't require it be bounded, then no. For example, consider the bijection from $\mathbb{R}$ onto $(-1,1)$. But sometimes we say an operator is invertable only if we can find a bounded operator such that the composition is identity.

John
  • 13,204