I encountered this in a derivation of the 1D wave equation.
Why does the order of application not matter?
$$ expr = f(x,t)$$
$$ \frac{\partial }{\partial t} \left( \frac{\partial }{\partial x } \left(expr \right ) \right) = \frac{\partial }{\partial x} \left( \frac{\partial }{\partial t } \left(expr \right ) \right) $$
why is this true?
(Is it also true for Total Derivatives in the same situation?)