Let $(X,d)$ be a complete metric space.
Prove $(X,d')$ is a complete metric space such that $d'(x,y)=\begin{cases} \max\{1, d(x, y) \}&x\neq y\\0&x=y\end{cases}$
Can't figure out why this statement is correct.
Let $\{X_n\}$ be a Cauchy-sequence.
By definition of Cauchy-sequence $\exists N\geq1$ such that $d(x_n,x_m)<1,\forall n\neq m>N.$
It follows that $d'(x_n,x_m)=1 \forall n,m>N$.
In another words , $\forall \epsilon$ where $0<\epsilon<1 ,d'(x_n,x_m)\ge 1$, this is not cauchy-sequence..
Where am I wrong ?
Appreciate any help.