I have seen some statements and proofs of multivariable chain rule in various sites. I "somewhat" grasp them but seems too complicated for me to fully understand them.
To make my life easy, I have come up with a simple statement and a simple "rigorous" proof of multivariable chain rule. Please explain to what extent it is plausible.
PLEASE NOTE: In my statement of multivariable chain rule "$f[x(t),y(t)]$ is differentiable at $t=a$" is a condition rather than a provable result. I think it is the only way in which my statement differs from the usual statement.
I am a graduate Physics student and everywhere in my text (Electricity and Magnetism, Thermodynamics, etc) there is no mention of differentiability even though multivariable chain rule is used quite often. It seems to me the book just assumes that all functions used in the book are differentiable everywhere.
So with this little change in the statement, I do not think it will have any affect on my rigorous Physics study. Am I right?
$\text{}$
Statement: If $f[x(t),y(t)]$, $x(t)$ and $y(t)$ are differentiable at $t=a$; and
$f(x,y)$ is differentiable at $x(t)=x(a)$ and $y(t)=y(a)$;
then at $t=a$
$$\dfrac{df[x(t),y(t)]}{dt}=\dfrac{\partial f[x(t),y(t)]}{\partial x(t)}\ \dfrac{dx(t)}{dt}+\dfrac{\partial f[x(t),y(t)]}{\partial y(t)}\ \dfrac{dy(t)}{dt}$$
$\text{}$
Proof:
\begin{align} \Delta f[x,y]&=f[x+\Delta x, y+\Delta y]-f[x,y]\\ &=f[x+\Delta x, y+\Delta y]-f[x,y+\Delta y]+f[x,y+\Delta y]-f[x,y]\\ &=\delta f_x[x,y]+\delta f_y[x,y]\\ \Rightarrow\ \Delta f[x(t),y(t)]&=\delta f_x[x(t),y(t)]+\delta f_y[x(t),y(t)]\\ \Rightarrow \dfrac{\Delta f[x(t),y(t)]}{\Delta t}&=\dfrac{\delta f_x[x(t),y(t)]}{\delta x(t)}\dfrac{\Delta x(t)}{\Delta t}+...\\ \Rightarrow \lim\limits_{\Delta t \to 0} \dfrac{\Delta f[x(t),y(t)]}{\Delta t}&= \lim\limits_{\Delta t \to 0} \left( \dfrac{\delta f_x[x(t),y(t)]}{\delta x(t)}\dfrac{\Delta x(t)}{\Delta t} \right)+...\\ \Rightarrow \lim\limits_{\Delta t \to 0} \dfrac{\Delta f[x(t),y(t)]}{\Delta t}&= \lim\limits_{\Delta t \to 0} \left( \dfrac{\delta f_x[x(t),y(t)]}{\delta x(t)} \right) \lim\limits_{\Delta t \to 0} \left( \dfrac{\Delta x(t)}{\Delta t} \right)+...\\ &\text{}\\ &\text{It is given that $x(t)$ is differentiable at $t=a$.}\\ &\text{Therefore $\lim\limits_{\Delta t \to 0} \dfrac{\Delta x(t)}{\Delta t}$ exists.}\\ &\text{Therefore when $\Delta t \to 0$, $\Delta x(t) \to 0$.}\\ &\text{}\\ \Rightarrow \lim\limits_{\Delta t \to 0} \dfrac{\Delta f[x(t),y(t)]}{\Delta t}&= \lim\limits_{\Delta x(t) \to 0} \left( \dfrac{\delta f_x[x(t),y(t)]}{\delta x(t)} \right) \lim\limits_{\Delta t \to 0} \left( \dfrac{\Delta x(t)}{\Delta t} \right)+...\\ &\text{}\\ &\text{It is given that $f[x(t),y(t)]$, $x(t)$ and $y(t)$ are differentiable at $t=a$;} \\ &\text{and $f(x,y)$ is differentiable at $x(t)=x(a)$ and $y(t)=y(a)$}\\ &\text{}\\ &\text{Therefore we can replace the limits with derivatives.}\\ &\text{}\\ \Rightarrow \dfrac{df[x(t),y(t)]}{dt} &= \dfrac{\partial f_x[x(t),y(t)]}{\partial x(t)}\ \dfrac{dx(t)}{dt} +...\\ \end{align}
So this is the statement and proof I have come up with. Again, please explain to what extent is it plausible (whether it is completely or partially rigour).
This is not rigorous at all. For one thing, you have not even defined most of your notation: what do $\Delta x(t)$, $\delta f_x(x,y)$, and so on mean? Even filling in reasonable guesses for what the notation means, there are serious issues. For instance, if $x(t)$ is a constant function, then it would seem that what you are referring to as $\delta x(t)$ is always $0$, so you cannot divide by it. There is also an issue that the difference $f(x+\Delta x,y+\Delta y)-f(x,y+\Delta y)$ is taken at $y+\Delta y$ instead of at $y$, and so you cannot expect it to be well-approximated using a partial derivative of $f$ at $(x,y)$ unless you know that partial derivative is continuous.
At best, what you have written is a sketch of a proof of the chain rule under significantly stronger hypotheses than you have stated.