If $f$ is bijective and monotonic function is $f^{-1}$ monotonic?
Here is my attempt at solving the question but I'm unsure wether it's the right way to proceed or not.
Mathematical translation of $f$ is bijective and monotonic:
$\forall x, f(x)\le f(x+1)$ or $f(x)\ge f(x+1)$
We have $f^{-1}(x)=x$ therefore and $x\le x+1$ therefore $f^{-1}$ is monotonic.
Hint #1: Let $f: D \rightarrow C$ be a bijective function with domain $D$ and codomain $C$. Then $f$ is monotonic implies that there exist $x, y \in D$ such that $$x \leq y \implies f(x) \leq f(y)$$ (if $f$ is monotonic increasing), or $$x \geq y \implies f(x) \geq f(y)$$ (if $f$ is monotonic decreasing).
Hint #2: If $f: D \rightarrow C$ is bijective, then $f^{-1}: C \rightarrow D$ is also bijective.
Hint #3: The compositions $$f(f^{-1}(x)) = x$$ and $$f^{-1}(f(x)) = x$$ hold.
Can you take it from here?