You're reading the public-facing archive of the Category Theory Zulip server.
To join the server you need an invite. Anybody can get an invite by contacting Matteo Capucci at name dot surname at gmail dot com.
For all things related to this archive refer to the same person.
What's the intuition behind the tangent bundle of a tangent bundle ?
If has two coordinates (a point and a vector), then how many coordinates does have? A lecture from Geoffrey Cruttwell on the tangent categories workshop seems to suggest there's four coordinates (at 13:14 timestamp), but I'm not sure how to visualise that. If consists of a point in and a vector at that point, then shouldn't consist of a point in (i.e. already a pair of a point and a vector) and a tangent vector at that point?
Though, even though the three-coordinate option seems more sensible, I'm still not sure how to visualise it, or get any intuition about what the second tangent vector represents
T(T(M)) has four times the dimensions of M, yes.
What do the last two components represent?
If I have an element , then can be thought of as a change in .
If I have an element , then can be thought of as a change in , but how do I think of and ?
is another change in , while is a change in .
Oh, so a tangent bundle of a pair type tells us how both of these elements change, not just how the "last one" changes? For some reason I was not expecting this... but it does seem more natural that I think about it now
The tangent bundle construction takes as input a manifold, not a bundle, so it doesn't care about that. Maybe you are thinking of some kind of fibrewise tangent bundle construction.
Physicists think a lot about T(T(M)). A point in M can represent the position of a particle. A point T(M) then represents its position and velocity. In the Lagrangian approach to dynamics, the way position and velocity change over time is described by a vector field on T(T(M)). So, for any point in T(M) we get a point in T(T(M)) that describes the rate at which position and velocity change over time. Usually a consistency condition holds, which says that the rate at which position changes is equal to the velocity!
Right, I think I didn't internalise properly that is a manifold itself. The outside has no idea that we're giving it a manifold which already had applied to it.
Points in are black boxes which have two components: the base point, and the change vector itself. Applying to it gives us a pair of black boxes, one original pair , and a new one telling us how both and itself can be changed.
To think about these things mathematically, it's worth noting that like any bundle, there's a projection
Taking the differential of , we get
.
(We could call this here "" to indicate that it's just the functor applied to a morphism, but geometers don't do this.)
But also, because is a bundle over , we have a map
So, you should think about comparing these two ways to get a guy in from a guy in . They're not equal!
This is connected to my remark
Usually a consistency condition holds, which says that the rate at which position changes is equal to the velocity!
and how you state this condition.
Ah, right, so we've got two maps of type . Let me see if I can get this right. The first one takes a quadruple to ). This is because just projects out the base point of , so should project out the base point and the change over it. The second one just projects out the base point of , i.e.
Though, now that I wrote it, I'm suspicious whether can be of type
I suppose it can, but the question is, what is the type of ? I suppose it should be the "space of changes over m", i.e. the same type as ? In which case it's all fine and the result typechecks
It's good to use the standard notation for the tangent space of at the point . So:
and
so what you're wondering about is whether you can interpret as an element of .
I think what's really going on is that you need to use the two maps I mentioned to deal with and , and even show that an element of deserves to be written as a pair. Your intuitions are right, it just takes some work to formally justify them!
I've always tried to keep a low dimensional example in my head to make things easier to visualize. I like this picture from Wikipedia:
https://en.wikipedia.org/wiki/Tangent_bundle#/media/File:Tangent_bundle.svg
Say is the circle whose coordinate is called , then the tangent spaces are the red lines. Let's just call a tangent vector since it could represent a path's velocity along . We rearrange the tangent spaces into a cylinder to get the tangent bundle , so the velocity is now represented by height along the cylinder.
A tangent space in is going to be a plane touching the cylinder, so the bundle will indeed be 4 dimensional. Unfortunately it's already hard to visualize the bundle since we've run out of spatial dimensions. But you can imagine the planes rearranged in the same way that we rearranged the tangent lines. So a vector in a tangent plane will have a component along and a component along . The component along could obviously represent acceleration , but I'm also unsure of what the -component could represent physically in terms of paths.
Every curve on of coordinates also gives a curve on by looking at the tangent vectors, that is, coordinates . Iterating the procedure we get a curve on but you see that, this way, the second and third components in are going to be equal. (This is due to the fact that we started from .)
Indeed in geometry (differential, symplectic, contact geometry,...) is interesting to see which vector fields on come from motions on and which do not -- and one can ask for similar questions on other bundles as well.
When these things are axiomatized as a [[tangent bundle category]] there are two operations assumed as non-trivial structure. The latter seems relevant here.
Vertical lift :
Canonical flip :
Yes! I guess Bruno has a choice whether to first learn differential geometry in one of the usual ways and then see why the tangent bundle (which can be defined in various equivalent ways) has these structures, or first learn about tangent bundle categories and then turn to the category of manifolds as an example.
John Baez said:
I think what's really going on is that you need to use the two maps I mentioned to deal with and , and even show that an element of deserves to be written as a pair. Your intuitions are right, it just takes some work to formally justify them!
The two maps are of type . It seems that the question of "what's the type of the third coordinate of " precedes defining these maps - in order to define how a map acts on something, I need to know what that something is.
But yeah, I'm not sure how to more formally say that is an element of . If is an element of , and too represents a "change of ", then ought to be an element of as well.
Bruno Gavranovic said:
The two maps are of type . It seems that the question of "what's the type of the third coordinate of " precedes defining these maps - in order to define how a map acts on something, I need to know what that something is.
I defined those maps without using any description of points of as 4-tuples. We just need "a point in is a pair consisting of and ". We need to use this definition twice to describe points of .
We get that a point of is a triple where and .
So then the question becomes, how can we describe more concretely?
For this it helps to consider the map
which sends to , and its differential
.
defined using the fact that is a functor - not defined using any stuff about triples or quadruples.
This latter map gives a way to extract an element of , and thus an element of , out of our triple . This element is not ! It's something else.
I see. I suppose the main idea is to understand how acts on the projection map . Am I supposed to look at how the action of is defined on morphisms? If I do so, the action of on a map is defined as (from here), where tells us how much changing and affects the output. So in this case, changing doesn't do anything, since it's not used. Changing does.
So I suppose that alone tells me that the from above is a pair: we need to account for changing and . I.e. .
But I'm not sure how satisifed I am with this formality. I suspect I might've used things I "already know" about how derivatives and changes work, and not the data of a tangent category itself.
Wait a minute - you're trying to use just the tangent category axioms? I'm not - I don't even know what they are. I just know differential geometry, so I know how the functor works in the category of manifolds.
Ah, you said it takes work to formally justify these ideas. I thought your formal framework meant tangent categories
No, I meant differential geometry.
As far as I know, you need to use a bit of differential geometry to prove that smooth manifolds are an example of tangent categories. Well, maybe someone has built a big machine by now to prove that lots of categories are tangent categories. But I'm old-school: I know and love differential geometry, and I don't know the axioms for tangent categories.
I''ve looked at them, and my impression is "yup, that's right" - but I haven't thought hard about them.