Which of the following functions, $f: [0,\infty) \rightarrow [0,\infty)$, can be composed with a metric $d$ to get a new metric $f \circ d$:
a)$\;f(x) = \begin{cases}0 & \text{if $x=0$} \\x+1 & \text{if $x >0$}\end{cases}$
b)$f(x) = x^2, x \ge 0$
c)$f(x) = \arctan(x), x \ge 0$
In order for $f \circ d$ to be a metric we need $f$ to be monotonic and subadditive (and of course evaluate to 0 only when the input is 0) so that we can have the triangle inequality property satisfied. This is what I have so far:
a) $f$ is monotonic (looking at the graph, it is always increasing over $[0,\infty)$)
$\;\;\;f$ is subadditive since $1+(x+y) \le (1+x) + (1+y)$, for all $x,y$
b)$f$ is monotonic(looking at the graph, it is always increasing over $[0,\infty)$)
$\;\;\;f$ is not subadditive since $(x+y)^2 = x^2 + 2xy + y^2 \not\le x^2 + y^2$
c)$f$ is monotonic(looking at the graph, it is always increasing over $[0,\infty)$)
$\;\;\;f$ is or is not subadditive ??
I'm thinking that $\arctan(x)$ is subadditive since I can't think of any case where $\arctan(x+y) \le \arctan(x) + \arctan(y)$ doesn't hold over $[0,\infty)$.
Feedback on what I have so far is appreciated.