$Kb=Kf$, $Ha=Hg$ implies $Kba=Kfg$?











up vote
0
down vote

favorite












Let $G$ be a group, $H<G$ a subgroup of $G$ and $K<H$ a subgroup of $H$. I'm trying to prove the following:



If $Ha=Hg$, $Kb=Kf$ for $a,g in G$, $b,f in H$ then $Kba=Kfg$.



I tried to show that given $ag^{-1} in H $, $bf^{-1} in K $ we have $ba(fg)^{-1} in K$, that is $ bag^{-1}f^{-1} in K$. But $ag^{-1} in H $ is "stuck in the middle" and I'm not sure how to continue.










share|cite|improve this question






















  • Are you sure this is true? It sounds like there's a counter-example to me.
    – Yanko
    Nov 18 at 13:01










  • If $K=H$, the property is equivalent to $H$ being a normal subgroup.
    – egreg
    Nov 18 at 16:42















up vote
0
down vote

favorite












Let $G$ be a group, $H<G$ a subgroup of $G$ and $K<H$ a subgroup of $H$. I'm trying to prove the following:



If $Ha=Hg$, $Kb=Kf$ for $a,g in G$, $b,f in H$ then $Kba=Kfg$.



I tried to show that given $ag^{-1} in H $, $bf^{-1} in K $ we have $ba(fg)^{-1} in K$, that is $ bag^{-1}f^{-1} in K$. But $ag^{-1} in H $ is "stuck in the middle" and I'm not sure how to continue.










share|cite|improve this question






















  • Are you sure this is true? It sounds like there's a counter-example to me.
    – Yanko
    Nov 18 at 13:01










  • If $K=H$, the property is equivalent to $H$ being a normal subgroup.
    – egreg
    Nov 18 at 16:42













up vote
0
down vote

favorite









up vote
0
down vote

favorite











Let $G$ be a group, $H<G$ a subgroup of $G$ and $K<H$ a subgroup of $H$. I'm trying to prove the following:



If $Ha=Hg$, $Kb=Kf$ for $a,g in G$, $b,f in H$ then $Kba=Kfg$.



I tried to show that given $ag^{-1} in H $, $bf^{-1} in K $ we have $ba(fg)^{-1} in K$, that is $ bag^{-1}f^{-1} in K$. But $ag^{-1} in H $ is "stuck in the middle" and I'm not sure how to continue.










share|cite|improve this question













Let $G$ be a group, $H<G$ a subgroup of $G$ and $K<H$ a subgroup of $H$. I'm trying to prove the following:



If $Ha=Hg$, $Kb=Kf$ for $a,g in G$, $b,f in H$ then $Kba=Kfg$.



I tried to show that given $ag^{-1} in H $, $bf^{-1} in K $ we have $ba(fg)^{-1} in K$, that is $ bag^{-1}f^{-1} in K$. But $ag^{-1} in H $ is "stuck in the middle" and I'm not sure how to continue.







abstract-algebra group-theory






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Nov 18 at 12:48









user401516

84728




84728












  • Are you sure this is true? It sounds like there's a counter-example to me.
    – Yanko
    Nov 18 at 13:01










  • If $K=H$, the property is equivalent to $H$ being a normal subgroup.
    – egreg
    Nov 18 at 16:42


















  • Are you sure this is true? It sounds like there's a counter-example to me.
    – Yanko
    Nov 18 at 13:01










  • If $K=H$, the property is equivalent to $H$ being a normal subgroup.
    – egreg
    Nov 18 at 16:42
















Are you sure this is true? It sounds like there's a counter-example to me.
– Yanko
Nov 18 at 13:01




Are you sure this is true? It sounds like there's a counter-example to me.
– Yanko
Nov 18 at 13:01












If $K=H$, the property is equivalent to $H$ being a normal subgroup.
– egreg
Nov 18 at 16:42




If $K=H$, the property is equivalent to $H$ being a normal subgroup.
– egreg
Nov 18 at 16:42










2 Answers
2






active

oldest

votes

















up vote
2
down vote













I think this is not true:
Here is a counter example:
$G=S_4$, $K=S_2={e,(12)}$ and $H=S_3={e,(12),(13),(23),(1 2 3),(1 3 2)} $



and choose
$b=(123), f=(23), a=(14),g=(142)$.



Now
$Ha={(14),(142),(1423),(1432),(14)(23),(143)}=Hg$ and $Kb={(123),(23)}=Kf$.



$ba=(1423)$ and $fg=(1432)$, so now $Kba={(1423),(14)(23)}$ and $Kfg={(1432),(143)}$ so we can see that $Kba neq Kfg$.






share|cite|improve this answer





















  • See the comment I wrote to Yanko
    – user401516
    Nov 18 at 13:24




















up vote
1
down vote













You can't prove this because it's wrong, here's a counter-example:



Take $G=mathbb{Z}/2mathbb{Z} oplus mathbb{Z}/3mathbb{Z} oplus mathbb{Z}/5mathbb{Z}$ (additive). $H$ be the subgroup corresponding to $mathbb{Z}/2mathbb{Z}oplus mathbb{Z}/3mathbb{Z}$ and $K$ to $mathbb{Z}/2mathbb{Z}$.



Now choose $b,f,g = 0_G$ and $a = (0,1,0)$.



Clearly, $K+b=K+f$ because $b-f=0_G$ and $H+a=H+g$ because $a-g=ain H$.



However $K+b+a = K+a not = K = K+f +g$. Because $anotin K$.



Note: You can construct infinitely many counter-examples by simply taking any $G$ and $H$ and any proper subgroup $K$ of $H$ (i.e. $Knot = H$) then take $b,f,g=0$ and $a$ be any element in $H$ that is not in $K$.






share|cite|improve this answer





















  • This is interesting. The reason I'm trying to prove it is actually an answer to this post: math.stackexchange.com/questions/730728/… (I'm trying to prove the function defined in the first answer is well defined). Does this mean the solution there is wrong?
    – user401516
    Nov 18 at 13:21












  • The solution there is not wrong. You are attempting to generalize the result too much (allowing all $a,b,f,g$ to vary arbitrarily as opposed to within fixed transversals).
    – user10354138
    Nov 18 at 13:35










  • @user10354138 How would you prove the function defined there is well defined?
    – user401516
    Nov 18 at 14:10










  • @user401516 I suggest you ask that as another question. Put a link to that question and say that you don't understand why the function is well defined.
    – Yanko
    Nov 18 at 15:04










  • I actually did that: math.stackexchange.com/questions/3001398/…
    – user401516
    Nov 18 at 15:30











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',
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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3003486%2fkb-kf-ha-hg-implies-kba-kfg%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








up vote
2
down vote













I think this is not true:
Here is a counter example:
$G=S_4$, $K=S_2={e,(12)}$ and $H=S_3={e,(12),(13),(23),(1 2 3),(1 3 2)} $



and choose
$b=(123), f=(23), a=(14),g=(142)$.



Now
$Ha={(14),(142),(1423),(1432),(14)(23),(143)}=Hg$ and $Kb={(123),(23)}=Kf$.



$ba=(1423)$ and $fg=(1432)$, so now $Kba={(1423),(14)(23)}$ and $Kfg={(1432),(143)}$ so we can see that $Kba neq Kfg$.






share|cite|improve this answer





















  • See the comment I wrote to Yanko
    – user401516
    Nov 18 at 13:24

















up vote
2
down vote













I think this is not true:
Here is a counter example:
$G=S_4$, $K=S_2={e,(12)}$ and $H=S_3={e,(12),(13),(23),(1 2 3),(1 3 2)} $



and choose
$b=(123), f=(23), a=(14),g=(142)$.



Now
$Ha={(14),(142),(1423),(1432),(14)(23),(143)}=Hg$ and $Kb={(123),(23)}=Kf$.



$ba=(1423)$ and $fg=(1432)$, so now $Kba={(1423),(14)(23)}$ and $Kfg={(1432),(143)}$ so we can see that $Kba neq Kfg$.






share|cite|improve this answer





















  • See the comment I wrote to Yanko
    – user401516
    Nov 18 at 13:24















up vote
2
down vote










up vote
2
down vote









I think this is not true:
Here is a counter example:
$G=S_4$, $K=S_2={e,(12)}$ and $H=S_3={e,(12),(13),(23),(1 2 3),(1 3 2)} $



and choose
$b=(123), f=(23), a=(14),g=(142)$.



Now
$Ha={(14),(142),(1423),(1432),(14)(23),(143)}=Hg$ and $Kb={(123),(23)}=Kf$.



$ba=(1423)$ and $fg=(1432)$, so now $Kba={(1423),(14)(23)}$ and $Kfg={(1432),(143)}$ so we can see that $Kba neq Kfg$.






share|cite|improve this answer












I think this is not true:
Here is a counter example:
$G=S_4$, $K=S_2={e,(12)}$ and $H=S_3={e,(12),(13),(23),(1 2 3),(1 3 2)} $



and choose
$b=(123), f=(23), a=(14),g=(142)$.



Now
$Ha={(14),(142),(1423),(1432),(14)(23),(143)}=Hg$ and $Kb={(123),(23)}=Kf$.



$ba=(1423)$ and $fg=(1432)$, so now $Kba={(1423),(14)(23)}$ and $Kfg={(1432),(143)}$ so we can see that $Kba neq Kfg$.







share|cite|improve this answer












share|cite|improve this answer



share|cite|improve this answer










answered Nov 18 at 13:19









mathnoob

1,137116




1,137116












  • See the comment I wrote to Yanko
    – user401516
    Nov 18 at 13:24




















  • See the comment I wrote to Yanko
    – user401516
    Nov 18 at 13:24


















See the comment I wrote to Yanko
– user401516
Nov 18 at 13:24






See the comment I wrote to Yanko
– user401516
Nov 18 at 13:24












up vote
1
down vote













You can't prove this because it's wrong, here's a counter-example:



Take $G=mathbb{Z}/2mathbb{Z} oplus mathbb{Z}/3mathbb{Z} oplus mathbb{Z}/5mathbb{Z}$ (additive). $H$ be the subgroup corresponding to $mathbb{Z}/2mathbb{Z}oplus mathbb{Z}/3mathbb{Z}$ and $K$ to $mathbb{Z}/2mathbb{Z}$.



Now choose $b,f,g = 0_G$ and $a = (0,1,0)$.



Clearly, $K+b=K+f$ because $b-f=0_G$ and $H+a=H+g$ because $a-g=ain H$.



However $K+b+a = K+a not = K = K+f +g$. Because $anotin K$.



Note: You can construct infinitely many counter-examples by simply taking any $G$ and $H$ and any proper subgroup $K$ of $H$ (i.e. $Knot = H$) then take $b,f,g=0$ and $a$ be any element in $H$ that is not in $K$.






share|cite|improve this answer





















  • This is interesting. The reason I'm trying to prove it is actually an answer to this post: math.stackexchange.com/questions/730728/… (I'm trying to prove the function defined in the first answer is well defined). Does this mean the solution there is wrong?
    – user401516
    Nov 18 at 13:21












  • The solution there is not wrong. You are attempting to generalize the result too much (allowing all $a,b,f,g$ to vary arbitrarily as opposed to within fixed transversals).
    – user10354138
    Nov 18 at 13:35










  • @user10354138 How would you prove the function defined there is well defined?
    – user401516
    Nov 18 at 14:10










  • @user401516 I suggest you ask that as another question. Put a link to that question and say that you don't understand why the function is well defined.
    – Yanko
    Nov 18 at 15:04










  • I actually did that: math.stackexchange.com/questions/3001398/…
    – user401516
    Nov 18 at 15:30















up vote
1
down vote













You can't prove this because it's wrong, here's a counter-example:



Take $G=mathbb{Z}/2mathbb{Z} oplus mathbb{Z}/3mathbb{Z} oplus mathbb{Z}/5mathbb{Z}$ (additive). $H$ be the subgroup corresponding to $mathbb{Z}/2mathbb{Z}oplus mathbb{Z}/3mathbb{Z}$ and $K$ to $mathbb{Z}/2mathbb{Z}$.



Now choose $b,f,g = 0_G$ and $a = (0,1,0)$.



Clearly, $K+b=K+f$ because $b-f=0_G$ and $H+a=H+g$ because $a-g=ain H$.



However $K+b+a = K+a not = K = K+f +g$. Because $anotin K$.



Note: You can construct infinitely many counter-examples by simply taking any $G$ and $H$ and any proper subgroup $K$ of $H$ (i.e. $Knot = H$) then take $b,f,g=0$ and $a$ be any element in $H$ that is not in $K$.






share|cite|improve this answer





















  • This is interesting. The reason I'm trying to prove it is actually an answer to this post: math.stackexchange.com/questions/730728/… (I'm trying to prove the function defined in the first answer is well defined). Does this mean the solution there is wrong?
    – user401516
    Nov 18 at 13:21












  • The solution there is not wrong. You are attempting to generalize the result too much (allowing all $a,b,f,g$ to vary arbitrarily as opposed to within fixed transversals).
    – user10354138
    Nov 18 at 13:35










  • @user10354138 How would you prove the function defined there is well defined?
    – user401516
    Nov 18 at 14:10










  • @user401516 I suggest you ask that as another question. Put a link to that question and say that you don't understand why the function is well defined.
    – Yanko
    Nov 18 at 15:04










  • I actually did that: math.stackexchange.com/questions/3001398/…
    – user401516
    Nov 18 at 15:30













up vote
1
down vote










up vote
1
down vote









You can't prove this because it's wrong, here's a counter-example:



Take $G=mathbb{Z}/2mathbb{Z} oplus mathbb{Z}/3mathbb{Z} oplus mathbb{Z}/5mathbb{Z}$ (additive). $H$ be the subgroup corresponding to $mathbb{Z}/2mathbb{Z}oplus mathbb{Z}/3mathbb{Z}$ and $K$ to $mathbb{Z}/2mathbb{Z}$.



Now choose $b,f,g = 0_G$ and $a = (0,1,0)$.



Clearly, $K+b=K+f$ because $b-f=0_G$ and $H+a=H+g$ because $a-g=ain H$.



However $K+b+a = K+a not = K = K+f +g$. Because $anotin K$.



Note: You can construct infinitely many counter-examples by simply taking any $G$ and $H$ and any proper subgroup $K$ of $H$ (i.e. $Knot = H$) then take $b,f,g=0$ and $a$ be any element in $H$ that is not in $K$.






share|cite|improve this answer












You can't prove this because it's wrong, here's a counter-example:



Take $G=mathbb{Z}/2mathbb{Z} oplus mathbb{Z}/3mathbb{Z} oplus mathbb{Z}/5mathbb{Z}$ (additive). $H$ be the subgroup corresponding to $mathbb{Z}/2mathbb{Z}oplus mathbb{Z}/3mathbb{Z}$ and $K$ to $mathbb{Z}/2mathbb{Z}$.



Now choose $b,f,g = 0_G$ and $a = (0,1,0)$.



Clearly, $K+b=K+f$ because $b-f=0_G$ and $H+a=H+g$ because $a-g=ain H$.



However $K+b+a = K+a not = K = K+f +g$. Because $anotin K$.



Note: You can construct infinitely many counter-examples by simply taking any $G$ and $H$ and any proper subgroup $K$ of $H$ (i.e. $Knot = H$) then take $b,f,g=0$ and $a$ be any element in $H$ that is not in $K$.







share|cite|improve this answer












share|cite|improve this answer



share|cite|improve this answer










answered Nov 18 at 13:05









Yanko

5,103722




5,103722












  • This is interesting. The reason I'm trying to prove it is actually an answer to this post: math.stackexchange.com/questions/730728/… (I'm trying to prove the function defined in the first answer is well defined). Does this mean the solution there is wrong?
    – user401516
    Nov 18 at 13:21












  • The solution there is not wrong. You are attempting to generalize the result too much (allowing all $a,b,f,g$ to vary arbitrarily as opposed to within fixed transversals).
    – user10354138
    Nov 18 at 13:35










  • @user10354138 How would you prove the function defined there is well defined?
    – user401516
    Nov 18 at 14:10










  • @user401516 I suggest you ask that as another question. Put a link to that question and say that you don't understand why the function is well defined.
    – Yanko
    Nov 18 at 15:04










  • I actually did that: math.stackexchange.com/questions/3001398/…
    – user401516
    Nov 18 at 15:30


















  • This is interesting. The reason I'm trying to prove it is actually an answer to this post: math.stackexchange.com/questions/730728/… (I'm trying to prove the function defined in the first answer is well defined). Does this mean the solution there is wrong?
    – user401516
    Nov 18 at 13:21












  • The solution there is not wrong. You are attempting to generalize the result too much (allowing all $a,b,f,g$ to vary arbitrarily as opposed to within fixed transversals).
    – user10354138
    Nov 18 at 13:35










  • @user10354138 How would you prove the function defined there is well defined?
    – user401516
    Nov 18 at 14:10










  • @user401516 I suggest you ask that as another question. Put a link to that question and say that you don't understand why the function is well defined.
    – Yanko
    Nov 18 at 15:04










  • I actually did that: math.stackexchange.com/questions/3001398/…
    – user401516
    Nov 18 at 15:30
















This is interesting. The reason I'm trying to prove it is actually an answer to this post: math.stackexchange.com/questions/730728/… (I'm trying to prove the function defined in the first answer is well defined). Does this mean the solution there is wrong?
– user401516
Nov 18 at 13:21






This is interesting. The reason I'm trying to prove it is actually an answer to this post: math.stackexchange.com/questions/730728/… (I'm trying to prove the function defined in the first answer is well defined). Does this mean the solution there is wrong?
– user401516
Nov 18 at 13:21














The solution there is not wrong. You are attempting to generalize the result too much (allowing all $a,b,f,g$ to vary arbitrarily as opposed to within fixed transversals).
– user10354138
Nov 18 at 13:35




The solution there is not wrong. You are attempting to generalize the result too much (allowing all $a,b,f,g$ to vary arbitrarily as opposed to within fixed transversals).
– user10354138
Nov 18 at 13:35












@user10354138 How would you prove the function defined there is well defined?
– user401516
Nov 18 at 14:10




@user10354138 How would you prove the function defined there is well defined?
– user401516
Nov 18 at 14:10












@user401516 I suggest you ask that as another question. Put a link to that question and say that you don't understand why the function is well defined.
– Yanko
Nov 18 at 15:04




@user401516 I suggest you ask that as another question. Put a link to that question and say that you don't understand why the function is well defined.
– Yanko
Nov 18 at 15:04












I actually did that: math.stackexchange.com/questions/3001398/…
– user401516
Nov 18 at 15:30




I actually did that: math.stackexchange.com/questions/3001398/…
– user401516
Nov 18 at 15:30


















draft saved

draft discarded




















































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.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • 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.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3003486%2fkb-kf-ha-hg-implies-kba-kfg%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

QoS: MAC-Priority for clients behind a repeater

Ивакино (Тотемский район)

Can't locate Autom4te/ChannelDefs.pm in @INC (when it definitely is there)