Cospan & Span #
We define a category WalkingCospan
(resp. WalkingSpan
), which is the index category
for the given data for a pullback (resp. pushout) diagram. Convenience methods cospan f g
and span f g
construct functors from the walking (co)span, hitting the given morphisms.
References #
The type of objects for the diagram indexing a pullback, defined as a special case of
WidePullbackShape
.
Equations
Instances For
The left point of the walking cospan.
Instances For
The right point of the walking cospan.
Instances For
The central point of the walking cospan.
Equations
Instances For
The type of objects for the diagram indexing a pushout, defined as a special case of
WidePushoutShape
.
Equations
Instances For
The left point of the walking span.
Instances For
The right point of the walking span.
Instances For
The central point of the walking span.
Equations
Instances For
The type of arrows for the diagram indexing a pullback.
Equations
- CategoryTheory.Limits.WalkingCospan.Hom = CategoryTheory.Limits.WidePullbackShape.Hom
Instances For
The left arrow of the walking cospan.
Equations
Instances For
The right arrow of the walking cospan.
Equations
Instances For
The identity arrows of the walking cospan.
Equations
Instances For
Equations
- ⋯ = ⋯
The type of arrows for the diagram indexing a pushout.
Equations
- CategoryTheory.Limits.WalkingSpan.Hom = CategoryTheory.Limits.WidePushoutShape.Hom
Instances For
The left arrow of the walking span.
Equations
Instances For
The right arrow of the walking span.
Equations
Instances For
The identity arrows of the walking span.
Equations
Instances For
Equations
- ⋯ = ⋯
To construct an isomorphism of cones over the walking cospan,
it suffices to construct an isomorphism
of the cone points and check it commutes with the legs to left
and right
.
Equations
Instances For
To construct an isomorphism of cocones over the walking span,
it suffices to construct an isomorphism
of the cocone points and check it commutes with the legs from left
and right
.
Equations
Instances For
cospan f g
is the functor from the walking cospan hitting f
and g
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
span f g
is the functor from the walking span hitting f
and g
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Every diagram indexing a pullback is naturally isomorphic (actually, equal) to a cospan
Equations
Instances For
Every diagram indexing a pushout is naturally isomorphic (actually, equal) to a span
Equations
Instances For
A functor applied to a cospan is a cospan.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A functor applied to a span is a span.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Construct an isomorphism of cospans from components.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Construct an isomorphism of spans from components.
Equations
- One or more equations did not get rendered due to their size.