Let d and d' be strongly equivalent metrics on a set X. Prove that a sequence is Cauchy in (X,d) if and only if it is Cauchy in (X,d').
d is strongly equivalent to d' if $\exists$ constants $c_1,c_2$ such that for any $p,q$ we have: $d(p,q)\leq c_1 d'(p,q)$ and $d'(p,q)\leq c_2 d(p,q)$
Suppose $(x_n)$ is Cauchy with respect to $d$. Fix $\varepsilon > 0$. Then there exists an $N$ such that $$n, m \ge N \implies d(x_n, x_m) < \frac{\varepsilon}{c_2} \ldots$$