Examples of contravariant functors Unicorn Meta Zoo #1: Why another podcast? ...
How much of a wave function must reside inside event horizon for it to be consumed by the black hole?
Mistake in years of experience in resume?
Will I lose my paid in full property
Contradiction proof for inequality of P and NP?
A faster way to compute the largest prime factor
What is purpose of DB Browser(dbbrowser.aspx) under admin tool?
Can a level 2 Warlock take one level in rogue, then continue advancing as a warlock?
Why do real positive eigenvalues result in an unstable system? What about eigenvalues between 0 and 1? or 1?
Is Diceware more secure than a long passphrase?
Examples of contravariant functors
Why does Arg'[1. + I] return -0.5?
Bayes factor vs P value
Intern got a job offer for same salary than a long term team member
Check if a string is entirely made of the same substring
Is there any pythonic way to find average of specific tuple elements in array?
Double-nominative constructions and “von”
Can you stand up from being prone using Skirmisher outside of your turn?
How do I check if a string is entirely made of the same substring?
Unknown code in script
Why do games have consumables?
A Paper Record is What I Hamper
How bug prioritization works in agile projects vs non agile
Can a stored procedure reference the database in which it is stored?
std::unique_ptr of base class holding reference of derived class does not show warning in gcc compiler while naked pointer shows it. Why?
Examples of contravariant functors
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraWhat kind of structure are exponentials in their “contravariant argument”Variance of FunctorExamples of categories which appear naturally without objectsCocontinuous product-preserving functors between Grothendieck toposesWhy is a natural transformation not a functor of functors?Constructing functors between categories and their dualsComma categories over contravariant functorsContarvariant functor and opposite categoryWhat constructions of “elementary” mathematics are actually functors?Is the identity functor naturally isomorphic to a covariant dual functor?
$begingroup$
I understand the definition and usefulness of the notion of functor.
But I am worrying about the usefulness of the notion of a contravariant functor. Wikipedia writes:
There are many constructions in mathematics that would be functors but for the fact that they "turn morphisms around" and "reverse composition". We then define a contravariant functor [...]
But why do they "turn morphisms around", wouldn't it be easier to do the same without the inversion of morphisms and composition?
So I guess it would be beneficial for me to know some examples of naturally occuring contravariant functors. So let me ask: what are some constructions in mathematics that naturally occur as contravariant functors instead of covariant functor?
soft-question category-theory examples-counterexamples big-list
$endgroup$
add a comment |
$begingroup$
I understand the definition and usefulness of the notion of functor.
But I am worrying about the usefulness of the notion of a contravariant functor. Wikipedia writes:
There are many constructions in mathematics that would be functors but for the fact that they "turn morphisms around" and "reverse composition". We then define a contravariant functor [...]
But why do they "turn morphisms around", wouldn't it be easier to do the same without the inversion of morphisms and composition?
So I guess it would be beneficial for me to know some examples of naturally occuring contravariant functors. So let me ask: what are some constructions in mathematics that naturally occur as contravariant functors instead of covariant functor?
soft-question category-theory examples-counterexamples big-list
$endgroup$
add a comment |
$begingroup$
I understand the definition and usefulness of the notion of functor.
But I am worrying about the usefulness of the notion of a contravariant functor. Wikipedia writes:
There are many constructions in mathematics that would be functors but for the fact that they "turn morphisms around" and "reverse composition". We then define a contravariant functor [...]
But why do they "turn morphisms around", wouldn't it be easier to do the same without the inversion of morphisms and composition?
So I guess it would be beneficial for me to know some examples of naturally occuring contravariant functors. So let me ask: what are some constructions in mathematics that naturally occur as contravariant functors instead of covariant functor?
soft-question category-theory examples-counterexamples big-list
$endgroup$
I understand the definition and usefulness of the notion of functor.
But I am worrying about the usefulness of the notion of a contravariant functor. Wikipedia writes:
There are many constructions in mathematics that would be functors but for the fact that they "turn morphisms around" and "reverse composition". We then define a contravariant functor [...]
But why do they "turn morphisms around", wouldn't it be easier to do the same without the inversion of morphisms and composition?
So I guess it would be beneficial for me to know some examples of naturally occuring contravariant functors. So let me ask: what are some constructions in mathematics that naturally occur as contravariant functors instead of covariant functor?
soft-question category-theory examples-counterexamples big-list
soft-question category-theory examples-counterexamples big-list
asked 5 hours ago
user7280899user7280899
902517
902517
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
In linear algebra, taking the dual of a vector space is a contravariant functor from the category of vector spaces to itself : given a linear map $f:Vto W$, you get an induced map $f^*:W^*to V^*:varphimapsto varphicirc L$ between the dual spaces, and you can easily check that $(id_V)^*=id_{V^*}$ and $(gcirc f)^*=f^*circ g^*$ always hold. In fact this is the first example of functor that appears in Eilenberg and MacLane's original paper!
In fact this is a particular case of a general construction : given any category $mathcal{C}$, every object $X$ defines a functor $operatorname{Hom}(_,X):mathcal{C}to mathbf{Set}$ that takes an object $Y$ to $operatorname{Hom}(Y,X)$ and a morphism $f:Yto Z$ to the function
$$f^*:operatorname{Hom}(Z,X)to operatorname{Hom}(Y,X):gmapsto gcirc f.$$
Dual vector spaces correspond to the case where $mathcal{C}$ is the category of vector spaces over some field $k$ and $X=k$.
Moreover, in this answer I gave the contravariant powerset functor as another example; this is not quite of the form described above, but almost. In fact the correspondence between subsets of a set $Y$ and their characteristic functions defines a natural isomorphism between the contravariant functor $operatorname{Hom}(_,{0,1})$ and the contravariant powerset functor.
$endgroup$
1
$begingroup$
As a small addition to this answer, it is sometimes also interesting to consider situations where $X$ is not an element of $mathcal C$ itself, but of a category of which $mathcal C$ is a (full) subcategory; for instance, when $mathcal C$ consists of compact Hausdorff spaces and $X = mathbb R$.
$endgroup$
– Mees de Vries
4 hours ago
add a comment |
$begingroup$
Let $R$ be a ring and $M$ be a left $R$-module. Then the functor
$$
F={rm Hom}_R(cdot, M)
$$
is a contravariant functor from the category of $R$-modules to the category of abelian groups. Switching sides, the functor ${rm Hom}_R(M,cdot)$ is covariant.
$endgroup$
$begingroup$
I unfortunately don't see why this should be something that is naturally occuring.
$endgroup$
– user7280899
4 hours ago
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%2f3201861%2fexamples-of-contravariant-functors%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$
In linear algebra, taking the dual of a vector space is a contravariant functor from the category of vector spaces to itself : given a linear map $f:Vto W$, you get an induced map $f^*:W^*to V^*:varphimapsto varphicirc L$ between the dual spaces, and you can easily check that $(id_V)^*=id_{V^*}$ and $(gcirc f)^*=f^*circ g^*$ always hold. In fact this is the first example of functor that appears in Eilenberg and MacLane's original paper!
In fact this is a particular case of a general construction : given any category $mathcal{C}$, every object $X$ defines a functor $operatorname{Hom}(_,X):mathcal{C}to mathbf{Set}$ that takes an object $Y$ to $operatorname{Hom}(Y,X)$ and a morphism $f:Yto Z$ to the function
$$f^*:operatorname{Hom}(Z,X)to operatorname{Hom}(Y,X):gmapsto gcirc f.$$
Dual vector spaces correspond to the case where $mathcal{C}$ is the category of vector spaces over some field $k$ and $X=k$.
Moreover, in this answer I gave the contravariant powerset functor as another example; this is not quite of the form described above, but almost. In fact the correspondence between subsets of a set $Y$ and their characteristic functions defines a natural isomorphism between the contravariant functor $operatorname{Hom}(_,{0,1})$ and the contravariant powerset functor.
$endgroup$
1
$begingroup$
As a small addition to this answer, it is sometimes also interesting to consider situations where $X$ is not an element of $mathcal C$ itself, but of a category of which $mathcal C$ is a (full) subcategory; for instance, when $mathcal C$ consists of compact Hausdorff spaces and $X = mathbb R$.
$endgroup$
– Mees de Vries
4 hours ago
add a comment |
$begingroup$
In linear algebra, taking the dual of a vector space is a contravariant functor from the category of vector spaces to itself : given a linear map $f:Vto W$, you get an induced map $f^*:W^*to V^*:varphimapsto varphicirc L$ between the dual spaces, and you can easily check that $(id_V)^*=id_{V^*}$ and $(gcirc f)^*=f^*circ g^*$ always hold. In fact this is the first example of functor that appears in Eilenberg and MacLane's original paper!
In fact this is a particular case of a general construction : given any category $mathcal{C}$, every object $X$ defines a functor $operatorname{Hom}(_,X):mathcal{C}to mathbf{Set}$ that takes an object $Y$ to $operatorname{Hom}(Y,X)$ and a morphism $f:Yto Z$ to the function
$$f^*:operatorname{Hom}(Z,X)to operatorname{Hom}(Y,X):gmapsto gcirc f.$$
Dual vector spaces correspond to the case where $mathcal{C}$ is the category of vector spaces over some field $k$ and $X=k$.
Moreover, in this answer I gave the contravariant powerset functor as another example; this is not quite of the form described above, but almost. In fact the correspondence between subsets of a set $Y$ and their characteristic functions defines a natural isomorphism between the contravariant functor $operatorname{Hom}(_,{0,1})$ and the contravariant powerset functor.
$endgroup$
1
$begingroup$
As a small addition to this answer, it is sometimes also interesting to consider situations where $X$ is not an element of $mathcal C$ itself, but of a category of which $mathcal C$ is a (full) subcategory; for instance, when $mathcal C$ consists of compact Hausdorff spaces and $X = mathbb R$.
$endgroup$
– Mees de Vries
4 hours ago
add a comment |
$begingroup$
In linear algebra, taking the dual of a vector space is a contravariant functor from the category of vector spaces to itself : given a linear map $f:Vto W$, you get an induced map $f^*:W^*to V^*:varphimapsto varphicirc L$ between the dual spaces, and you can easily check that $(id_V)^*=id_{V^*}$ and $(gcirc f)^*=f^*circ g^*$ always hold. In fact this is the first example of functor that appears in Eilenberg and MacLane's original paper!
In fact this is a particular case of a general construction : given any category $mathcal{C}$, every object $X$ defines a functor $operatorname{Hom}(_,X):mathcal{C}to mathbf{Set}$ that takes an object $Y$ to $operatorname{Hom}(Y,X)$ and a morphism $f:Yto Z$ to the function
$$f^*:operatorname{Hom}(Z,X)to operatorname{Hom}(Y,X):gmapsto gcirc f.$$
Dual vector spaces correspond to the case where $mathcal{C}$ is the category of vector spaces over some field $k$ and $X=k$.
Moreover, in this answer I gave the contravariant powerset functor as another example; this is not quite of the form described above, but almost. In fact the correspondence between subsets of a set $Y$ and their characteristic functions defines a natural isomorphism between the contravariant functor $operatorname{Hom}(_,{0,1})$ and the contravariant powerset functor.
$endgroup$
In linear algebra, taking the dual of a vector space is a contravariant functor from the category of vector spaces to itself : given a linear map $f:Vto W$, you get an induced map $f^*:W^*to V^*:varphimapsto varphicirc L$ between the dual spaces, and you can easily check that $(id_V)^*=id_{V^*}$ and $(gcirc f)^*=f^*circ g^*$ always hold. In fact this is the first example of functor that appears in Eilenberg and MacLane's original paper!
In fact this is a particular case of a general construction : given any category $mathcal{C}$, every object $X$ defines a functor $operatorname{Hom}(_,X):mathcal{C}to mathbf{Set}$ that takes an object $Y$ to $operatorname{Hom}(Y,X)$ and a morphism $f:Yto Z$ to the function
$$f^*:operatorname{Hom}(Z,X)to operatorname{Hom}(Y,X):gmapsto gcirc f.$$
Dual vector spaces correspond to the case where $mathcal{C}$ is the category of vector spaces over some field $k$ and $X=k$.
Moreover, in this answer I gave the contravariant powerset functor as another example; this is not quite of the form described above, but almost. In fact the correspondence between subsets of a set $Y$ and their characteristic functions defines a natural isomorphism between the contravariant functor $operatorname{Hom}(_,{0,1})$ and the contravariant powerset functor.
answered 4 hours ago
Arnaud D.Arnaud D.
16.4k52445
16.4k52445
1
$begingroup$
As a small addition to this answer, it is sometimes also interesting to consider situations where $X$ is not an element of $mathcal C$ itself, but of a category of which $mathcal C$ is a (full) subcategory; for instance, when $mathcal C$ consists of compact Hausdorff spaces and $X = mathbb R$.
$endgroup$
– Mees de Vries
4 hours ago
add a comment |
1
$begingroup$
As a small addition to this answer, it is sometimes also interesting to consider situations where $X$ is not an element of $mathcal C$ itself, but of a category of which $mathcal C$ is a (full) subcategory; for instance, when $mathcal C$ consists of compact Hausdorff spaces and $X = mathbb R$.
$endgroup$
– Mees de Vries
4 hours ago
1
1
$begingroup$
As a small addition to this answer, it is sometimes also interesting to consider situations where $X$ is not an element of $mathcal C$ itself, but of a category of which $mathcal C$ is a (full) subcategory; for instance, when $mathcal C$ consists of compact Hausdorff spaces and $X = mathbb R$.
$endgroup$
– Mees de Vries
4 hours ago
$begingroup$
As a small addition to this answer, it is sometimes also interesting to consider situations where $X$ is not an element of $mathcal C$ itself, but of a category of which $mathcal C$ is a (full) subcategory; for instance, when $mathcal C$ consists of compact Hausdorff spaces and $X = mathbb R$.
$endgroup$
– Mees de Vries
4 hours ago
add a comment |
$begingroup$
Let $R$ be a ring and $M$ be a left $R$-module. Then the functor
$$
F={rm Hom}_R(cdot, M)
$$
is a contravariant functor from the category of $R$-modules to the category of abelian groups. Switching sides, the functor ${rm Hom}_R(M,cdot)$ is covariant.
$endgroup$
$begingroup$
I unfortunately don't see why this should be something that is naturally occuring.
$endgroup$
– user7280899
4 hours ago
add a comment |
$begingroup$
Let $R$ be a ring and $M$ be a left $R$-module. Then the functor
$$
F={rm Hom}_R(cdot, M)
$$
is a contravariant functor from the category of $R$-modules to the category of abelian groups. Switching sides, the functor ${rm Hom}_R(M,cdot)$ is covariant.
$endgroup$
$begingroup$
I unfortunately don't see why this should be something that is naturally occuring.
$endgroup$
– user7280899
4 hours ago
add a comment |
$begingroup$
Let $R$ be a ring and $M$ be a left $R$-module. Then the functor
$$
F={rm Hom}_R(cdot, M)
$$
is a contravariant functor from the category of $R$-modules to the category of abelian groups. Switching sides, the functor ${rm Hom}_R(M,cdot)$ is covariant.
$endgroup$
Let $R$ be a ring and $M$ be a left $R$-module. Then the functor
$$
F={rm Hom}_R(cdot, M)
$$
is a contravariant functor from the category of $R$-modules to the category of abelian groups. Switching sides, the functor ${rm Hom}_R(M,cdot)$ is covariant.
answered 5 hours ago
Dietrich BurdeDietrich Burde
82.9k649107
82.9k649107
$begingroup$
I unfortunately don't see why this should be something that is naturally occuring.
$endgroup$
– user7280899
4 hours ago
add a comment |
$begingroup$
I unfortunately don't see why this should be something that is naturally occuring.
$endgroup$
– user7280899
4 hours ago
$begingroup$
I unfortunately don't see why this should be something that is naturally occuring.
$endgroup$
– user7280899
4 hours ago
$begingroup$
I unfortunately don't see why this should be something that is naturally occuring.
$endgroup$
– user7280899
4 hours ago
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%2f3201861%2fexamples-of-contravariant-functors%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