1

For a graded hand-in, we have to solve the following problem. I think I have a solution, but it seems a bit too easy and also illogical given the proposition, so I would like to get a hint of where I go wrong.

The problem:

Let X, Y, Z be Banach spaces, take $K \in K(X,Y)$, where $K(X,Y)$ denotes the set of compact operators from X to Y, and take $J \in B(Y,Z)$, J one-to-one, where $B(Y,Z)$ denotes the set of bounded operators from Y to Z. Show that for every $\epsilon > 0$, there exists a constant $C_\epsilon > 0$ st.:

$ ||Kx|| \leq \epsilon ||x|| + C_\epsilon ||JKx||, \quad x \in X.$.

My solution:

$||Kx|| = ||J^{-1}JKx|| \leq ||J^{-1}||*||JKx|| \leq \epsilon||x|| + ||J^{-1}||*||JKx||$

By the bounded inverse theorem, $J^{-1} \in B(R(J)\subset Z,Y)$, so $||J^{-1}|| \in (0,\infty)$.

Scipio
  • 390

1 Answers1

1

As TrialAndError noted, R(J) need not be a Banach space and therefore the bounded inverse theorem does not apply. See this question for further discussion: When is the image of a linear operator closed?.

Scipio
  • 390