Difference between revisions of "Category (category theory)"
m |
m (→Examples) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
** (identity) For and object <math>X</math>, there is an identity morphism <math>1_X:X\to X</math> such that for any <math>f:A\to B</math>: <cmath>1_B\circ f = f = f\circ 1_A.</cmath> | ** (identity) For and object <math>X</math>, there is an identity morphism <math>1_X:X\to X</math> such that for any <math>f:A\to B</math>: <cmath>1_B\circ f = f = f\circ 1_A.</cmath> | ||
+ | The class of all morphisms of <math>\mathcal{C}</math> is denoted <math>\text{Hom}(\mathcal{C})</math>. | ||
+ | |||
+ | A category <math>\mathcal{C}</math> is called '''small''' if both <math>\text{Ob}(\mathcal{C})</math> and <math>\text{Hom}(\mathcal{C})</math> are [[set|sets]]. If <math>\mathcal{C}</math> is not small, then it is called '''large'''. <math>\mathcal{C}</math> is called '''locally small''' if <math>\text{Hom}(A,B)</math> is a set for all <math>A,B\in \text{Ob}(\mathcal{C})</math>. Most important categories in math are not small, but are locally small. | ||
+ | |||
+ | Intuitively we can think of the objects of <math>\mathcal{C}</math> as being sets (perhaps with some additional structure) and morphisms as being functions between these sets (perhaps satisfying some properties) and composition as being regular function composition, however there are examples of categories which do not satisfy this. Typically when studying category theory we deal with morphisms and composition completely abstractly (similarly to how we study multiplication abstractly in [[group theory]]), and never talk about 'plugging things in to' morphisms. | ||
+ | |||
+ | == Examples == | ||
+ | |||
+ | Some common examples of categories are: | ||
+ | |||
+ | * The category '''Set''' of all sets, where morphisms are [[functions]]. | ||
+ | * The category '''Grp''' of all [[group|groups]], where morphisms are [[group homomorphism|group homomorphisms]]. | ||
+ | * The category '''Ab''' of all [[abelian group|abelian groups]], where morphisms are [[group homomorphism|group homomorphisms]]. | ||
+ | * The category '''Ring''' of all [[ring|rings]], where morphisms are [[ring homomorphism|ring homomorphisms]]. | ||
+ | * The category '''Field''' of all [[field|fields]], where morphisms are [[field homomorphism|field homomorphisms]] (notice that this means all morphisms are injective, and so they can be viewed as [[field extension|field extensions]]). | ||
+ | * The category '''Vect''' of all [[vector space|vector spaces]], where morphisms are [[linear map|linear maps]]. | ||
+ | * The category '''Top''' of all [[topological space|topological spaces]], where morphisms are [[continuous function|continuous functions]]. | ||
+ | * The category '''Cat''' of all small categories, where morphisms are [[functor|functors]]. | ||
+ | * For any categories <math>\mathcal{C}</math> and <math>\mathcal{D}</math>, the '''functor category''' <math>\mathcal{D}^\mathcal{C}</math> of functors <math>\mathcal{C}\to \mathcal{D}</math> where morphisms are [[natural transformation|natural transformations]]. | ||
+ | * For any set <math>S</math>, we can form the ''[[discrete category]] on <math>S</math>'' whose objects are elements of <math>S</math> and such that the only morphisms are the identity morphisms on each object. | ||
+ | * For any category <math>\mathcal{C}</math> we can form the ''[[opposite category]]'' or the ''dual category'', <math>\mathcal{C}^{op}</math> whose objects are the objects of <math>\mathcal{C}</math>, but where all the morphisms are 'reversed' (i.e. a morphism from <math>X</math> to <math>Y</math> would be replaced by a morphism from <math>Y</math> to <math>X</math>). | ||
+ | |||
+ | Examples which are more specific: | ||
+ | * The category in which the objects are sets and there is a morphism <math>U \to V</math> if and only if <math>U \subset V</math>. | ||
+ | * The category in which the objects are positive integers and there is a morphism <math>s \to t</math> if and only if <math>s</math> divides <math>t</math>. | ||
+ | * For a fixed [[poset]] <math>P</math>, the category in which the objects are elements of <math>P</math> and there is a morphism <math>s \to t</math> if and only if <math>s \le t</math>. | ||
+ | * For a fixed ring <math>R</math>, the category in which the objects are elements of <math>R</math> and there is a morphism <math>s \to t</math> if and only if there exists some <math>u</math> such that <math>su = t</math>. | ||
{{stub}} | {{stub}} | ||
[[Category:Category theory]] | [[Category:Category theory]] |
Latest revision as of 18:01, 7 April 2012
A category, , is a mathematical object consisting of:
- A class, of objects.
- For every pair of objects , a class of morphisms from to . (We sometimes write to mean .)
- For every three objects, , a binary operation called composition, which satisfies:
- (associativity) Given , and we have
- (identity) For and object , there is an identity morphism such that for any :
The class of all morphisms of is denoted .
A category is called small if both and are sets. If is not small, then it is called large. is called locally small if is a set for all . Most important categories in math are not small, but are locally small.
Intuitively we can think of the objects of as being sets (perhaps with some additional structure) and morphisms as being functions between these sets (perhaps satisfying some properties) and composition as being regular function composition, however there are examples of categories which do not satisfy this. Typically when studying category theory we deal with morphisms and composition completely abstractly (similarly to how we study multiplication abstractly in group theory), and never talk about 'plugging things in to' morphisms.
Examples
Some common examples of categories are:
- The category Set of all sets, where morphisms are functions.
- The category Grp of all groups, where morphisms are group homomorphisms.
- The category Ab of all abelian groups, where morphisms are group homomorphisms.
- The category Ring of all rings, where morphisms are ring homomorphisms.
- The category Field of all fields, where morphisms are field homomorphisms (notice that this means all morphisms are injective, and so they can be viewed as field extensions).
- The category Vect of all vector spaces, where morphisms are linear maps.
- The category Top of all topological spaces, where morphisms are continuous functions.
- The category Cat of all small categories, where morphisms are functors.
- For any categories and , the functor category of functors where morphisms are natural transformations.
- For any set , we can form the discrete category on whose objects are elements of and such that the only morphisms are the identity morphisms on each object.
- For any category we can form the opposite category or the dual category, whose objects are the objects of , but where all the morphisms are 'reversed' (i.e. a morphism from to would be replaced by a morphism from to ).
Examples which are more specific:
- The category in which the objects are sets and there is a morphism if and only if .
- The category in which the objects are positive integers and there is a morphism if and only if divides .
- For a fixed poset , the category in which the objects are elements of and there is a morphism if and only if .
- For a fixed ring , the category in which the objects are elements of and there is a morphism if and only if there exists some such that .
This article is a stub. Help us out by expanding it.