I need some help for the following problem:
Let $F:\mathbb{R}\to\mathbb{R}$ be a primitive function for $f:\mathbb{R}\to\mathbb{R}$, where $f(x)=\dfrac{1}{x^4+2}$.
Prove that:a)$F$ is injective,
b)$|F(x_1)-F(x_2)|\leq|x_1-x_2|$, $x_1,x_2>0$.
I managed to solve "a)" but I do not have any idea how to solve "b)". Can anyone help me?
Thanks to mean value theorem
$F(x_2)-F(x_1)=F'(c)(x_2-x_1)=f(c)(x_2-x_1)$ for some $c\in(x_1,x_2)$
therefore
$|F(x_2)-F(x_1)|=|f(c)||x_2-x_1|\leq |x_2-x_1|$
because $f(x)\leq 1, \quad\forall x \in\mathbb{R}$
Hope this helps