Consider two metric spaces $(X, d_X)$ and $(Y,d_Y)$, with $d_X$ and $d_Y$ induced by two norms. Suppose function $f: X → Y$ has or lacks some properties, such as:
- Continuity
- Uniform Continuity
- Lipschitz Continuity with constant K
- Contraction mapping
- Differentiabiliy
Now suppose we replace $d_X$ and $d_Y$ by metrics $d_{X}'$ and $d_{Y}'$, where $d_{X}'$ and $d_{Y}'$ are induced by norms that are equivalent to those that induced $d_X$ and $d_Y$.
Does the function $f$ possess the same properties (1-5) with these new metrics?
I found it surprisingly hard to figure out if that is the case - most sources I've seen just prove that all norms are equivalent in a finite-dimensional linear space, without really showing why we would care for norm equivalence at all.
EDIT: It doesn't work for Lipschitz Continuity as described here.