let
$H=\{ $$
\begin{bmatrix}
a&-b\\
b&a
\end{bmatrix} \in M_2(R)$$|a,b \in R\}$
and $$M_2(R)$$ is the sets of all 2*2 matrices and all entries in them are Real number.
let
$$f:\mathbb C \to H ; f(a+bi) = \begin{bmatrix}
a&-b\\
b&a
\end{bmatrix} $$
how can I prove that f is onto?
my solution is like this:
for every $$h\in H$$ there must be a $$c\in \mathbb C$$ where f(c)= h.
we assume that there exist an h that is not correct in this condition.
$$ h =
\begin{bmatrix}
a&-b\\
b&a
\end{bmatrix} $$ so we can say there is a c=a+bi.
But I think this solution is not correct so what should I do?