Given function $f:\mathbb{R}\to \mathbb{R}:f(x)=\cos x$, check whether it is
- surjective
- injective
- increasing
- decreasing
- strictly increasing
- strictly decreasing
My Idea:
$f(0)=f(2\pi)$ but $0 \neq 2\pi$ this f is not one one
consider $y=2 \in \mathbb{R}$
There does not exist any $x\in \mathbb{R}$ such that $f(x)=\cos x=y=2$
then $f$ is not onto
what about other options