I am reading some basic linear algebra theory, and I came across this theorem.
Let $V, V'$ be vector spaces and $\ \dim V \lt \infty$
Then for every basis $e_1, e_2, \dots, e_n$ of $V$ and
any $n$ vectors $v_1, v_2, \dots v_n$ from $V'$
there exists a unique linear map $f : V \to V'$ such that
$f(e_i) =v_i$ for every $i=1,2,\dots,n$
So it's about existence and uniqueness.
I can understand the proof just fine. But it seems to me the proof doesn't use significantly the fact that $$\ \dim V \lt \infty$$ i.e. the fact that V is finite dimensional. So I wonder if this theorem can be formulated for an infinite dimensional space $V$ somehow and would it still be true? (question 1)
Say e.g. when $V= \mathbb{R}[x]$ (the polynomials over the reals).
Also, if it can be formulated and still be true, would it matter if the basis of $V$ is countable or uncountable? (question 2)
I am mostly interested in the countable case though (question 1). I am just not sure I will understand the uncountable case i.e. question 2 (given my current knowledge).
Yes, it can be generalized to infinite dimensional linear spaces and the dimension doesn't have to be countable.
To be precise, the exact statement is Let $V, W$ be two vector spaces over a field $F$, and $\{e_i\}_{i\in I}$ is a (Hamel) basis of $V$, then for an arbitrary function $v: I\rightarrow W$, there is a unique linear map $T:V\rightarrow W$ such that $T(e_i) = v(i)$. Here the index set $I$ need not to be finite or countable.
The proof is also essentially the same as in the finite dimensional case. But to show a basis always exists is much harder as it requires Zorn's lemma.