Question: Let $A\in M_2(\mathbb R)$, Prove that $$a_1A^1 + a_2A^2 + ... + a_5A^5 = 0$$ for some $a_i\in\mathbb R$ which are not all zero.
First I figured out the point of this proof is to show $A^1, A^2, ..., A^5$ are linearly dependent.
While since $A^5$ is a $2 \times 2$ matrix, there must be a relationship between $A^1$ to $A^5$ such that $A^5$ can be represented by a combination of $A^1,A^2,A^3,A^4$. I can compute that but I think there should be a smarter way to get the dependent we want. Thx.
The space of $2\times 2$ matrices is 4-dimensional. Since $A^1,\dots,A^5$ are five matrices, they must be linearly dependent.
EDIT (as requested in the comments, see this question for many complete proofs of the Lemma):
Lemma. Let $(\Bbb V, +, \cdot)$ be an $n$-dimensional vector space ($n\in\Bbb N$) with basis $e_1,\dots,e_n$. Then for $m>n$, any vectors $v_1,\dots,v_m\in\Bbb V$ are linearly dependent.
Proof. We can write for some constants $a_{11}, \dots, a_{mn}$:
\begin{gather} v_1 = a_{11} e_1 + a_{12} e_2 + \dots + a_{1n} e_n,\\ \vdots \\ v_m = a_{m1} e_1 + a_{m2} e_2 + \dots + a_{mn} e_n. \end{gather}
Suppose that $\sum_{i=1}^m c_i v_i = 0$. Then $\sum_{i=1}^m c_i v_i = \sum_{i=1}^n e_i \left(\sum_{j=1}^m c_j a_{ji}\right)=0$ for all $i=1,\dots,n$. It follows from basic theory of linear equation systems that all $c_i=0$. $\square$