If we have a matrix $A \in \mathbb{R}^{n \times n}$ and $A=T\Lambda T^{-1}$ for $T\in \mathbb{R}^{n \times n}$, how to prove that each column vector $t^i \in \mathbb{R}^n$ that $At^i = \lambda(t^i)$?
I'm having trouble understanding how to prove that each element $t^i$ of $T$ is still an eigenvalue/vector pair of $A$. Thus saying that $(t^i, \lambda_i)$ is an eigenvalue and eigenvector pair since $A \in \mathbb{R}^{n \times n}$ but $t$ is a column vector of $T$ and is only $\mathbb{R}^n$.
Any help in proving this would be much appreciated.
$$A=T\Lambda T^{-1}$$
Multiply $T$ on both sides from the right.
$$AT=T\Lambda$$
Look at the $i$ column or if it helps, multiply by $e_i$ where $e_i$ is the $i$-th standard unit vector, there you can observe that
$$At^i = \lambda_i t^i$$