A triangle limit
Collection
Consider the circle graph with 3 vertices a,b,c and 3 edges.
There are, up to relabeling, two directed versions of it:
- The graph where all arrows go in one direction, say
h:a→c
g:c→b
f:b→a
- The graph where one of the arrows point in another direction, say
h:a→c
g:c→b
f:a→b
so that both f and g point at b.
If h is an isomorphism h:c≃a, then we can replace c by a and we're left with a pullback. This can also be viewed as a two-parallel-arrows situation, and it is called the equalizer.
In Set, if h is an iso, the object is e={x∈a | f(x)=g(x)}. For general h, the object is a subset of the pullback a×bc, and thus in particular a subset of the Cartesian product a×c.
e={⟨x,y⟩∈a×bc∣h(y)=x}
or
e={⟨x,y⟩∈a×c∣f(x)=g(y)∧h(y)=x}