Let $A\in \operatorname{Mat}_{2\times 2}(\Bbb{R})$ with eigenvalues $\lambda\in (1,\infty)$ and $\mu\in (0,1)$. Define $$T:S^1\rightarrow S^1;~~x\mapsto \frac{Ax}{\|Ax\|}$$ I need to show that $T$ has 4 fixed points.
My idea was the following. Since $\mu, \lambda$ are eigenvalues there exists, $x,y\neq 0$ such that $Ax=\mu x$ and $Ay=\lambda y$.Then I claim that $x,y$ are fixed points:$$Tx=\frac{Ax}{\|Ax\|}=\frac{\mu x}{\|\mu x\|}=\operatorname{sign}(\mu)\frac{x}{\|x\|}=\frac{x}{\|x\|}=x$$ similarly one can show that $Ty=y$. But then I don't see where the other two fixed points should come from?
The other two fixed points are $-x$ and $-y$, when $x$ and $y$ lie on $S^1$ (they can always be chosen to lie on $S^1$ since eigenvectors can be scaled), since $S^1$ is invariant under negation: $$-x\mapsto\frac{-Ax}{\|Ax\|}=\frac{-\mu x}{\|\mu x\|}=-x$$ Note that the problem statement still holds, and this proof still works (if "$4$ fixed points" means at least $4$), as long as $A$ has linearly independent eigenvectors and positive eigenvalues.