The logarithm function over $\mathbb{R}^{+}$ has the known property that:
$$\log(xy) = \log(x)+\log(y)$$
I wonder if we have an analogue for the case of $\log(x+y)$ where the RHS would be some approximation in terms of $\log(x),\log(y)$? If there was a way to approximate and calculate the error bounds that would be great. Any references would be appreciated.
Note: I am not quite sure what Tags are appropriate here so I chose some that are remotely related
I general for a concave function f we have the following:
$$\frac{f(x)+f(y)}{2} ≤ f\left(\frac{x+y}{2}\right)$$
Because $\ln$ is concave, we have the following:
$$\frac{\ln(x)+\ln(y)}{2} ≤ \ln\left(\frac{x+y}{2}\right)$$
which can be rearranged into the following lower bound for $\ln(x+y)$:
$$\frac{\ln(x)+\ln(y)}{2} + \ln(2) ≤ \ln(x+y)$$
Now for an upper bound, consider the following:
When $0<x,y$ we have $x^2+y^2 ≤ (x+y)^2$
If we replace $x$ with $\sqrt x$ and similarly for $y$ we have:
$x+y ≤ \left(\sqrt x+\sqrt y\right)^2$
Therefore $\ln(x+y) ≤ 2\ln\left(\sqrt x+\sqrt y\right)$
So in summary:
$$\frac{\ln(x)+\ln(y)}{2} + \ln(2) ≤ \ln(x+y) ≤ 2\ln\left(\sqrt x+\sqrt y\right)$$