Hi I am working on the following problem Let $\mathbb{Z}$ be the set of integers and $p$ be a fixed prime number. Represent any $x\in\mathbb{Z}$ as follows $$x=p^k\cdot y\qquad \text{where }y\not\equiv 0\,\,\,(\text{mod }p)$$ Put $$\|x\|_{(p)}:=\begin{cases}p^{-k},\,\,\,\,\text{if }x\neq 0\\0,\,\,\,\,\,\,\,\,\,\,\text{if }x=0\end{cases}$$ and define the function $\rho_{(p)}(x,y):=||x-y||_{(p)}$
(i) Show that $\rho_{(p)}$ is a metric on $\mathbb{Z}$
(ii) Is $\mathbb{Z}$ bounded in this metric?
(iii) Is $\mathbb{Z}$ totally bounded in this metric?
(iv) Is $\mathbb{Z}$ complete in this metric?
(v) Is $\mathbb{Z}$ compact in this metric?
I know how to do (i), but I don't know how to do the rest. Any help would be appreciated.