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.
Hi,
I’m starting to learn category theory in an attempt to find more elegant specifications of machine learning models. I’m trying to model vector fields over groupoids and have the following questions. I’d also be very happy with pointers to reference materials.
Consider a groupoid G and groupoid representation functor . For simplicity, the objects of G are a finite discrete set. Such a functor appears to also describe a generalization of a vector bundle over the objects of G, in which only the fibers of the connected components of G are required to be isomorphic. A morphism in G is lifted to a linear map between the vector bundle fibers . The functor here plays a similar role as the transport functor in Schreiber and Waldorf “Parallel Transport and Functors”.
Is there an elegant way to describe how the vector bundle is induced by ? And how the space of sections of the vector bundle comes about? The space of sections is obviously just isomorphic to the direct sum of the fibers, but I wonder if there’s a more categorical way of think about it.
I was thinking of the vector bundle simply being the co-limit of the functor , but that results in a vector space that transforms trivially under all groupoid morphisms, so that’s not it.
Thanks,
Pim
Oddly enough I've been fiddling with the same construction, in the same context, just yesterday with @Bruno Gavranovic
By the way I guess you should do something analogous to a Grothendieck construction. I don't know if there's a general enough version that handles this case, nevertheless you can define it 'by hand': it's simply the tangent bundle
Hi, I think the keyword here is "geometric realization": up to homotopy, a groupoid "is" exactly a topological space with trivial homotopy groups in degree . Now, thanks to the Grothendieck construction, a functor can be turned into a discrete opfibration , whose fiber over is exactly . So, you don't just get a vector bundle over , but a whole fibration over (the geometric realization of) .
The link between group(oid) actions and fibrations over group(oid)s is quite deep, and even the case where the groupoid is a group is enough to keep you busy for a long time. I first learned something on the topic in Chapter 3 of May's "Concise course in Algebraic Topology"; see also John Baez's "Lectures" here https://math.ucr.edu/home/baez/cohomology.pdf
There is a canonical vector bundle of the groupoid of vector spaces and linear isomorphisms, namely that over the object , we place the vector space... ! The linear maps act exactly as they should. This canonical vector bundle is exactly analogous to the "universal covering space" over the groupoid of sets and bijections, which is the core of the category of pointed sets and pointed functions, mapping down to by forgetting the chosen point. This is what is used in the Grothendieck construction.
Given a groupoid and a functor to , it factors through , and then one can pull the canonical vector bundle back, much as the category of elements over a groupoid arises as pullback of .
All this works for arbitrary categories in place of , in which case we forget taking the cores, and in fact the universal vector bundle exists over all of , not just .
Pim said:
Is there an elegant way to describe how the vector bundle is induced by ? And how the space of sections of the vector bundle comes about? The space of sections is obviously just isomorphic to the direct sum of the fibers, but I wonder if there’s a more categorical way of think about it.
Before diving into the Grothendieck construction, it might help to check out the "category of elements" first, see for example the Wikipedia page here.
Starting from , you can compose with the forgetful functor to get a functor . The category of elements of is then maybe what you are looking for.
There is a category over with class of objects the disjoint union of all objects in , and a morphism from to is a linear map with . The functor to sends to and the obvious thing on arrows. The pullback of this functor with is what you want. No need to go to the category of sets.
Ah, fantastic, thanks a lot for the answers everyone! I was looking into the Grothendieck construction, but it seemed odd to lose all the vector structure. @David Michael Roberts 's pullback, which I think is the same as @fosco's , seems to be come close to what I wanted.
However, am I correct in understanding that this pullback category (let's call it ) has as objects elements for and as morphisms the linear maps , s.t. ?
Then a section of the bundle is a functor s.t. , right? On objects, that'd assign a vector . If so, that'd require that for any , we need . This means that when picking a section, we can only freely pick one vector per component of the groupoid. This is not quite what I wanted. Even worse, the vector needs to be in the trivial subspace of the automorphism group at in the representation .
For example, if we let be the path groupoid of some connected manifold and let be the transport functor on the tangent bundle, I'd like the space of sections to contain all tangent vector fields, whereas in the above construction I seem to get a single constant zero vector field.
Your construction is correct! I'll have to think about the section thing. You may need to make the section a functor, not just a function at the object level.