Find a linearly independent set of bounded linear functionals $\{f_1, \dots, f_n\}$ such that $f_i(x) = \alpha_i$ where $\alpha \in \Bbb R^n$

functional-analysis

From Functional Analysis by Kreyszig:

If a linear operator $T:X \rightarrow Y$ on a normed space has a finite dimensional range. show that $T$ has a representation of the form $$Tx = \sum_{i=1}^n f_i(x)y_i$$ where $\{y_1, \dots, y_n\}$ and $\{f_1, \dots, f_n\}$ are linear independent sets in $Y$ and the dual space $X'$.

I can see that since $T(X)$ is finite, $T(X)$ has basis $B = \{y_1 = T(x_1), \dots, y_n = T(x_n)\}$ and therefore $T(x) = \sum_{i=1}^n\alpha_iy_i$, where $y_i = T(x_i)$ where $\{x_i\}$ is a linearly independent set in $X$.

I know I have to find a linearly independent set of bounded linear functionals $\{f_i\}$ such that $f_i(x) = \alpha_i$, but I'm having trouble showing this.

Anyone have any ideas?

Best Answer

Let's start from a general result. Assume that we have $L \subset Y$ where $Y$ is a normed space and $L$ is a finite-dimensional subspace. Let $y_1, \dots, y_n$ be a basis in $L$. Then there exist continuous linear functionals on $Y$ $g_1, \dots, g_n \in Y^*$ s.t. $g_i(y_j) = \delta_{ij}$. Also in this case operator $P:Y \rightarrow Y$ that is defined by $Py = \sum\limits_{i = 1}^n g_i(y)y_i$ satisfies following properties:

i) P is continuous

ii) range of $P$ is $L$

iii) $Py = y$ for all $y \in L$

I will prove the existence of functionals $g_i$. Properties of $P$ follow immediately. Existence of $g_i$ is a corollary of Hahn-Banach theorem: $g_i$ are defined on $L$ by equations $g_i(y_j) = \delta_{ij}$ and then they are extended to $Y$.

Next consider $T:X \rightarrow Y$ - continuous operator with finite-dimensional range $L = T(X) \subset Y$. Then apply previous results to $L$ and obtain linear functionals $g_1, \dots,g_n$ and $P:Y \rightarrow Y$ s.t. $Py = \sum\limits_{i = 1}^n g_i(y)y_i$, $y_i \in L$, $Py = y$ for all $y \in L$. Then you have $$ Tx = PTx = \sum\limits_{i = 1}^n g_i(Tx) y_i = \sum\limits_{i = 1}^n f_i(x) y_i $$ where $f_i = g_i \circ T$. $y_i$ are linearly independant by defenition, linear independance of $f_i$ is easy to check: you can find $x_i \in X$ s.t. $Tx_i = y_i$. Then $f_i(x_j) = \delta_{ij}$. This implies linear independance.

Related Question