I am studying from Tu's Introduction to Manifolds, which makes the following two claims:
- To each flow line is an integral curve of a vector field.
- Every smooth vector field has a local flow about any point.
I am having trouble understanding the two statements above. In case I am thinking about something incorrectly, I have summarized my current understanding below.
Suppose we have a smooth manifold $M$ and a smooth vector field $X$ on $M$. We can interpret $X$ as assigning a tangent vector to each point in $M$. The way I visualize this is similar to how we draw slope fields in elementary ODEs.
If $p \in U$ where $U$ is open in $M$, then there exists a function $F: (-\epsilon, \epsilon) \times W \rightarrow U$, where $W \subset U$ is an open neighborhood of $p$, such that $$\frac{\partial F}{\partial t}(t,q) = g(F(t,q))$$ and $g$ corresponds to the coefficient of the vector field $X$. Using the notation $F_t(q) = F(t,q)$, we say that $F$ is a local flow generated by a vector field $X$ and $F_t(q)$ is a flow line.
Also, from my understanding, an integral curve is a curve $c: [a,b] \rightarrow M$ such that $c'(t) = X_{c(t)}$. The way I think about integral curves is that the velocity of the curve at a point is equal to the tangent vector given by $X$ at that point.
If my understanding is correct, then a flow line is a curve which starts at a point $q$ and evolves in time by following the tangent vectors given by $X$. Is this why we say that every flow line is an integral curve of $X$?
For the second point, a local flow is not described by a particular point. If I am not mistaken, it gives us the "new position" in $M$ for some point $q$ and time $t$ governed by $X$. So how do we talk about a local flow at any point? Does he mean every smooth vector field has a local flow line about any point?