Does every functor from Set to Set preserve products?
$begingroup$
In general, not all functors preserve products. But my question is, is it at least true that all functors from Set to Set preserve products?
If not, does anyone know of a counterexample?
category-theory examples-counterexamples products functors
$endgroup$
add a comment |
$begingroup$
In general, not all functors preserve products. But my question is, is it at least true that all functors from Set to Set preserve products?
If not, does anyone know of a counterexample?
category-theory examples-counterexamples products functors
$endgroup$
4
$begingroup$
(Most) constant functors don't preserve products.
$endgroup$
– Arnaud D.
11 hours ago
$begingroup$
By "product", do you mean Cartesian product?
$endgroup$
– Acccumulation
9 hours ago
add a comment |
$begingroup$
In general, not all functors preserve products. But my question is, is it at least true that all functors from Set to Set preserve products?
If not, does anyone know of a counterexample?
category-theory examples-counterexamples products functors
$endgroup$
In general, not all functors preserve products. But my question is, is it at least true that all functors from Set to Set preserve products?
If not, does anyone know of a counterexample?
category-theory examples-counterexamples products functors
category-theory examples-counterexamples products functors
asked 11 hours ago
Keshav SrinivasanKeshav Srinivasan
2,33021445
2,33021445
4
$begingroup$
(Most) constant functors don't preserve products.
$endgroup$
– Arnaud D.
11 hours ago
$begingroup$
By "product", do you mean Cartesian product?
$endgroup$
– Acccumulation
9 hours ago
add a comment |
4
$begingroup$
(Most) constant functors don't preserve products.
$endgroup$
– Arnaud D.
11 hours ago
$begingroup$
By "product", do you mean Cartesian product?
$endgroup$
– Acccumulation
9 hours ago
4
4
$begingroup$
(Most) constant functors don't preserve products.
$endgroup$
– Arnaud D.
11 hours ago
$begingroup$
(Most) constant functors don't preserve products.
$endgroup$
– Arnaud D.
11 hours ago
$begingroup$
By "product", do you mean Cartesian product?
$endgroup$
– Acccumulation
9 hours ago
$begingroup$
By "product", do you mean Cartesian product?
$endgroup$
– Acccumulation
9 hours ago
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
There are a lot of counterexamples, actually.
For example, if $S$ is has more than two elements, then the functor that map every set to $S$ and every function to the identity of $S$ does not preserve products, since the two projections $Stimes Sto S$ are not equal.
The functor $Xmapsto Stimes X$ does not preserve products either, because the function $$Stimes Xtimes Yto Stimes Xtimes Stimes Y:(s,x,y)mapsto (s,x,s,y)$$
is never surjective.
$endgroup$
add a comment |
$begingroup$
If you consider the powerset functor $mathcal{P}$, which takes any $A$ to its powerset $mathcal{P}A$, and any function $f : A to B$ to the function $mathcal{P}f : mathcal{P}A to mathcal{P}B$, defined by the direct image, for $Xsubset A$, $(mathcal{P}f)(X) = f(X) subset B$. This defines a functor from Set to Set.
Now you can check that this functor doesn't preserve products, since, for instance you have :
$mathcal{P}{0} = {emptyset,{0}}$, so taking any non-empty finite set $A$, you have $mathcal{P}(Atimes{0}) = mathcal{P}(A) neq mathcal{P}(A)timesmathcal{P}({0})$. You can check that they are indeed different by looking at their cardinal :
$|mathcal{P}(A)timesmathcal{P}({0})| = 2 |mathcal{P}(A)| $
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
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%2f3128898%2fdoes-every-functor-from-set-to-set-preserve-products%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$
There are a lot of counterexamples, actually.
For example, if $S$ is has more than two elements, then the functor that map every set to $S$ and every function to the identity of $S$ does not preserve products, since the two projections $Stimes Sto S$ are not equal.
The functor $Xmapsto Stimes X$ does not preserve products either, because the function $$Stimes Xtimes Yto Stimes Xtimes Stimes Y:(s,x,y)mapsto (s,x,s,y)$$
is never surjective.
$endgroup$
add a comment |
$begingroup$
There are a lot of counterexamples, actually.
For example, if $S$ is has more than two elements, then the functor that map every set to $S$ and every function to the identity of $S$ does not preserve products, since the two projections $Stimes Sto S$ are not equal.
The functor $Xmapsto Stimes X$ does not preserve products either, because the function $$Stimes Xtimes Yto Stimes Xtimes Stimes Y:(s,x,y)mapsto (s,x,s,y)$$
is never surjective.
$endgroup$
add a comment |
$begingroup$
There are a lot of counterexamples, actually.
For example, if $S$ is has more than two elements, then the functor that map every set to $S$ and every function to the identity of $S$ does not preserve products, since the two projections $Stimes Sto S$ are not equal.
The functor $Xmapsto Stimes X$ does not preserve products either, because the function $$Stimes Xtimes Yto Stimes Xtimes Stimes Y:(s,x,y)mapsto (s,x,s,y)$$
is never surjective.
$endgroup$
There are a lot of counterexamples, actually.
For example, if $S$ is has more than two elements, then the functor that map every set to $S$ and every function to the identity of $S$ does not preserve products, since the two projections $Stimes Sto S$ are not equal.
The functor $Xmapsto Stimes X$ does not preserve products either, because the function $$Stimes Xtimes Yto Stimes Xtimes Stimes Y:(s,x,y)mapsto (s,x,s,y)$$
is never surjective.
answered 11 hours ago
Arnaud D.Arnaud D.
16.1k52444
16.1k52444
add a comment |
add a comment |
$begingroup$
If you consider the powerset functor $mathcal{P}$, which takes any $A$ to its powerset $mathcal{P}A$, and any function $f : A to B$ to the function $mathcal{P}f : mathcal{P}A to mathcal{P}B$, defined by the direct image, for $Xsubset A$, $(mathcal{P}f)(X) = f(X) subset B$. This defines a functor from Set to Set.
Now you can check that this functor doesn't preserve products, since, for instance you have :
$mathcal{P}{0} = {emptyset,{0}}$, so taking any non-empty finite set $A$, you have $mathcal{P}(Atimes{0}) = mathcal{P}(A) neq mathcal{P}(A)timesmathcal{P}({0})$. You can check that they are indeed different by looking at their cardinal :
$|mathcal{P}(A)timesmathcal{P}({0})| = 2 |mathcal{P}(A)| $
$endgroup$
add a comment |
$begingroup$
If you consider the powerset functor $mathcal{P}$, which takes any $A$ to its powerset $mathcal{P}A$, and any function $f : A to B$ to the function $mathcal{P}f : mathcal{P}A to mathcal{P}B$, defined by the direct image, for $Xsubset A$, $(mathcal{P}f)(X) = f(X) subset B$. This defines a functor from Set to Set.
Now you can check that this functor doesn't preserve products, since, for instance you have :
$mathcal{P}{0} = {emptyset,{0}}$, so taking any non-empty finite set $A$, you have $mathcal{P}(Atimes{0}) = mathcal{P}(A) neq mathcal{P}(A)timesmathcal{P}({0})$. You can check that they are indeed different by looking at their cardinal :
$|mathcal{P}(A)timesmathcal{P}({0})| = 2 |mathcal{P}(A)| $
$endgroup$
add a comment |
$begingroup$
If you consider the powerset functor $mathcal{P}$, which takes any $A$ to its powerset $mathcal{P}A$, and any function $f : A to B$ to the function $mathcal{P}f : mathcal{P}A to mathcal{P}B$, defined by the direct image, for $Xsubset A$, $(mathcal{P}f)(X) = f(X) subset B$. This defines a functor from Set to Set.
Now you can check that this functor doesn't preserve products, since, for instance you have :
$mathcal{P}{0} = {emptyset,{0}}$, so taking any non-empty finite set $A$, you have $mathcal{P}(Atimes{0}) = mathcal{P}(A) neq mathcal{P}(A)timesmathcal{P}({0})$. You can check that they are indeed different by looking at their cardinal :
$|mathcal{P}(A)timesmathcal{P}({0})| = 2 |mathcal{P}(A)| $
$endgroup$
If you consider the powerset functor $mathcal{P}$, which takes any $A$ to its powerset $mathcal{P}A$, and any function $f : A to B$ to the function $mathcal{P}f : mathcal{P}A to mathcal{P}B$, defined by the direct image, for $Xsubset A$, $(mathcal{P}f)(X) = f(X) subset B$. This defines a functor from Set to Set.
Now you can check that this functor doesn't preserve products, since, for instance you have :
$mathcal{P}{0} = {emptyset,{0}}$, so taking any non-empty finite set $A$, you have $mathcal{P}(Atimes{0}) = mathcal{P}(A) neq mathcal{P}(A)timesmathcal{P}({0})$. You can check that they are indeed different by looking at their cardinal :
$|mathcal{P}(A)timesmathcal{P}({0})| = 2 |mathcal{P}(A)| $
answered 11 hours ago
Thibaut BenjaminThibaut Benjamin
1167
1167
add a comment |
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%2f3128898%2fdoes-every-functor-from-set-to-set-preserve-products%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
4
$begingroup$
(Most) constant functors don't preserve products.
$endgroup$
– Arnaud D.
11 hours ago
$begingroup$
By "product", do you mean Cartesian product?
$endgroup$
– Acccumulation
9 hours ago