Category Theory
Zulip Server
Archive

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.


Stream: learning: questions

Topic: Pushouts and Products


view this post on Zulip Julius Hamilton (Dec 05 2024 at 20:36):

I am just trying to synthesize what I was just reading about, and open to corrections.

For 2 objects X,YX, Y, their product is an object X×YX \times Y and 2 morphisms πX:X×YX,πY:X×YY\pi_X : X \times Y \to X, \pi_Y : X \times Y \to Y, such that for any object ZZ and morphisms f:ZX,g:ZYf : Z \to X, g : Z \to Y, there exists a unique morphism i:ZX×Yi : Z \to X \times Y such that πxi=f\pi_x \circ i = f and πyi=g\pi_y \circ i = g.

When a morphism f:XYf : X \to Y is equal to a composition of morphisms (g:ZY)(h:XZ)(g : Z \to Y) \circ (h : X \to Z), I think one can say ff factors into ghg \circ h, and also ff factors through ZZ.

If two objects have a product X×YX \times Y, then for any object ZZ and pair of morphisms f:ZX,g:ZYf : Z \to X, g : Z \to Y, ff and gg factor through X×YX \times Y.

Three objects X,Y,ZX, Y, Z and two morphisms f:XYf : X \to Y, g:XZg : X \to Z is called a span.

The product X×YX \times Y with projection morphisms πX,πY\pi_X, \pi_Y forms a span.

For a span f:XY,g:XZf: X \to Y, g : X \to Z, if there were a term for an object WW and morphisms d:YW,e:ZWd : Y \to W, e : Z \to W such that df=egd \circ f = e \circ g, I think one may be able to define the pushout as the one of those which all the others factor through (if it exists).

How do products/coproducts relate to spans/cospans and pullbacks/pushouts?

A limit is a universal cone.

A cone over a diagram DD is an object CC with a morphism cic_i to each object in the diagram DD, I think such that all paths commute.

I think one may define universal to mean, for a collection of diagrams with the same structure (for example, cones), the diagram that every diagram factors through is the universal one.

I think that the product X×YX \times Y is the limit of spans f:WX,g:WYf : W \to X, g : W \to Y.

Could it be that the pushout of a span is the colimit?

I expect to have made errors in the above.

view this post on Zulip David Egolf (Dec 05 2024 at 21:14):

Yes, a pushout is a colimit. Any pushout is a colimit of a diagram that has the "span" shape you're describing. You may find section "3. Definition" of the nLab article I linked to be of interest.

view this post on Zulip Jencel Panic (Dec 09 2024 at 06:19):

You are mixing the things a bit:

Limits are constructed from diagrams, using cones.

The limit of the diagram 2 is a product.
The colimit of the diagram 2 is a coproduct.

The limit of a cospan is a pullback.
The colimit of a span is a pushout.

And last but not least:
The limit of an empty diagram is the initial object.
The colimit of the empty diagram is the terminal object.

What other limits are there?

view this post on Zulip Mike Shulman (Dec 09 2024 at 06:21):

(... or an initial/terminal object, as with the other kinds of limits and colimits)

view this post on Zulip Peva Blanchard (Dec 09 2024 at 07:20):

Another well-known example of a limit is the equalizer of two parallel arrows.
Of course, you have the dual version: coequalizer.