Suppose the curve $y=f(x)$ has a tangent $T$ at the point $P=(x,f(x_0))$, with equation, $$y=T(x)=f'(x_0)(x-x_0)+f(x_0).$$ Prove that $T(x)$ is the "best linear approximation" to $f(x)$ near $x_0$ in the following sense: If $L$ is any other straight line through $P$, with equation, $$y=L(x)=m(x-x_0)+f(x_0)$$ where $m\ne f'(x_0)$
then $$\lvert f(x)-T(x)\lvert<\lvert f(x)-L(x)\lvert$$ for all $x$ in a sufficiently small deleted neighborhood of $x_0$.
I was thinking of working backwards but I got stuck here, $$\lvert f(x)-T(x)\lvert-\lvert f(x)-L(x)\lvert<0$$ Any ideas? Also, don't use Taylor series or expansion.