CT: Morphism¶
In category theory, a morphism is a transformation from one object to another. This can be within a category or between categories.
f: A \rightarrow B
f is a morphism from object A to object B. There are a few ways to categorise morphisms using their behaviour across every object.
- isomorphism
- epimorphism
- monomorphism
The morphism is the core of category theory. It describes relations between objects.
Backlinks¶
- Category Theory
- At the core of category theory is, unsurprisingly, the category. A category is a collection of objects and morphisms, where each object has at least an 'identity morphism'. A morphism is an arrow pointing from one object to another. Objects exist as named points to give the morphisms context. Category theory concerns itself with the composition of morphisms within different categories and the different states that are possible.
- CT: Object
- In Category Theory, an object is a part of a category. It exists to define each end of a morphism.
- CT: Categories
- In Category Theory, A category is a group of objects and morphisms.
- Video Series: Category Theory
- CT: Isomorphism
- In category theory, an isomorphism is a morphism which can be inverted. f
- Identity Morphism
- A category with a single object is a monoid
- Any category with a single object is a monoid. The object in a monoidal category can have any number of morphisms greater than 1 - the requirement for an identity morphism isn't relaxed.
- The composition of morphisms in a monoidal category corresponds to an associative binary operation
- For a monoidal category M each morphism in M(m, m) corresponds to the operation defined for the associated monoidal set on one of the elements.
- Graphs can represent a category
- Categories are collections of objects and morphisms which are easily represented by nodes and edges respectively. While not every graph is a category, every category can be described as a graph. It's also true that any graph can be made into a category.
- The Empty Category