PDA

View Full Version : Proof of unique derivative


mathlove1
Dec23-11, 02:32 PM
Hi--

I am trying to work through Spivak's Calculus on Manifolds over the holidays, and I am a little stuck on his proof of the unique derivative (on p. 16 as well as below).

Specifically,
(i) Why does the ≤ inequality hold, and
(ii) Why does the last equality of the second-to-last-line hold?

I would very much appreciate any help!

micromass
Dec23-11, 02:53 PM
(i) The triangle inequality |x+y|\leq |x|+|y|

(ii) Linearity of \lambda and \mu:

\frac{|\lambda(tx)-\mu(tx)|}{|tx|} = \frac{|t\lambda(x)-t\mu(x)|}{|tx|} = \frac{|t||\lambda(x)-\mu(x)|}{|t||x|} = \frac{|\lambda(x)-\mu(x)|}{|x|}

mathlove1
Dec24-11, 10:20 AM
Thanks so much!