Synopsis
Note that there is an identical question that has no answers based off the same exercise. I hope that I can be a bit more lucky if I provide some more definitions.
The exercise is from Tao's Analysis I and asks simply to prove the chain rule, which he gives as
Let $X,Y$ be subsets of $\mathbb{R}$, let $x_0 \in X$ be a limit point of $X$, and let $y_0 \in Y$ be a limit point of $Y$. Let $f: X \to Y$ be a function such that $f(x_0) = y_0$ and such that $f$ is differentiable at $x_0$. Suppose that $g: Y \to \mathbb{R}$ is a function which is differentiable at $y_0$. The nthe function $g \circ f:X \to \mathbb{R}$ is differentiable at $x_0$, and $$(g \circ f)'(x_0) = g'(y_0)f'(x_0).$$
He recommends utilizing a solution involving a rigorous version of Newton's Approximation we proved earlier in order to avoid the proof which must take into account the case of $f'(x_0) = 0$. He defines Newton's Approximation as such:
Let $X$ be a subset of $\mathbb{R}$, let $x_0 \in X$ be a limit point of $X$, let $f:X \to \mathbb{R}$ be a function, and let $L$ be a real number. Then the following statements are equivalent
- $f$ is differentiable at $x_0$ on $X$ with derivative $L$.
- For every $\epsilon > 0$, there exists a $\delta > 0$ such that whenever $x \in X$ and $|x-x_0| \leq \delta$, we have $$|f(x)-(f(x_0)+L(x-x_0))| \leq \epsilon|x-x_0|.$$
I am always sure to add these definitions because Tao defines things in non-standard ways and also uses notation that is a little different from other texts.
Attempt
Let $\epsilon > 0$. Note that our domain is $X$, so $g$ is restricted to $f(X)$. Hence, there exists a $\delta > 0$ such that if $|f(x) - f(x_0)| < \delta$ then $$|g(f(x)) - (g(f(x_0))+g'(y_0)(f(x)-f(x_0)))| \leq \epsilon |f(x)-f(x_0)|.$$ But I have no idea where to go from here. Note that I must show $$|g(f(x)) - (g(f(x_0))+g'(y_0)f'(x_0)(x-x_0)))| \leq \epsilon |x-x_0|$$ and I'm evidently somehow close, but how do I get $f'(x_0)$ into this? It seems like all I'm missing is one piece of the puzzle but I don't know where to find it. I can fix the right hand side pretty easily through the fact that $f$ must be continuous, but all together I'm a bit stuck on how to get that pesky $f'(x_0)$ term in this. Note that I've already tried somehow connecting Newton's approximation for $f$ into it, but I couldn't find a way. I'd appreciate any hints. Thank you.