1

Consider the following distance function in $\mathbb{R}^2$:

$d_L[(x_1,y_1),(x_2,y_2)]=\ln(1+|x_1-x_2|)+\ln(1+|y_1-y_2|)$.

I believe this is a metric on $\mathbb{R}^2$ since $f(x)=\ln(1+x)$ is a well-known metric-preserving function and because the sum of two metrics yields another metric. My only uncertainty is whether $|x_1-x_2|$ and $|y_1-y_2|$ are each metrics on $\mathbb{R}^2$ in their own right.

Is there an easier way to determine whether or not $d_L[(x_1,y_1),(x_2,y_2)]$ is a true metric on $\mathbb{R}^2$?

1 Answers1

0

Hint: You need only prove triangle inequality. $$\ln(1+|x_1-x_2|)+\ln(1+|y_1-y_2|)=\ln((1+|x_1-x_2|)(1+|y_1-y_2|))$$ use this and $\ln x$ is an increasing function.

R.N
  • 4,318