I'm facing an apparent contradiction when trying to solve a linear algebra exercise. I am asked to find a basis for the vector space of $2\times 2$ matrices such that the function $$f(A) = A - A^t $$
is represented by the matrix
$$\left( \begin{array}{cccc} 1 & 0 & 0 & 0 \\ 0 & 0 & 0 & 0 \\ 0 & 0 & 0 & 0 \\ 0 & 0 & 0 & 0 \\ \end{array} \right) $$
which would mean that some matrices are eigenvectors with eigenvalue $1$ for $f$, which seems to be impossible.
You should redefine $f$ as
$$f(A)=\frac{1}{2}(A-A^t).$$
This is the map that is usually called anti-symmetrization, and solving the exercise should tell you why!