In the context of working through a proof of the Invariant Set Theorem for continuous-time dynamical systems, I hit a minor technical issue.
Let ${\bf x} : [0,\infty) \rightarrow {\cal R}^d$ be the trajectory of a time-invariant dynamical system whose vector field is a continuous function ${\bf f} : {\cal R}^d \rightarrow {\cal R}^d$. Let $V : {\cal R}^d \rightarrow {\cal R}$ be a continuously differentiable function. Assume that we know that $V({\bf x}(t))$ converges to a constant $V^*$ as $t \rightarrow \infty$. Let $v : {\cal R} \rightarrow {\cal R}$ and define $v(t) = V({\bf x}(t))$. Then note: $dv/dt = [dV({\bf x})/d{\bf x}] {\bf f}({\bf x}(t))$. I would like to show that $dv/dt \rightarrow 0$ as $t \rightarrow \infty$. Intuitively this seems correct and this argument is commonly used but I'm having a mental block regarding how to make it rigorous.
One approach, for example, would be to write: $\lim_{t \rightarrow 0} \frac{dv}{dt} = \lim_{h \rightarrow 0} \lim_{t \rightarrow 0} \frac{ v(t+h) - v(t)}{h} = 0$
But I'm not sure if it is legitimate to interchange the two limit operators? If this is not legitimate? Could someone provide an alternative suggestion? If the limit operator interchange is legitimate, then could someone give me a quick pointer as to how I can verify it is legitimate for myself?