[Math] How do i prove that every linear operator between finite-dimensional Hilbert spaces is bounded

linear algebra

When I learned basic linear-algebra, "adjoint" was only defined for linear operator between finite-dimensional inner product spaces.

Right now, I'm studying Hilbert spaces and I want the past definition consistent with a new definition.

I have proved following theorem in basic linear-algebra:

Let $V,W$ be inner product spaces over $\mathbb{F}$.

Let $T:V\rightarrow W$ be a linear operator.

If $V$ is finite-dimensional, there exists a unique function $T^*$ such that $\langle T(x),y\rangle=\langle x,T^*(y)\rangle$.

So my question is;

How do I prove that $T$ is bounded when $V$ and $W$ are finite-dimensional?

Moreover, is it true when $V$ is finite-dimensional but $W$ is not?

Best Answer

Even if $W$ is not finite-dimensional, the range of $T$ will be a finite-dimensional subspace of $W$ (since it is spanned by the image of a basis for $V$), and that subspace is all that matters for the boundedness of $T$.

So without loss of generality we can assume $W$ is finite dimensional.

Choose orthonormal bases for $V$ and $W$, and write down the matrix for $T$. Then $\|T\|$ cannot possibly exceed the sum of the absolute values of the matrix entries.

Related Question