In what categories does the “classical” notion of function make sense?
$begingroup$
I'm new to category theory, and I often struggle to choose the right level of abstraction when working with categories. I also found that many textbooks are rather inconsistent in their conventions with regards to the terminology (eg. they often interchangeably use terms like epimorphism and surjection, etc). So I wondered what's a minimal set of requirements on a category so that it makes sense to say that morphism are functions? How about Abelian categories?
functions category-theory
$endgroup$
add a comment |
$begingroup$
I'm new to category theory, and I often struggle to choose the right level of abstraction when working with categories. I also found that many textbooks are rather inconsistent in their conventions with regards to the terminology (eg. they often interchangeably use terms like epimorphism and surjection, etc). So I wondered what's a minimal set of requirements on a category so that it makes sense to say that morphism are functions? How about Abelian categories?
functions category-theory
$endgroup$
add a comment |
$begingroup$
I'm new to category theory, and I often struggle to choose the right level of abstraction when working with categories. I also found that many textbooks are rather inconsistent in their conventions with regards to the terminology (eg. they often interchangeably use terms like epimorphism and surjection, etc). So I wondered what's a minimal set of requirements on a category so that it makes sense to say that morphism are functions? How about Abelian categories?
functions category-theory
$endgroup$
I'm new to category theory, and I often struggle to choose the right level of abstraction when working with categories. I also found that many textbooks are rather inconsistent in their conventions with regards to the terminology (eg. they often interchangeably use terms like epimorphism and surjection, etc). So I wondered what's a minimal set of requirements on a category so that it makes sense to say that morphism are functions? How about Abelian categories?
functions category-theory
functions category-theory
asked Dec 28 '18 at 21:58
gengen
4772521
4772521
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
The notion you are looking for is probably that of a concrete category. A concrete category is a category that is embedded in the category of sets; thus its objects are associated with actual sets, and its morphisms are associated with actual functions.
$endgroup$
2
$begingroup$
Top and Ab are perhaps two of the most concrete categories out there (after Set, anyway). But neither satisfies that epi = surjection.
$endgroup$
– Asaf Karagila♦
Dec 29 '18 at 7:51
1
$begingroup$
@AsafKaragila: $Ab$ certainly satisfies it.
$endgroup$
– Berci
Dec 30 '18 at 23:48
$begingroup$
@Berci: I thought that the identity from $Bbb Z$ to $Bbb Q$ is an epimorphism. No?
$endgroup$
– Asaf Karagila♦
Dec 30 '18 at 23:49
1
$begingroup$
Not in the category of Abelian groups. For rings or monoids (according to the other answer), it is indeed an epimorphism. In an Abelian category, a mono and epi morphism must be isomorphism. (Specifically we can take e.g. the quotient map and the zero map $Bbb Qto Bbb Q/Bbb Z$ to obtain the same composition $Bbb ZtoBbb Q/Bbb Z$.)
$endgroup$
– Berci
Dec 30 '18 at 23:53
add a comment |
$begingroup$
Beware that even in conrete categories the terms epimorphism and surjection are not interchangeable.
For example, consider
- the category Mon where objects are monoids and morphisms their algebraic homomorphisms
- and the forgetful functor making it concrete being the obvious $U: mathrm{Mon} to mathrm{Set}$.
Now the embedding morphism $m: (mathbb{Z}, cdot, 1) to (mathbb{Q}, cdot, 1)$ is a monomorphism and epimorphism as can be seen by some small, but tedious calculations. However, the associated actual function given by $U(m): mathbb{Z} to mathbb{Q}$ is obviously not an epimorphism in Set. Notably, in Set the terms epimorphism and surjection really coincide — at least with AoC.
$endgroup$
$begingroup$
(Not an answer, but too long for a comment.)
$endgroup$
– ComFreek
Dec 29 '18 at 7:38
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3055330%2fin-what-categories-does-the-classical-notion-of-function-make-sense%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
The notion you are looking for is probably that of a concrete category. A concrete category is a category that is embedded in the category of sets; thus its objects are associated with actual sets, and its morphisms are associated with actual functions.
$endgroup$
2
$begingroup$
Top and Ab are perhaps two of the most concrete categories out there (after Set, anyway). But neither satisfies that epi = surjection.
$endgroup$
– Asaf Karagila♦
Dec 29 '18 at 7:51
1
$begingroup$
@AsafKaragila: $Ab$ certainly satisfies it.
$endgroup$
– Berci
Dec 30 '18 at 23:48
$begingroup$
@Berci: I thought that the identity from $Bbb Z$ to $Bbb Q$ is an epimorphism. No?
$endgroup$
– Asaf Karagila♦
Dec 30 '18 at 23:49
1
$begingroup$
Not in the category of Abelian groups. For rings or monoids (according to the other answer), it is indeed an epimorphism. In an Abelian category, a mono and epi morphism must be isomorphism. (Specifically we can take e.g. the quotient map and the zero map $Bbb Qto Bbb Q/Bbb Z$ to obtain the same composition $Bbb ZtoBbb Q/Bbb Z$.)
$endgroup$
– Berci
Dec 30 '18 at 23:53
add a comment |
$begingroup$
The notion you are looking for is probably that of a concrete category. A concrete category is a category that is embedded in the category of sets; thus its objects are associated with actual sets, and its morphisms are associated with actual functions.
$endgroup$
2
$begingroup$
Top and Ab are perhaps two of the most concrete categories out there (after Set, anyway). But neither satisfies that epi = surjection.
$endgroup$
– Asaf Karagila♦
Dec 29 '18 at 7:51
1
$begingroup$
@AsafKaragila: $Ab$ certainly satisfies it.
$endgroup$
– Berci
Dec 30 '18 at 23:48
$begingroup$
@Berci: I thought that the identity from $Bbb Z$ to $Bbb Q$ is an epimorphism. No?
$endgroup$
– Asaf Karagila♦
Dec 30 '18 at 23:49
1
$begingroup$
Not in the category of Abelian groups. For rings or monoids (according to the other answer), it is indeed an epimorphism. In an Abelian category, a mono and epi morphism must be isomorphism. (Specifically we can take e.g. the quotient map and the zero map $Bbb Qto Bbb Q/Bbb Z$ to obtain the same composition $Bbb ZtoBbb Q/Bbb Z$.)
$endgroup$
– Berci
Dec 30 '18 at 23:53
add a comment |
$begingroup$
The notion you are looking for is probably that of a concrete category. A concrete category is a category that is embedded in the category of sets; thus its objects are associated with actual sets, and its morphisms are associated with actual functions.
$endgroup$
The notion you are looking for is probably that of a concrete category. A concrete category is a category that is embedded in the category of sets; thus its objects are associated with actual sets, and its morphisms are associated with actual functions.
answered Dec 28 '18 at 22:10
Pierre-Guy PlamondonPierre-Guy Plamondon
8,91511739
8,91511739
2
$begingroup$
Top and Ab are perhaps two of the most concrete categories out there (after Set, anyway). But neither satisfies that epi = surjection.
$endgroup$
– Asaf Karagila♦
Dec 29 '18 at 7:51
1
$begingroup$
@AsafKaragila: $Ab$ certainly satisfies it.
$endgroup$
– Berci
Dec 30 '18 at 23:48
$begingroup$
@Berci: I thought that the identity from $Bbb Z$ to $Bbb Q$ is an epimorphism. No?
$endgroup$
– Asaf Karagila♦
Dec 30 '18 at 23:49
1
$begingroup$
Not in the category of Abelian groups. For rings or monoids (according to the other answer), it is indeed an epimorphism. In an Abelian category, a mono and epi morphism must be isomorphism. (Specifically we can take e.g. the quotient map and the zero map $Bbb Qto Bbb Q/Bbb Z$ to obtain the same composition $Bbb ZtoBbb Q/Bbb Z$.)
$endgroup$
– Berci
Dec 30 '18 at 23:53
add a comment |
2
$begingroup$
Top and Ab are perhaps two of the most concrete categories out there (after Set, anyway). But neither satisfies that epi = surjection.
$endgroup$
– Asaf Karagila♦
Dec 29 '18 at 7:51
1
$begingroup$
@AsafKaragila: $Ab$ certainly satisfies it.
$endgroup$
– Berci
Dec 30 '18 at 23:48
$begingroup$
@Berci: I thought that the identity from $Bbb Z$ to $Bbb Q$ is an epimorphism. No?
$endgroup$
– Asaf Karagila♦
Dec 30 '18 at 23:49
1
$begingroup$
Not in the category of Abelian groups. For rings or monoids (according to the other answer), it is indeed an epimorphism. In an Abelian category, a mono and epi morphism must be isomorphism. (Specifically we can take e.g. the quotient map and the zero map $Bbb Qto Bbb Q/Bbb Z$ to obtain the same composition $Bbb ZtoBbb Q/Bbb Z$.)
$endgroup$
– Berci
Dec 30 '18 at 23:53
2
2
$begingroup$
Top and Ab are perhaps two of the most concrete categories out there (after Set, anyway). But neither satisfies that epi = surjection.
$endgroup$
– Asaf Karagila♦
Dec 29 '18 at 7:51
$begingroup$
Top and Ab are perhaps two of the most concrete categories out there (after Set, anyway). But neither satisfies that epi = surjection.
$endgroup$
– Asaf Karagila♦
Dec 29 '18 at 7:51
1
1
$begingroup$
@AsafKaragila: $Ab$ certainly satisfies it.
$endgroup$
– Berci
Dec 30 '18 at 23:48
$begingroup$
@AsafKaragila: $Ab$ certainly satisfies it.
$endgroup$
– Berci
Dec 30 '18 at 23:48
$begingroup$
@Berci: I thought that the identity from $Bbb Z$ to $Bbb Q$ is an epimorphism. No?
$endgroup$
– Asaf Karagila♦
Dec 30 '18 at 23:49
$begingroup$
@Berci: I thought that the identity from $Bbb Z$ to $Bbb Q$ is an epimorphism. No?
$endgroup$
– Asaf Karagila♦
Dec 30 '18 at 23:49
1
1
$begingroup$
Not in the category of Abelian groups. For rings or monoids (according to the other answer), it is indeed an epimorphism. In an Abelian category, a mono and epi morphism must be isomorphism. (Specifically we can take e.g. the quotient map and the zero map $Bbb Qto Bbb Q/Bbb Z$ to obtain the same composition $Bbb ZtoBbb Q/Bbb Z$.)
$endgroup$
– Berci
Dec 30 '18 at 23:53
$begingroup$
Not in the category of Abelian groups. For rings or monoids (according to the other answer), it is indeed an epimorphism. In an Abelian category, a mono and epi morphism must be isomorphism. (Specifically we can take e.g. the quotient map and the zero map $Bbb Qto Bbb Q/Bbb Z$ to obtain the same composition $Bbb ZtoBbb Q/Bbb Z$.)
$endgroup$
– Berci
Dec 30 '18 at 23:53
add a comment |
$begingroup$
Beware that even in conrete categories the terms epimorphism and surjection are not interchangeable.
For example, consider
- the category Mon where objects are monoids and morphisms their algebraic homomorphisms
- and the forgetful functor making it concrete being the obvious $U: mathrm{Mon} to mathrm{Set}$.
Now the embedding morphism $m: (mathbb{Z}, cdot, 1) to (mathbb{Q}, cdot, 1)$ is a monomorphism and epimorphism as can be seen by some small, but tedious calculations. However, the associated actual function given by $U(m): mathbb{Z} to mathbb{Q}$ is obviously not an epimorphism in Set. Notably, in Set the terms epimorphism and surjection really coincide — at least with AoC.
$endgroup$
$begingroup$
(Not an answer, but too long for a comment.)
$endgroup$
– ComFreek
Dec 29 '18 at 7:38
add a comment |
$begingroup$
Beware that even in conrete categories the terms epimorphism and surjection are not interchangeable.
For example, consider
- the category Mon where objects are monoids and morphisms their algebraic homomorphisms
- and the forgetful functor making it concrete being the obvious $U: mathrm{Mon} to mathrm{Set}$.
Now the embedding morphism $m: (mathbb{Z}, cdot, 1) to (mathbb{Q}, cdot, 1)$ is a monomorphism and epimorphism as can be seen by some small, but tedious calculations. However, the associated actual function given by $U(m): mathbb{Z} to mathbb{Q}$ is obviously not an epimorphism in Set. Notably, in Set the terms epimorphism and surjection really coincide — at least with AoC.
$endgroup$
$begingroup$
(Not an answer, but too long for a comment.)
$endgroup$
– ComFreek
Dec 29 '18 at 7:38
add a comment |
$begingroup$
Beware that even in conrete categories the terms epimorphism and surjection are not interchangeable.
For example, consider
- the category Mon where objects are monoids and morphisms their algebraic homomorphisms
- and the forgetful functor making it concrete being the obvious $U: mathrm{Mon} to mathrm{Set}$.
Now the embedding morphism $m: (mathbb{Z}, cdot, 1) to (mathbb{Q}, cdot, 1)$ is a monomorphism and epimorphism as can be seen by some small, but tedious calculations. However, the associated actual function given by $U(m): mathbb{Z} to mathbb{Q}$ is obviously not an epimorphism in Set. Notably, in Set the terms epimorphism and surjection really coincide — at least with AoC.
$endgroup$
Beware that even in conrete categories the terms epimorphism and surjection are not interchangeable.
For example, consider
- the category Mon where objects are monoids and morphisms their algebraic homomorphisms
- and the forgetful functor making it concrete being the obvious $U: mathrm{Mon} to mathrm{Set}$.
Now the embedding morphism $m: (mathbb{Z}, cdot, 1) to (mathbb{Q}, cdot, 1)$ is a monomorphism and epimorphism as can be seen by some small, but tedious calculations. However, the associated actual function given by $U(m): mathbb{Z} to mathbb{Q}$ is obviously not an epimorphism in Set. Notably, in Set the terms epimorphism and surjection really coincide — at least with AoC.
answered Dec 29 '18 at 7:37
ComFreekComFreek
5521411
5521411
$begingroup$
(Not an answer, but too long for a comment.)
$endgroup$
– ComFreek
Dec 29 '18 at 7:38
add a comment |
$begingroup$
(Not an answer, but too long for a comment.)
$endgroup$
– ComFreek
Dec 29 '18 at 7:38
$begingroup$
(Not an answer, but too long for a comment.)
$endgroup$
– ComFreek
Dec 29 '18 at 7:38
$begingroup$
(Not an answer, but too long for a comment.)
$endgroup$
– ComFreek
Dec 29 '18 at 7:38
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3055330%2fin-what-categories-does-the-classical-notion-of-function-make-sense%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown