Commuting right adjoints implies commuting left adjoints.
$begingroup$
Say that I have a diagram of right adjoints
$$
require{AMScd}
begin{CD}
A @<{R_1}<< B \
@V{R_3}VV @VV{R_2}V \
D @<<{R_4}< C
end{CD}
$$
does it follow that the diagram of left adjoints
$$
require{AMScd}
begin{CD}
A @>{L_1}>> B \
@A{L_3}AA @A{L_2}AA \
D @>>{L_4}> C
end{CD}
$$
commutes also, where $L_1$ is left adjoint to $R_1$ and so on.
It seems like something that should be possible (it works for every example I've written down but doesn't seem to rely on the right adjoints) but I'm not convinced.
category-theory adjoint-functors
$endgroup$
add a comment |
$begingroup$
Say that I have a diagram of right adjoints
$$
require{AMScd}
begin{CD}
A @<{R_1}<< B \
@V{R_3}VV @VV{R_2}V \
D @<<{R_4}< C
end{CD}
$$
does it follow that the diagram of left adjoints
$$
require{AMScd}
begin{CD}
A @>{L_1}>> B \
@A{L_3}AA @A{L_2}AA \
D @>>{L_4}> C
end{CD}
$$
commutes also, where $L_1$ is left adjoint to $R_1$ and so on.
It seems like something that should be possible (it works for every example I've written down but doesn't seem to rely on the right adjoints) but I'm not convinced.
category-theory adjoint-functors
$endgroup$
add a comment |
$begingroup$
Say that I have a diagram of right adjoints
$$
require{AMScd}
begin{CD}
A @<{R_1}<< B \
@V{R_3}VV @VV{R_2}V \
D @<<{R_4}< C
end{CD}
$$
does it follow that the diagram of left adjoints
$$
require{AMScd}
begin{CD}
A @>{L_1}>> B \
@A{L_3}AA @A{L_2}AA \
D @>>{L_4}> C
end{CD}
$$
commutes also, where $L_1$ is left adjoint to $R_1$ and so on.
It seems like something that should be possible (it works for every example I've written down but doesn't seem to rely on the right adjoints) but I'm not convinced.
category-theory adjoint-functors
$endgroup$
Say that I have a diagram of right adjoints
$$
require{AMScd}
begin{CD}
A @<{R_1}<< B \
@V{R_3}VV @VV{R_2}V \
D @<<{R_4}< C
end{CD}
$$
does it follow that the diagram of left adjoints
$$
require{AMScd}
begin{CD}
A @>{L_1}>> B \
@A{L_3}AA @A{L_2}AA \
D @>>{L_4}> C
end{CD}
$$
commutes also, where $L_1$ is left adjoint to $R_1$ and so on.
It seems like something that should be possible (it works for every example I've written down but doesn't seem to rely on the right adjoints) but I'm not convinced.
category-theory adjoint-functors
category-theory adjoint-functors
asked Dec 5 '18 at 17:09
NiallNiall
18318
18318
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Clive Newstead has already given an excellent answer (which I've upvoted), but I wanted to add another perspective.
The goal is to show that $L_1(L_3(x))simeq L_2(L_4(x))$ for all $xin D$, where $simeq$ denotes natural isomorphism. Then by the Yoneda embedding it is equivalent to show that
$$newcommandHom{operatorname{Hom}}Hom(L_1 L_3,-)simeq Hom(L_2 L_4,-),$$
however this follows immediately from the adjunctions and the fact that the right adjoints commute:
$$Hom(L_1 L_3,-)simeq Hom(L_3,R_1)simeq Hom(-,R_3 R_1)simeq Hom(-,R_4 R_2)simeq Hom(L_2 L_4,-).$$
This is essentially equivalent to just applying the results that Clive cited, but when working with adjoints, I often find it illuminating to spell out the actual sequence of natural isomorphisms of Hom sets.
$endgroup$
add a comment |
$begingroup$
There are two results that piece together to give you your answer.
Theorem 1. If $mathcal{C} overset{F}{underset{G}{rightleftarrows}} mathcal{D} overset{K}{underset{H}{rightleftarrows}} mathcal{E}$ are functors with $F dashv G$ and $K dashv H$, then $G circ H dashv K circ F$.
Theorem 2. If $F dashv G_1$ and $F dashv G_2$, then $G_1 cong G_2$; and if $F_1 dashv G$ and $F_2 dashv G$, then $F_1 cong F_2$.
So assume that $R_3 circ R_1 = R_4 circ R_2$. Then $L_1 circ L_3 dashv R_3 circ R_1$ by Theorem 1, and $L_2 circ L_4 dashv R_4 circ R_2 = R_3 circ R_1$ by Theorem 1, and so $L_1 circ L_3 cong L_2 circ L_4$ by Theorem 2.
Hence the square of left adjoints commutes up to natural isomorphism.
Unfortunately you cannot expect to obtain a strong result than commutativity up to natural isomorphism, since adjoints themselves are only defined up to natural isomorphism.
Here's an example. The following square certainly commutes, where $Delta : mathbf{Set} to mathbf{Set} times mathbf{Set}$ is the diagonal functor, defined on objects by $A mapsto (A,A)$.
$$require{amsCD}
begin{CD}
mathbf{Set} times mathbf{Set} @<{Delta}<< mathbf{Set} \
@V{Delta times mathrm{id}}VV @VV{Delta}V \
mathbf{Set} times mathbf{Set} times mathbf{Set} @<<{Delta times mathrm{id}}< mathbf{Set} times mathbf{Set}
end{CD}$$
Let ${+} : mathbf{Set} times mathbf{Set} to mathbf{Set}$ be the coproduct functor defined on objects by
$${+}(A,B) mapsto A+B = (A times { 0 }) cup (B times { 1 })$$
and let $+' : mathbf{Set} times mathbf{Set} to mathbf{Set}$ be the coproduct functor defined on objects by
$${+'}(A,B) mapsto B+A = (A times { 1 }) cup (B times { 0 })$$
Then ${+} dashv Delta$ and ${+'} dashv Delta$, and ${+} times mathrm{id} dashv Delta times mathrm{id}$ and ${+'} times mathrm{id} dashv Delta times mathrm{id}$, and so we obtain the following diagram of left adjoints
$$require{AMScd}
begin{CD}
mathbf{Set} times mathbf{Set} @>{+}>> mathbf{Set} \
@A{{+} times mathrm{id}}AA @AA{+'}A \
mathbf{Set} times mathbf{Set} times mathbf{Set} @>>{{+'} times mathrm{id}}> mathbf{Set} times mathbf{Set}
end{CD}$$
This commutes up to natural isomorphism, since $(A+B)+C cong (A+'B)+'C$ naturally in $A,B,C$, but it does not commute strictly.
$endgroup$
$begingroup$
Thanks! Up to natural isomorphism is perfect for what I was trying to do!
$endgroup$
– Niall
Dec 5 '18 at 17:40
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%2f3027355%2fcommuting-right-adjoints-implies-commuting-left-adjoints%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$
Clive Newstead has already given an excellent answer (which I've upvoted), but I wanted to add another perspective.
The goal is to show that $L_1(L_3(x))simeq L_2(L_4(x))$ for all $xin D$, where $simeq$ denotes natural isomorphism. Then by the Yoneda embedding it is equivalent to show that
$$newcommandHom{operatorname{Hom}}Hom(L_1 L_3,-)simeq Hom(L_2 L_4,-),$$
however this follows immediately from the adjunctions and the fact that the right adjoints commute:
$$Hom(L_1 L_3,-)simeq Hom(L_3,R_1)simeq Hom(-,R_3 R_1)simeq Hom(-,R_4 R_2)simeq Hom(L_2 L_4,-).$$
This is essentially equivalent to just applying the results that Clive cited, but when working with adjoints, I often find it illuminating to spell out the actual sequence of natural isomorphisms of Hom sets.
$endgroup$
add a comment |
$begingroup$
Clive Newstead has already given an excellent answer (which I've upvoted), but I wanted to add another perspective.
The goal is to show that $L_1(L_3(x))simeq L_2(L_4(x))$ for all $xin D$, where $simeq$ denotes natural isomorphism. Then by the Yoneda embedding it is equivalent to show that
$$newcommandHom{operatorname{Hom}}Hom(L_1 L_3,-)simeq Hom(L_2 L_4,-),$$
however this follows immediately from the adjunctions and the fact that the right adjoints commute:
$$Hom(L_1 L_3,-)simeq Hom(L_3,R_1)simeq Hom(-,R_3 R_1)simeq Hom(-,R_4 R_2)simeq Hom(L_2 L_4,-).$$
This is essentially equivalent to just applying the results that Clive cited, but when working with adjoints, I often find it illuminating to spell out the actual sequence of natural isomorphisms of Hom sets.
$endgroup$
add a comment |
$begingroup$
Clive Newstead has already given an excellent answer (which I've upvoted), but I wanted to add another perspective.
The goal is to show that $L_1(L_3(x))simeq L_2(L_4(x))$ for all $xin D$, where $simeq$ denotes natural isomorphism. Then by the Yoneda embedding it is equivalent to show that
$$newcommandHom{operatorname{Hom}}Hom(L_1 L_3,-)simeq Hom(L_2 L_4,-),$$
however this follows immediately from the adjunctions and the fact that the right adjoints commute:
$$Hom(L_1 L_3,-)simeq Hom(L_3,R_1)simeq Hom(-,R_3 R_1)simeq Hom(-,R_4 R_2)simeq Hom(L_2 L_4,-).$$
This is essentially equivalent to just applying the results that Clive cited, but when working with adjoints, I often find it illuminating to spell out the actual sequence of natural isomorphisms of Hom sets.
$endgroup$
Clive Newstead has already given an excellent answer (which I've upvoted), but I wanted to add another perspective.
The goal is to show that $L_1(L_3(x))simeq L_2(L_4(x))$ for all $xin D$, where $simeq$ denotes natural isomorphism. Then by the Yoneda embedding it is equivalent to show that
$$newcommandHom{operatorname{Hom}}Hom(L_1 L_3,-)simeq Hom(L_2 L_4,-),$$
however this follows immediately from the adjunctions and the fact that the right adjoints commute:
$$Hom(L_1 L_3,-)simeq Hom(L_3,R_1)simeq Hom(-,R_3 R_1)simeq Hom(-,R_4 R_2)simeq Hom(L_2 L_4,-).$$
This is essentially equivalent to just applying the results that Clive cited, but when working with adjoints, I often find it illuminating to spell out the actual sequence of natural isomorphisms of Hom sets.
answered Dec 14 '18 at 21:00
jgonjgon
14.2k22041
14.2k22041
add a comment |
add a comment |
$begingroup$
There are two results that piece together to give you your answer.
Theorem 1. If $mathcal{C} overset{F}{underset{G}{rightleftarrows}} mathcal{D} overset{K}{underset{H}{rightleftarrows}} mathcal{E}$ are functors with $F dashv G$ and $K dashv H$, then $G circ H dashv K circ F$.
Theorem 2. If $F dashv G_1$ and $F dashv G_2$, then $G_1 cong G_2$; and if $F_1 dashv G$ and $F_2 dashv G$, then $F_1 cong F_2$.
So assume that $R_3 circ R_1 = R_4 circ R_2$. Then $L_1 circ L_3 dashv R_3 circ R_1$ by Theorem 1, and $L_2 circ L_4 dashv R_4 circ R_2 = R_3 circ R_1$ by Theorem 1, and so $L_1 circ L_3 cong L_2 circ L_4$ by Theorem 2.
Hence the square of left adjoints commutes up to natural isomorphism.
Unfortunately you cannot expect to obtain a strong result than commutativity up to natural isomorphism, since adjoints themselves are only defined up to natural isomorphism.
Here's an example. The following square certainly commutes, where $Delta : mathbf{Set} to mathbf{Set} times mathbf{Set}$ is the diagonal functor, defined on objects by $A mapsto (A,A)$.
$$require{amsCD}
begin{CD}
mathbf{Set} times mathbf{Set} @<{Delta}<< mathbf{Set} \
@V{Delta times mathrm{id}}VV @VV{Delta}V \
mathbf{Set} times mathbf{Set} times mathbf{Set} @<<{Delta times mathrm{id}}< mathbf{Set} times mathbf{Set}
end{CD}$$
Let ${+} : mathbf{Set} times mathbf{Set} to mathbf{Set}$ be the coproduct functor defined on objects by
$${+}(A,B) mapsto A+B = (A times { 0 }) cup (B times { 1 })$$
and let $+' : mathbf{Set} times mathbf{Set} to mathbf{Set}$ be the coproduct functor defined on objects by
$${+'}(A,B) mapsto B+A = (A times { 1 }) cup (B times { 0 })$$
Then ${+} dashv Delta$ and ${+'} dashv Delta$, and ${+} times mathrm{id} dashv Delta times mathrm{id}$ and ${+'} times mathrm{id} dashv Delta times mathrm{id}$, and so we obtain the following diagram of left adjoints
$$require{AMScd}
begin{CD}
mathbf{Set} times mathbf{Set} @>{+}>> mathbf{Set} \
@A{{+} times mathrm{id}}AA @AA{+'}A \
mathbf{Set} times mathbf{Set} times mathbf{Set} @>>{{+'} times mathrm{id}}> mathbf{Set} times mathbf{Set}
end{CD}$$
This commutes up to natural isomorphism, since $(A+B)+C cong (A+'B)+'C$ naturally in $A,B,C$, but it does not commute strictly.
$endgroup$
$begingroup$
Thanks! Up to natural isomorphism is perfect for what I was trying to do!
$endgroup$
– Niall
Dec 5 '18 at 17:40
add a comment |
$begingroup$
There are two results that piece together to give you your answer.
Theorem 1. If $mathcal{C} overset{F}{underset{G}{rightleftarrows}} mathcal{D} overset{K}{underset{H}{rightleftarrows}} mathcal{E}$ are functors with $F dashv G$ and $K dashv H$, then $G circ H dashv K circ F$.
Theorem 2. If $F dashv G_1$ and $F dashv G_2$, then $G_1 cong G_2$; and if $F_1 dashv G$ and $F_2 dashv G$, then $F_1 cong F_2$.
So assume that $R_3 circ R_1 = R_4 circ R_2$. Then $L_1 circ L_3 dashv R_3 circ R_1$ by Theorem 1, and $L_2 circ L_4 dashv R_4 circ R_2 = R_3 circ R_1$ by Theorem 1, and so $L_1 circ L_3 cong L_2 circ L_4$ by Theorem 2.
Hence the square of left adjoints commutes up to natural isomorphism.
Unfortunately you cannot expect to obtain a strong result than commutativity up to natural isomorphism, since adjoints themselves are only defined up to natural isomorphism.
Here's an example. The following square certainly commutes, where $Delta : mathbf{Set} to mathbf{Set} times mathbf{Set}$ is the diagonal functor, defined on objects by $A mapsto (A,A)$.
$$require{amsCD}
begin{CD}
mathbf{Set} times mathbf{Set} @<{Delta}<< mathbf{Set} \
@V{Delta times mathrm{id}}VV @VV{Delta}V \
mathbf{Set} times mathbf{Set} times mathbf{Set} @<<{Delta times mathrm{id}}< mathbf{Set} times mathbf{Set}
end{CD}$$
Let ${+} : mathbf{Set} times mathbf{Set} to mathbf{Set}$ be the coproduct functor defined on objects by
$${+}(A,B) mapsto A+B = (A times { 0 }) cup (B times { 1 })$$
and let $+' : mathbf{Set} times mathbf{Set} to mathbf{Set}$ be the coproduct functor defined on objects by
$${+'}(A,B) mapsto B+A = (A times { 1 }) cup (B times { 0 })$$
Then ${+} dashv Delta$ and ${+'} dashv Delta$, and ${+} times mathrm{id} dashv Delta times mathrm{id}$ and ${+'} times mathrm{id} dashv Delta times mathrm{id}$, and so we obtain the following diagram of left adjoints
$$require{AMScd}
begin{CD}
mathbf{Set} times mathbf{Set} @>{+}>> mathbf{Set} \
@A{{+} times mathrm{id}}AA @AA{+'}A \
mathbf{Set} times mathbf{Set} times mathbf{Set} @>>{{+'} times mathrm{id}}> mathbf{Set} times mathbf{Set}
end{CD}$$
This commutes up to natural isomorphism, since $(A+B)+C cong (A+'B)+'C$ naturally in $A,B,C$, but it does not commute strictly.
$endgroup$
$begingroup$
Thanks! Up to natural isomorphism is perfect for what I was trying to do!
$endgroup$
– Niall
Dec 5 '18 at 17:40
add a comment |
$begingroup$
There are two results that piece together to give you your answer.
Theorem 1. If $mathcal{C} overset{F}{underset{G}{rightleftarrows}} mathcal{D} overset{K}{underset{H}{rightleftarrows}} mathcal{E}$ are functors with $F dashv G$ and $K dashv H$, then $G circ H dashv K circ F$.
Theorem 2. If $F dashv G_1$ and $F dashv G_2$, then $G_1 cong G_2$; and if $F_1 dashv G$ and $F_2 dashv G$, then $F_1 cong F_2$.
So assume that $R_3 circ R_1 = R_4 circ R_2$. Then $L_1 circ L_3 dashv R_3 circ R_1$ by Theorem 1, and $L_2 circ L_4 dashv R_4 circ R_2 = R_3 circ R_1$ by Theorem 1, and so $L_1 circ L_3 cong L_2 circ L_4$ by Theorem 2.
Hence the square of left adjoints commutes up to natural isomorphism.
Unfortunately you cannot expect to obtain a strong result than commutativity up to natural isomorphism, since adjoints themselves are only defined up to natural isomorphism.
Here's an example. The following square certainly commutes, where $Delta : mathbf{Set} to mathbf{Set} times mathbf{Set}$ is the diagonal functor, defined on objects by $A mapsto (A,A)$.
$$require{amsCD}
begin{CD}
mathbf{Set} times mathbf{Set} @<{Delta}<< mathbf{Set} \
@V{Delta times mathrm{id}}VV @VV{Delta}V \
mathbf{Set} times mathbf{Set} times mathbf{Set} @<<{Delta times mathrm{id}}< mathbf{Set} times mathbf{Set}
end{CD}$$
Let ${+} : mathbf{Set} times mathbf{Set} to mathbf{Set}$ be the coproduct functor defined on objects by
$${+}(A,B) mapsto A+B = (A times { 0 }) cup (B times { 1 })$$
and let $+' : mathbf{Set} times mathbf{Set} to mathbf{Set}$ be the coproduct functor defined on objects by
$${+'}(A,B) mapsto B+A = (A times { 1 }) cup (B times { 0 })$$
Then ${+} dashv Delta$ and ${+'} dashv Delta$, and ${+} times mathrm{id} dashv Delta times mathrm{id}$ and ${+'} times mathrm{id} dashv Delta times mathrm{id}$, and so we obtain the following diagram of left adjoints
$$require{AMScd}
begin{CD}
mathbf{Set} times mathbf{Set} @>{+}>> mathbf{Set} \
@A{{+} times mathrm{id}}AA @AA{+'}A \
mathbf{Set} times mathbf{Set} times mathbf{Set} @>>{{+'} times mathrm{id}}> mathbf{Set} times mathbf{Set}
end{CD}$$
This commutes up to natural isomorphism, since $(A+B)+C cong (A+'B)+'C$ naturally in $A,B,C$, but it does not commute strictly.
$endgroup$
There are two results that piece together to give you your answer.
Theorem 1. If $mathcal{C} overset{F}{underset{G}{rightleftarrows}} mathcal{D} overset{K}{underset{H}{rightleftarrows}} mathcal{E}$ are functors with $F dashv G$ and $K dashv H$, then $G circ H dashv K circ F$.
Theorem 2. If $F dashv G_1$ and $F dashv G_2$, then $G_1 cong G_2$; and if $F_1 dashv G$ and $F_2 dashv G$, then $F_1 cong F_2$.
So assume that $R_3 circ R_1 = R_4 circ R_2$. Then $L_1 circ L_3 dashv R_3 circ R_1$ by Theorem 1, and $L_2 circ L_4 dashv R_4 circ R_2 = R_3 circ R_1$ by Theorem 1, and so $L_1 circ L_3 cong L_2 circ L_4$ by Theorem 2.
Hence the square of left adjoints commutes up to natural isomorphism.
Unfortunately you cannot expect to obtain a strong result than commutativity up to natural isomorphism, since adjoints themselves are only defined up to natural isomorphism.
Here's an example. The following square certainly commutes, where $Delta : mathbf{Set} to mathbf{Set} times mathbf{Set}$ is the diagonal functor, defined on objects by $A mapsto (A,A)$.
$$require{amsCD}
begin{CD}
mathbf{Set} times mathbf{Set} @<{Delta}<< mathbf{Set} \
@V{Delta times mathrm{id}}VV @VV{Delta}V \
mathbf{Set} times mathbf{Set} times mathbf{Set} @<<{Delta times mathrm{id}}< mathbf{Set} times mathbf{Set}
end{CD}$$
Let ${+} : mathbf{Set} times mathbf{Set} to mathbf{Set}$ be the coproduct functor defined on objects by
$${+}(A,B) mapsto A+B = (A times { 0 }) cup (B times { 1 })$$
and let $+' : mathbf{Set} times mathbf{Set} to mathbf{Set}$ be the coproduct functor defined on objects by
$${+'}(A,B) mapsto B+A = (A times { 1 }) cup (B times { 0 })$$
Then ${+} dashv Delta$ and ${+'} dashv Delta$, and ${+} times mathrm{id} dashv Delta times mathrm{id}$ and ${+'} times mathrm{id} dashv Delta times mathrm{id}$, and so we obtain the following diagram of left adjoints
$$require{AMScd}
begin{CD}
mathbf{Set} times mathbf{Set} @>{+}>> mathbf{Set} \
@A{{+} times mathrm{id}}AA @AA{+'}A \
mathbf{Set} times mathbf{Set} times mathbf{Set} @>>{{+'} times mathrm{id}}> mathbf{Set} times mathbf{Set}
end{CD}$$
This commutes up to natural isomorphism, since $(A+B)+C cong (A+'B)+'C$ naturally in $A,B,C$, but it does not commute strictly.
edited Dec 5 '18 at 17:26
answered Dec 5 '18 at 17:16
Clive NewsteadClive Newstead
51.5k474135
51.5k474135
$begingroup$
Thanks! Up to natural isomorphism is perfect for what I was trying to do!
$endgroup$
– Niall
Dec 5 '18 at 17:40
add a comment |
$begingroup$
Thanks! Up to natural isomorphism is perfect for what I was trying to do!
$endgroup$
– Niall
Dec 5 '18 at 17:40
$begingroup$
Thanks! Up to natural isomorphism is perfect for what I was trying to do!
$endgroup$
– Niall
Dec 5 '18 at 17:40
$begingroup$
Thanks! Up to natural isomorphism is perfect for what I was trying to do!
$endgroup$
– Niall
Dec 5 '18 at 17:40
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%2f3027355%2fcommuting-right-adjoints-implies-commuting-left-adjoints%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