I know that if $T$ is bijective then $T$ is injective.
But how to prove when $T$ is injective, then $T$ is bijective?
I know that that $R(T)$ is a subspace of $V$, and for each vector in $R(T)$, let's say $u$ , there is a $v$ in $V$ that $T(v)=u$. But, what's next? I don't know how to prove $R(T) =V$.
Am I on the right track? Thanks
This is true if you assume $V$ is a finite $n \in \mathbb{Z}_+$ dimensional vector space i.e. $V$ has a basis set of $n$ vectors $B = \{b_1, \ldots, b_n\}$. You also need that $T : V \to V$ is linear. Otherwise, the statement is just false: take $V = \mathbb{R}$ and $T(x) = e^x$. This is an injection that is not a surjection.
Now if $T : V \to V$ is linear, consider the set $T_B = \{T(b_n), \ldots, T(b_n)\}$. $T$ is injective and $B$ and $T_B$ are finite sets; so $T_B$ has exactly $n$ vectors also. Next, using linearity, you can show that $T_B$ is linearly independent because $B$ is. So, $T_B$ forms a basis for $V$ and any $v \in V$ can be written as $$ v = \alpha_1 T(b_1) + \cdots + \alpha_n T(b_n) = T(\alpha_1 b_1 + \cdots + \alpha_n b_n) $$ demonstrating the surjectivity of $T$.
P.S. This fact is not necessarily true for infinite dimensional vector spaces. The set of all infinite real sequences $\mathbb{R}^\mathbb{N}$ is a real vector space and the shift map $\sigma : \mathbb{R}^\mathbb{N} \to \mathbb{R}^\mathbb{N}$ given by $$ \sigma : \langle x_0, x_1, x_2, x_3, \ldots \rangle \mapsto \langle 0, x_0, x_1, x_2, \ldots \rangle $$ is injective and linear. But it is not surjective: it misses sequences with non-zero first elements.