A function $f:(M,\ d)\to(N,\ \rho)$ ρ) is called Lipschitz if there is a constant $K<\infty$ such that $\rho(f(x), f(y))\le Kd(x, y)$ for all $x,\ y\in M$. Prove that a Lipschitz mapping is continuous.
My attempt:
To show that $f(x)$ is continuous, it suffices to show that the inverse image of every basis element $B_\rho(f(x),\ \epsilon)$ (I am assuming that $f$ is onto; is this assumption required?) where $x\in M$ is open, i.e., $f^{-1}(B_\rho(f(x),\ \epsilon))$ is open.
Let $x_0\in f^{-1}(B_\rho(f(x),\ \epsilon))$
$\implies f(x_0)\in B_\rho(f(x),\ \epsilon)$
$\implies\rho(f(x),\ f(x_0))<\epsilon$ ---------- (1)
We need to find a $\delta>0$ s.t. $B_d(x_0,\ \delta)\subset f^{-1}(B_\rho(f(x),\ \epsilon))$.
Let $y\in B_d(x_0,\ \delta)$
$\implies d(x_0,\ y)<\delta$
$\implies Kd(x_0,\ y)<K\delta$
So, the given Lipschitz condition implies $\rho(f(x_0),\ f(y))<K\delta$ ----------- (2)
We need to prove that $\rho(f(x),\ f(y))<\epsilon$.
By the triangle inequality, $\rho(f(x),\ f(y))\le\rho(f(x),\ f(x_0))+\rho(f(x_0),\ f(y))<\epsilon+K\delta$.
Thus the RHS of my inequality is too big for any positive value of $\delta$. Where have I gone wrong?
Let $f : (M, d) \rightarrow (N, \rho)$ be a $K-$Lipschitz mapping.
Let $\epsilon > 0$, and $\eta = \epsilon/K$. Let $x \in M$.
For all $y \in M$ such that $d(x,y) \leq \eta$, you have $\rho(f(x), f(y)) \leq K \times (\epsilon/K) = \epsilon$.
Doesn't that prove that $f$ is continuous in $x$ ?