The statement I'm trying to prove is:
$(x+y)^c\le x^c+y^c$ whenever $0\le x,y$ and $0\le c\le1$.
This comes up in the proof that $|x|_*^c$ is an absolute value whenever $0<c\le1$ and $|x|_*$ is an absolute value over some integral domain $D$. The given statement, however, is simply a question about a real inequality. How do you prove this one?
The case $x=0$ or $y=0$ is trivial, so we can assume that $x,y>0$. Then expanding the definitions we have $e^{c\log(x+y)}\le e^{c\log x}+e^{c\log y}$, but the addition doesn't play well with the exponentials and logs, so I don't see what else can be done. This feels like a convexity result, but I'm not seeing exactly how to make the connection (not to mention that I still haven't proved that $\exp$ is convex and $\log$ is concave, so if I can avoid that I'd prefer to).