Sudharaka said:
Thanks so much for the detailed reply Deveno. But I don't really understand the part quoted above. Simply, how do we know that the dimension of the image of $f$ should be equal to 1? I understand that it is 0 if $f$ is the 0-functional, but I don't understand how 1 is the only other possibility for the dimension of the image of $f$. Can you please elaborate this piece a little bit? :)
We are given that $f:V \to F$ is linear(equivalently, that $f \in V^{\ast}$).
It is easy to see that $\text{im}(f)$ is a subspace of $F$:
Closure under vector addition:
Suppose $a,b \in \text{im}(f)$. Thus $a = f(u),b = f(v)$ for some $u,v \in V$.
Hence $a+b = f(u) + f(v) = f(u+v)$ for $u+v \in V$, so $a+b \in \text{im}(f)$.
Closure under scalar multiplication:
Suppose $a \in \text{im}(f)$, and $c \in F$. Then:
$ca = c(f(v)) = f(cv)$ for $cv \in V$ so $ca \in \text{im}(f)$.
Finally, $0 = f(0)$ is clearly in the image.
Now $\text{dim}_{\ F}(F) = 1$. This is because $\{1\}$ is a basis (any non-zero field element is also a basis, of course. 1 is just convenient).
If we look at the power set of a set with only one element (in this case, the set $\{1\}$), we have only two elements:
1) the empty set = dimension 0 = the 0-subspace
2) the entire set = dimension 1 = the entire space (the field $F$).
This is why there is only 2 choices.
To re-iterate, for emphasis: when we are talking about a vector space $V$ over a field $F$ of finite dimension $n$, what we are talking about is isomorphic to $F^n$ (choosing a basis gives us an isomorphism). The case $n = 1$ should not be overlooked: a one-dimensional subspace of $V$ is isomorphic to a line (and by choosing "the right basis" we can think of this line as "the x-axis", for example). On the line itself, "scalar multiplication" (of a point on the line by a scalar) becomes "multiplication of scalars"-this is a consequence of the vector space axiom:
$\alpha(\beta v) = (\alpha\beta)v$ for all $\alpha,\beta \in F, v \in V$.
Let me explain how this works, in this particular example:
Suppose $f \neq 0$. This means that for SOME vector $v \in V$, we have:
$f(v) = a \neq 0$ (otherwise $f = 0$).
Since f is linear, we have:
$f(cv) = c(f(v))$ for EVERY $c \in F$.
In particular, given ANY $b \in F$, we may take:
$c = \frac{b}{a}$ (we can do this BECAUSE $a \neq 0$), leading to:
$f(cv) = f(\frac{b}{a}v) = \frac{b}{a}f(v) = \frac{b}{a}a = b$,
which shows that $f$ is thus surjective.