Maybe this is a really 'stupid' question or my thoughts are running wild after studying to much, but I have the following example exam question:
Is the following statement true or false (provide proof or a counterexample): Let $V$ be a vector space of finite dimension with $L : V \rightarrow V $ and $K : V \rightarrow V$ diagonalizable linear transformations. $L$ and $K$ are equal if and only if the have the same eigenvalues and the same eigenspaces.
Well the '$\implies$' is easy to proof. It's the '$\impliedby$' that bothers me.
Consider the following linear transformations: $$ L : \mathbb{R}^2 \rightarrow \mathbb{R^2} : (x,y) \mapsto (-x,y)$$
and
$$ K : \mathbb{R}^2 \rightarrow \mathbb{R^2} : (x,y) \mapsto (x,-y)$$
It's easy to find the following:
- Eigenvalues of $L$: $\lambda_1 = 1$ and $\lambda_2 = -1$
- Eigenspaces of $L$: $E_{\lambda_1} = span((1,0))$ and $E_{\lambda_2} = span((0,1))$
and
- Eigenvalues of $K$: $\lambda_1 = 1$ and $\lambda_2 = -1$
- Eigenspaces of $K$: $E_{\lambda_1} = span((0,1))$ and $E_{\lambda_2} = span((1,0))$.
Well now one could argue that they have the same eigenvalues and the same eigenspaces (they both have eigenvalues 1 and -1 and both have a eigenspace $span((1,0))$ and $span(0,1)$) but are obviously not the same transformation. However, I'm pretty sure the statement above is true.
Should this be clarified in the question or are eigenspaces 'inseparable' from their eigenvalue? I'm quite sure you can't 'disconnect' the eigenspace from its eigenvalue, but in my opinion the question is inherently vague in that aspect.