Definition :
$\omega(f,[a,b]):=\sup\{f(x):x \in [a,b]\} - \inf \{f(x):x \in [a,b] \}$
Question :
Assume that $f$ is a bounded function on $[a,b]$.
(i) Prove that $\omega(|f|,[a,b]) \le \omega(f,[a,b])$
(ii) Assume that $M$ is a bound of $f$. ( Meaning $\forall x \space |f(x)| \le M$ ) Prove that :
$\omega(f^2,[a,b]) \le 2M\omega(f,[a,b])$
(iii) Assume that $m \gt 0$ is a lower bound of $f$. Prove that :
$\omega(\frac{1}{f},[a,b]) \le \frac{\omega(f,[a,b])}{m^2}$
Note 1 : About part (i), I know that the difference between absolute values is less than the previous values, i mean, i have the image in my mind, but i don't know how to write in a formal way.
Note 2 : About part (ii) & (iii), I'm completely out of ideas. What's the relation between $f^2$ and $2M\omega(f,[a,b])$?! Or between $\frac{1}{f}$ and $\frac{\omega(f,[a,b])}{m^2}$ !