I want to calculate the Lipschitz constant for the normalization function $f(x)=\frac{x}{\|x\|}$. Any idea how I can solve this problem?
Just as indicated @Yiorgos S. Smyrlis, it is it self not Lipschitz. But I really appreciate that when we assume $\|x\|$ is bounded below, we can get the Lipschitz constant.
The function $$ f(x)=\frac{x}{\|x\|}, \quad x\in X\setminus\{0\}, $$ where $X$ is a normed space IS NOT Lipschitz continue. Not even uniformly continuous. Let $e\in X$, with $\|e\|=1$. Then $$ \|f(e/n)-f(-e/n)\|= \left\|\frac{e/m}{\|e/m\|}-\frac{-e/n}{\|-e/n\|}\right\| = \left\|\frac{e}{\|e\|}+\frac{e}{\|e\|}\right\|=2, $$ while $\|e/n-(-e/n)\|\to 0$.
However, $f$ is indeed Lipschitz continuous in $X\setminus B_r(0)$, where $B_r(0)$ is the open ball, centered at 0, with radius $r>0$. $$ \|f(u)-f(v)\|= \left\|\frac{u}{\|u\|}-\frac{v}{\|v\|}\right\| =\frac{1}{\|u\|\|v\|}\big\|\|v\|u-\|u\|v\big\| \\ = \frac{1}{\|u\|\|v\|}\big\|\|v\|(u-v)-(\|u\|-\|v\|)v\big\| \\\le \frac{1}{\|u\|\|v\|}\big\|\|v\|(u-v)\big\|+ \frac{1}{\|u\|\|v\|}\big\|\|(\|u\|-\|v\|)v\big\| \\ \le \frac{1}{\|u\|}\big\|u-v\big\|+ + \frac{1}{\|u\|}\big|\|u\|-\|v\|\big| \le \frac{2}{r}\big\|u-v\big\|. $$