Let $V$ be a real vector space and let $T$ be one-to-one linear transformation with $T: V → {\Bbb R^n}$. Show that for u, v in $V$,
$$\langle u, v \rangle = T(u)^T \hspace{1mm} T(v)$$
defines an inner product on V
I am not sure how the inner product relates to linear transformation. Do we need to use the definition of inner product? $$\langle u, v \rangle = u^T v$$
We have to verify that the function $\langle \cdot, \cdot \rangle$ does define an inner product on $V$. Since $V$ is a real vector space, an inner product on $V$ is a function $\langle \cdot, \cdot \rangle$ such that $\forall u, v, w \in V$ and $\forall a, b \in \mathbb{R}$, \begin{align} & \langle u, v\rangle = \langle v, u \rangle, \\ & \langle au + bw, v \rangle = a \langle u, v \rangle + b \langle w, v \rangle, \\ & \langle u, u \rangle \geq 0 \quad\text{and}\quad \langle u, u \rangle = 0 \iff u = 0. \end{align}
To verify the first condition, we see that for all $u, v \in V$, $$ \langle u, v \rangle = (Tu)^\top Tv = \sum_{j=1}^n (Tu)_j (Tv)_j = (Tv)^\top Tu = \langle v, u \rangle, $$ where $(Tu)_j$ is the $j$-th component of the vector $Tu$ in $\mathbb{R}^n$.
The second condition is quite straightforward from the linearity of $T$.
The third condition can be verified since $T$ is one-to-one. First, we have for all $u \in V$ that $$ \langle u, u \rangle = (Tu)^\top Tu = \sum_{j=1}^n (Tu)_j (Tu)_j = \sum_{j=1}^d (Tu)_j^2 \geq 0. $$ For $\langle u, u \rangle = 0$, we should have that $(Tu)_j = 0$ for all $j$, so that $Tu = 0$. But since $T$ is one-to-one, we know that $Tu = 0$ if and only if $u=0$. Hence we find that $\langle u, u\rangle = 0$ if and only if $u = 0$, as it should be for $\langle \cdot, \cdot \rangle$ to be an inner product on $V$.