Connected components of a category #
Defines a type ConnectedComponents J indexing the connected components of a category, and the
full subcategories giving each connected component: Component j : Type uā.
We show that each Component j is in fact connected.
We show every category can be expressed as a disjoint union of its connected components, in
particular Decomposed J is the category (definitionally) given by the sigma-type of the connected
components of J, and it is shown that this is equivalent to J.
This type indexes the connected components of the category J.
Instances For
The map ConnectedComponents J ā ConnectedComponents K induced by a functor J ℤ K.
Instances For
Every function from connected components of a category gives a functor to discrete category
Instances For
Every functor to a discrete category gives a function from connected components
Instances For
Functions from connected components and functors to discrete category are in bijection
Instances For
Given an index for a connected component, this is the property of the objects which belong to this component.
Instances For
Given an index for a connected component, produce the actual component as a full subcategory.
Instances For
The inclusion functor from a connected component to the whole category.
Instances For
The connected component of an object in a category.
Instances For
Each connected component of the category is nonempty.
Each connected component of the category is connected.
The disjoint union of J's connected components, written explicitly as a sigma-type with the
category structure.
This category is equivalent to J.
Instances For
The inclusion of each component into the decomposed category. This is just sigma.incl but having
this abbreviation helps guide typeclass search to get the right category instance on decomposed J.
Instances For
The forward direction of the equivalence between the decomposed category and the original.
Instances For
This gives that any category is equivalent to a disjoint union of connected categories.