Can someone please explain the logic behind this solution simply?
I don't understand how the statements are equivalent (must be some formula I've never seen before), or how the invertibility proves a basis. Thanks!
$$ Q = (t_1, \dots, t_n) $$ we have $$ [t_i]_T = e_i = A t_i $$ where the $e_i$ are the canonical base vectors. So we need a matrix $A$ with $$ A Q = I \iff \\ A = Q^{-1} $$ That is why $$ [u]_T = Q^{-1} u $$ The $n$ vectors $Q^{-1} v_i$ form a basis if they are linear independent, thus if the system $$ Q^{-1}V x = (Q^{-1} v_1, \dotsc, Q^{-1} v_n) x = 0 $$ has the only solution vector $x = 0$. This is the case because $$ \det(Q^{-1} V) = \det(Q^{-1}) \det(V) \ne 0 $$ because $Q$ is invertible and $V$ is a matrix of basis vectors.