Could someone please help me in understanding the concepts of topologies and equivalent metrics. If possible, giving some examples of equivalent metrics.
For example, I don't know why for the Euclidean space, the d1, d2 and d(infinity) metrics are (strongly) equivalent.
I would really appreciate any help! Thanks :)
Let $x$ and $y$ be two point and consider $\delta_j = x_j-y_j$ then the metrics are defined as $$d_1(x,y) = \sum^N |\delta_j|$$ $$d_2(x,y) = \sqrt{\sum^N \delta_j^2}$$ $$d_\infty(x,y) = \max^N|\delta_j|$$
Now we see for example $|\delta_j| < \max|\delta_j|$ so $\sum |\delta_j| < N\max|\delta_j|$, that is $d_1\le Nd_\infty$.
By the square rule we have $\left(\sum |\delta_j|\right)^2 = \sum |\delta_j|^2 + \sum_{j<k}2|\delta_j\delta_k| \ge \sum|\delta_j|^2$. So we have that $d_1^2 \ge d_2$.
Also we have that $\sum \delta_j^2 \ge |\delta_k|^2$ for all $k$ and especially that $\sum \delta_j^2 \ge \left(\max |\delta_j|\right)^2$ so $\delta_2\ge \delta_\infty$.
To summarize we have:
$$N\delta_\infty\ge d_1 \ge d_2 \ge d_\infty$$
The relation between equivalent and strongly equivalent metrics can be seen if we reformulate the definition of strongly equivalent in a way more similar to the definition for weak equivalence. The definition that $L\tilde d\le d\le K\tilde d$ means that $\tilde B_{r/L}(x)\subset B_r(x)\subset B_{r/K}(x)$, compare this to the definition of mere equivalence $\tilde B_{r'}(x) \subset B_r(x)\subset \tilde B_{r''}(x)$. The difference is that in strong equivalence the $r'$ and $r''$ have a fixed dependency to $r$ while in mere equivalence $r'$ and $r''$ may not only depend on $r$ in a more complex way, it may also depend on $x$.
From this we can see that we cannot form a non-strong equivalence that easily. We must either drop translation invariance or the scaling property ofthe norms mentioned.