tylerc1991
- 158
- 0
Homework Statement
This is only part of a problem I am working on, but the only part that I have questions about is the following:
Show that \mathcal{F}(\mathbb{R}) is infinite dimensional.
Homework Equations
\mathcal{F}(\mathbb{R}) is the set of all functions that map real numbers to real numbers.
f_n is the function defined by the rule f_n(x) = e^{nx} for n \in \mathbb{N}
The Attempt at a Solution
Suppose \mathcal{F}(\mathbb{R}) is finite dimensional.
This means that there exists a finite basis for \mathcal{F}(\mathbb{R}).
Consider the set of vectors \mathcal{E} = \{ f_1, f_2, \dotsc, f_n \} for some n \in \mathbb{N}.
Suppose \mathcal{E} is a basis for \mathcal{F}(\mathbb{R}), and consider the vector f_{n+1} in \mathcal{F}(\mathbb{R}).
Since \mathcal{E} spans \mathcal{F}(\mathbb{R}), we see that f_{n+1} \in \text{span}\{\mathcal{E}\}.
This means that
f_{n+1} = \sum_{k=1}^n a_k f_k = a_1 f_1 + a_2 f_2 + \dotsb + a_n f_n
for some a_1, a_2, \dotsc, a_n \in \mathbb{R}.
Equivalently, this means that
a_1 f_1 + a_2 f_2 + \dotsb + a_n f_n - f_{n+1} = 0. \quad \quad (1)
It has been shown that \{ f_1, f_2, \dotsc, f_{n+1} \} is linearly independent.
This means that each coefficient of f_i equals 0 for i = 1, 2, \dotsc, n+1.
But this is impossible, as -1 \neq 0.
Hence, \mathcal{E} does not span \mathcal{F}(\mathbb{R}).
I feel like I have't shown that \mathcal{F}(\mathbb{R}) is infinite dimensional.
It seems like I have shown that *some* finite bases do not work for \mathcal{F}(\mathbb{R}).
I think that I am close, but I think there is something missing.
Could someone point me in the right direction to finish this proof?
Thank you!