If $e = (e_1,e_2,...,e_n)$ is the basis of $\mathbb R^n$ and $P$ is a random invertible $n \times n$ matrix, proof that when $f_j=Pe_j (j=1,...,n)$ then $f = (f_1,f_2,...,f_n)$ is another basis of $\mathbb R^n$
What I have found:
Let's say $ P = \begin{pmatrix} p_{11} & p_{12} & ... & p_{1n}\\ p_{21} & p_{22} & ... & p_{2n}\\ ... & ... & ... & ...\\ p_{n1} & p_{n2} & ... & p_{nn}\\ \end{pmatrix} , e_j = \begin{pmatrix} e_{1j}\\ e_{2j}\\ ...\\ e_{nj}\\ \end{pmatrix}, $ and $ f_j = \begin{pmatrix} f_{1j}\\ f_{2j}\\ ...\\ f_{nj}\\ \end{pmatrix} $ then $f_j=Pe_j= \begin{pmatrix} p_{11} & p_{12} & ... & p_{1n}\\ p_{21} & p_{22} & ... & p_{2n}\\ ... & ... & ... & ...\\ p_{n1} & p_{n2} & ... & p_{nn}\\ \end{pmatrix} e_j= \begin{pmatrix} p_{11} \cdot e_{1j} + p_{12} \cdot e_{2j} + ... + p_{1n} \cdot e_{nj}\\ p_{21} \cdot e_{1j} + p_{22} \cdot e_{2j} + ... + p_{2n} \cdot e_{nj}\\ ... \\ p_{n1} \cdot e_{1j} + p_{n2} \cdot e_{2j} + ... + p_{nn} \cdot e_{nj}\\ \end{pmatrix} = \begin{pmatrix} f_{1j}\\ f_{2j}\\ ...\\ f_{nj}\\ \end{pmatrix}$
thus, we know that every element of $f_j$ is linearly independent.
But then, how do I know whether $f$ is linearly independent and span $\mathbb R^n$?