How can I prove that if a linear map $T \ \in \ \text{End}(V)$ with $\dim V < \infty $ has eigenvalues ${\lambda}_{1},{\lambda}_{2}, ..., {\lambda}_{n} $, then $\text{trace}(T)$ $=$ ${\lambda}_{1}+{\lambda}_{2} + ...+{\lambda}_{n} $ and $\det(T)={\lambda}_{1}{\lambda}_{2} ...{\lambda}_{n} $?
The problem that I have is that it says that $T$ is not necessarily diagonalizable. If it is diagonalizable, then it is easy to see that there is a matrix representation with the eigenvalues in the diagonal, so this would be easy to prove. But how can I prove this with a $T$ that is not diagonalizable?
Thank you.
A matrix is triangulable as soon as its characteristic polynomial splits into linear factors, which is the case over the algebraic closure of your base field. After you write $$M=PTP^{-1}$$ where $T$ is triangular, you see that it doesn't matter that the entries of $P$ as well as the non-diagonal entries of $T$ may lie outside the base field. Only the diagonal entries of $T$ matter, and they are exactly the $\lambda_i$.
Another point of view, more pedestrian but very enlightening: think of this way of computing the determinant:
\begin{align*} \det(A) = \sum_{\tau \in S_n}\operatorname{sgn}(\tau)\,a_{1,\tau(1)}a_{2,\tau(2)} \ldots a_{n,\tau(n)}, \end{align*}
Look at the way the characteristic polynomial is computed: in $\det(M-\lambda \operatorname{Id}$), the only source of $\lambda^{n-1}$ comes from the diagonal terms. Once you have chosen $n-1$ diagonal terms, and obtained $(-\lambda)^{n-1}$, the only entry that you can select last is the $n$-th diagonal entry. But the $\lambda^{n-1}$ coefficient is also the sum of the roots of the polynomial, exactly with the sign $(-1)^{n-1}$
The same interpretation goes for the product of the roots, which is the coefficient in front of $\lambda^0$, and also the determinant of $M$.