A. Let (M, d) be a metric space and $R>0$ be any real number. Show that $(M, R\cdot d)$ is also a metric space.
B. Is $(M,d^2)$ also a metric space if (M, d) is a metric space? If yes, then prove it. If no, then give a counterexample. What if you use the square root instead of squaring?
$\textbf{Part A:}$ Assume that $(M,d)$ is a metric space. To prove that $(M,R \cdot d)$ is a metric space, we must show that the distance function satifies the following properties:
- $R \cdot d(x,x)=0 \iff x=0$
Since $(M,d)$ is a metric space and $R>0$ then we have $d(x,x)=0 \iff x=0$ so if we multiply the first equation by R we will of course obtained the following result: $R \cdot d(x,x)=0 \iff x=0$.
- $R \cdot d(x,y)=R \cdot d(y,x)$
Since $(M,d)$ is a metric space and $R>0$ then we have $d(x,y)=d(y,x)$ so if we multiply both sides of the equation by R we will of course obtained the following result: $R \cdot d(x,y)=R \cdot d(y,x)$.
- $R\cdot d(x,z) \leq R \cdot d(x,y)+ R \cdot d(y,z)$
Since $(M,d)$ is a metric space and $R>0$ then we have $d(x,z) \leq d(x,y)+d(y,z)$ so if we multiply the both sides of the inequality by R we will of course obtained the following result: $R\cdot d(x,z) \leq R \cdot d(x,y)+ R \cdot d(y,z)$.
Hence $(M, R \cdot d)$ is a metric space.
$\textbf{Part B: Is $(M,d^2)$ also a metric space if $(M, d)$ is a metric space?}$
$\textbf{Claim:}$ $(M,d^2)$ is not a metric space, if $(M,d)$ is a metric space.
$\textbf{Proof ( by contradition):}$ Assume that $(M,d^2)$ is a metric space. Also, assume that $(M,d)$ is a metric space. To prove that $(M,R \cdot d)$ is a metric space, we must show that the distance function satifies the following properties:
- $d^2(x,x)=0 \iff x=0$
Since $(M,d)$ is a metric space then we have $d(x,x)=0 \iff x=0$ so if we square the first equation we will of course obtained the following result: $d^2(x,x)=0 \iff x=0$.
- $d^2(x,y)=d^2(y,x)$
Since $(M,d)$ is a metric space then we have $d(x,y)=d(y,x)$ so if we square the both sides of the equation we will of course obtained the following result: $d^2(x,y)=d^2(y,x)$.
- $d^2(x,z) \leq d^2(x,y)+ d^2(y,z)$
Since $(M,d)$ is a metric space then we have $d(x,z) \leq d(x,y)+d(y,z)$. Hence $$d^2(x,z)=(d(x,z))^2 \leq (d(x,y)+d(y,z))^2=d^2(x,y)+2d(x,y)d(y,z)+d^2(y,z)$$ However $d^2(x,y)+2d(x,y)d(y,z)+d^2(y,z)$ will never be less than $d^2(x,y)+d^2(y,z)$. So we need to hope that they are equal. If both quantities are equal then $2d(x,y)d(y,z)=0$ which only happens if $x=y$ or $y=z$. Hence we have a contradiction because this doesn't happen for all $x,y,z \in M$.
Hence $(M, d^2)$ isn't a metric space.
$\textbf{Part B: What if you use the square root instead of squaring?}$
$\textbf{Claim:}$ $(M,d^\frac{1}{2})$ is not a metric space, if $(M,d)$ is a metric space.
$\textbf{Proof ( by contradition):}$ Assume that $(M,d^\frac{1}{2})$ is a metric space. Also, assume that $(M,d)$ is a metric space. To prove that $(M,R \cdot d)$ is a metric space, we must show that the distance function satifies the following properties:
- $d^\frac{1}{2}(x,x)=0 \iff x=0$
Since $(M,d)$ is a metric space then we have $d(x,x)=0 \iff x=0$ so if we square-root the first equation we will of course obtained the following result: $d^\frac{1}{2}(x,x)=0 \iff x=0$.
- $d^\frac{1}{2}(x,y)=d^\frac{1}{2}(y,x)$
Since $(M,d)$ is a metric space then we have $d(x,y)=d(y,x)$ so if we square-root the both sides of the equation we will of course obtained the following result: $d^\frac{1}{2}(x,y)=d^\frac{1}{2}(y,x)$.
- $d^\frac{1}{2}(x,z) \leq d^\frac{1}{2}(x,y)+ d^\frac{1}{2}(y,z)$
Since $(M,d)$ is a metric space then we have $d(x,z) \leq d(x,y)+d(y,z)$. Hence $$d^\frac{1}{2}(x,z)=(d(x,z))^\frac{1}{2} \leq (d(x,y)+d(y,z))^\frac{1}{2}$$
I just don't know how to finish this proof.