I have heard of functions being Lipschitz Continuous several times in my classes yet I have never really seemed to understand exactly what this concept really is.
Here is the definition.
$\left | f(x_{1})-f(x_{2}) \right |\leq K\left | x_{1}-x_{2} \right |$
Here is the function I'm using. It is known that this is Lipschitz Continuous.
$f(x)=\sqrt{x^2+5}$
If you pick some points. Here I picked (1, 0.408) and (2, 0.66).
The result is:
$\left | 0.252 \right |\leq K\left | 1 \right |$
So as long as K is 0.252 or bigger then this function is Lipschitz Continuous?
What if I pick K to be 0.0001 is the function no longer Lipschitz Continuous?
To me this is hard to understand, why not always pick K to be very large such that the function is always Lipschitz Continuous?
Unless the left hand side of the inequality is infinity, can't you always find a K big enough to satisfy this inequality?
You can not pick K sufficiently enough for a function to be Lipschitz continuous if they are not. That's the main point of that kind of continuity. If $f$ is not lipschitz continuous, and you say that $K = 10^6$, I can find an pair of points $x_1$ and $x_2$ such that $|f(x_1) - f(x_2)| \geq 10^6|x_1 - x_2|$.
Think about the mean value theorem and Lipschitz continuity.
Mean value theorem says if $f$ is continuous at [a,b] and differentiable at (a,b), then
$\exists c \in (a,b)$ such that $\displaystyle\frac{f(b) - f(a)}{b-a} = f'(c)$.
Lipschitz says that
$\exists K > 0, \forall a,b \in D_f,\mbox{ such that } \displaystyle\frac{|f(b) - f(a)|}{|b - a|} \leq K$.
Then if the derivative of $f$ as a function is bounded, then $f$ will be Lipschitz.
Consider the case
$f(x) = \sqrt{x}$ for $x \in [0,1]$, then $f$ is not Lipschitz, since $\displaystyle\sup_{x \in [0,1]}f'(x) = \displaystyle\lim_{x\to 0} f'(x) = +\infty$.
Also, as an additional note if a function $f$ defined on $S \subseteq \mathbb R$ is Lipschitz continuous then $f$ is uniformly continuous on $S$.