Is there a simple and intuitive way to prove the chain rule, that is, if $y$ is a function of $u$ and $u$ is a function of $x$, then why is $\frac{dy}{dx}$ = $\frac{dy}{du}$ $\cdot$ $\frac{du}{dx}$ ? This could just be an intuitive argument.
PS: The only proofs I found were based off of confusing definitions.
If $\frac{du}{dx}=k\neq 0$ at some $x$, then a first-order (that is: linear) approximation of $du$ close to $x$, gives $$ du=k\cdot dx \Rightarrow \frac{1}{du}=\frac{1}{k\cdot dx} $$ thus: $$ \frac{dy}{du}\cdot\frac{du}{dx}=\frac{dy}{k\cdot dx}\cdot k=\frac{dy}{dx} $$ Intuitively, you should be thinking of differentials as "small changes". So small, that even linear approximation would be good "enough".