If $G$ is a group and $a,bin G$ and $e$ neutral element why $ab = aeb$?
$begingroup$
The Problem I have if this would be true then one could also say $aaa^{-1}b=ab$.
Why do I know that there don't exist counterexamples for which the inequality holds?
group-theory
$endgroup$
add a comment |
$begingroup$
The Problem I have if this would be true then one could also say $aaa^{-1}b=ab$.
Why do I know that there don't exist counterexamples for which the inequality holds?
group-theory
$endgroup$
1
$begingroup$
$aeb = a(eb) = ab$, and $aaa^{-1}b = a(aa^{-1})b = aeb = ab$.
$endgroup$
– Nicolas
Feb 1 at 18:15
add a comment |
$begingroup$
The Problem I have if this would be true then one could also say $aaa^{-1}b=ab$.
Why do I know that there don't exist counterexamples for which the inequality holds?
group-theory
$endgroup$
The Problem I have if this would be true then one could also say $aaa^{-1}b=ab$.
Why do I know that there don't exist counterexamples for which the inequality holds?
group-theory
group-theory
asked Feb 1 at 18:10
RM777RM777
38312
38312
1
$begingroup$
$aeb = a(eb) = ab$, and $aaa^{-1}b = a(aa^{-1})b = aeb = ab$.
$endgroup$
– Nicolas
Feb 1 at 18:15
add a comment |
1
$begingroup$
$aeb = a(eb) = ab$, and $aaa^{-1}b = a(aa^{-1})b = aeb = ab$.
$endgroup$
– Nicolas
Feb 1 at 18:15
1
1
$begingroup$
$aeb = a(eb) = ab$, and $aaa^{-1}b = a(aa^{-1})b = aeb = ab$.
$endgroup$
– Nicolas
Feb 1 at 18:15
$begingroup$
$aeb = a(eb) = ab$, and $aaa^{-1}b = a(aa^{-1})b = aeb = ab$.
$endgroup$
– Nicolas
Feb 1 at 18:15
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
Among the group axioms you also have associativity. That allowed you to write
$$aeb = a(eb) = ab $$
I assume by neutral you mean the identity. The inverse element axiom states that every element has an inverse with the property
$$xx^{-1} = x^{-1}x = e $$
Thus we can use associativity as follows
$$aaa^{-1}b = a(aa^{-1})b = aeb = a(eb) = ab$$
$endgroup$
$begingroup$
The part of this proof:math.stackexchange.com/questions/310351/… where the first answer says and simillary we get $yM=n'M$ makes use of this. I was not sure if the proof requires this Transformation and whether the Transformation was correct
$endgroup$
– RM777
Feb 1 at 18:14
add a comment |
$begingroup$
If $e$ is neutral element then $$forall x. ex =x $$
so $eb$ transforms into $b$ (because $eb = b$)
$endgroup$
add a comment |
$begingroup$
$aaa^{-1}b = a(aa^{-1})b = aeb = (ae)b = ab$
So yes, you CAN say that, and you'd be one hundred percent correct when you do say that.
Why do I know that there don't exist counterexamples for which the inequality holds?
The same way you know that there aren't any counter examples to $ktimes frac 1k =1$ when $k ne 0$.
BY DEFINITION $aa^{-1} = e$ and BY DEFINITION $aeb = (ae)b = ab$. So that is a PROOF.
$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%2f3096554%2fif-g-is-a-group-and-a-b-in-g-and-e-neutral-element-why-ab-aeb%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Among the group axioms you also have associativity. That allowed you to write
$$aeb = a(eb) = ab $$
I assume by neutral you mean the identity. The inverse element axiom states that every element has an inverse with the property
$$xx^{-1} = x^{-1}x = e $$
Thus we can use associativity as follows
$$aaa^{-1}b = a(aa^{-1})b = aeb = a(eb) = ab$$
$endgroup$
$begingroup$
The part of this proof:math.stackexchange.com/questions/310351/… where the first answer says and simillary we get $yM=n'M$ makes use of this. I was not sure if the proof requires this Transformation and whether the Transformation was correct
$endgroup$
– RM777
Feb 1 at 18:14
add a comment |
$begingroup$
Among the group axioms you also have associativity. That allowed you to write
$$aeb = a(eb) = ab $$
I assume by neutral you mean the identity. The inverse element axiom states that every element has an inverse with the property
$$xx^{-1} = x^{-1}x = e $$
Thus we can use associativity as follows
$$aaa^{-1}b = a(aa^{-1})b = aeb = a(eb) = ab$$
$endgroup$
$begingroup$
The part of this proof:math.stackexchange.com/questions/310351/… where the first answer says and simillary we get $yM=n'M$ makes use of this. I was not sure if the proof requires this Transformation and whether the Transformation was correct
$endgroup$
– RM777
Feb 1 at 18:14
add a comment |
$begingroup$
Among the group axioms you also have associativity. That allowed you to write
$$aeb = a(eb) = ab $$
I assume by neutral you mean the identity. The inverse element axiom states that every element has an inverse with the property
$$xx^{-1} = x^{-1}x = e $$
Thus we can use associativity as follows
$$aaa^{-1}b = a(aa^{-1})b = aeb = a(eb) = ab$$
$endgroup$
Among the group axioms you also have associativity. That allowed you to write
$$aeb = a(eb) = ab $$
I assume by neutral you mean the identity. The inverse element axiom states that every element has an inverse with the property
$$xx^{-1} = x^{-1}x = e $$
Thus we can use associativity as follows
$$aaa^{-1}b = a(aa^{-1})b = aeb = a(eb) = ab$$
edited Feb 1 at 18:14
answered Feb 1 at 18:12


Alvin LepikAlvin Lepik
2,85611024
2,85611024
$begingroup$
The part of this proof:math.stackexchange.com/questions/310351/… where the first answer says and simillary we get $yM=n'M$ makes use of this. I was not sure if the proof requires this Transformation and whether the Transformation was correct
$endgroup$
– RM777
Feb 1 at 18:14
add a comment |
$begingroup$
The part of this proof:math.stackexchange.com/questions/310351/… where the first answer says and simillary we get $yM=n'M$ makes use of this. I was not sure if the proof requires this Transformation and whether the Transformation was correct
$endgroup$
– RM777
Feb 1 at 18:14
$begingroup$
The part of this proof:math.stackexchange.com/questions/310351/… where the first answer says and simillary we get $yM=n'M$ makes use of this. I was not sure if the proof requires this Transformation and whether the Transformation was correct
$endgroup$
– RM777
Feb 1 at 18:14
$begingroup$
The part of this proof:math.stackexchange.com/questions/310351/… where the first answer says and simillary we get $yM=n'M$ makes use of this. I was not sure if the proof requires this Transformation and whether the Transformation was correct
$endgroup$
– RM777
Feb 1 at 18:14
add a comment |
$begingroup$
If $e$ is neutral element then $$forall x. ex =x $$
so $eb$ transforms into $b$ (because $eb = b$)
$endgroup$
add a comment |
$begingroup$
If $e$ is neutral element then $$forall x. ex =x $$
so $eb$ transforms into $b$ (because $eb = b$)
$endgroup$
add a comment |
$begingroup$
If $e$ is neutral element then $$forall x. ex =x $$
so $eb$ transforms into $b$ (because $eb = b$)
$endgroup$
If $e$ is neutral element then $$forall x. ex =x $$
so $eb$ transforms into $b$ (because $eb = b$)
answered Feb 1 at 18:16
VirtualUserVirtualUser
1,321317
1,321317
add a comment |
add a comment |
$begingroup$
$aaa^{-1}b = a(aa^{-1})b = aeb = (ae)b = ab$
So yes, you CAN say that, and you'd be one hundred percent correct when you do say that.
Why do I know that there don't exist counterexamples for which the inequality holds?
The same way you know that there aren't any counter examples to $ktimes frac 1k =1$ when $k ne 0$.
BY DEFINITION $aa^{-1} = e$ and BY DEFINITION $aeb = (ae)b = ab$. So that is a PROOF.
$endgroup$
add a comment |
$begingroup$
$aaa^{-1}b = a(aa^{-1})b = aeb = (ae)b = ab$
So yes, you CAN say that, and you'd be one hundred percent correct when you do say that.
Why do I know that there don't exist counterexamples for which the inequality holds?
The same way you know that there aren't any counter examples to $ktimes frac 1k =1$ when $k ne 0$.
BY DEFINITION $aa^{-1} = e$ and BY DEFINITION $aeb = (ae)b = ab$. So that is a PROOF.
$endgroup$
add a comment |
$begingroup$
$aaa^{-1}b = a(aa^{-1})b = aeb = (ae)b = ab$
So yes, you CAN say that, and you'd be one hundred percent correct when you do say that.
Why do I know that there don't exist counterexamples for which the inequality holds?
The same way you know that there aren't any counter examples to $ktimes frac 1k =1$ when $k ne 0$.
BY DEFINITION $aa^{-1} = e$ and BY DEFINITION $aeb = (ae)b = ab$. So that is a PROOF.
$endgroup$
$aaa^{-1}b = a(aa^{-1})b = aeb = (ae)b = ab$
So yes, you CAN say that, and you'd be one hundred percent correct when you do say that.
Why do I know that there don't exist counterexamples for which the inequality holds?
The same way you know that there aren't any counter examples to $ktimes frac 1k =1$ when $k ne 0$.
BY DEFINITION $aa^{-1} = e$ and BY DEFINITION $aeb = (ae)b = ab$. So that is a PROOF.
answered Feb 1 at 18:23
fleabloodfleablood
1
1
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%2f3096554%2fif-g-is-a-group-and-a-b-in-g-and-e-neutral-element-why-ab-aeb%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
1
$begingroup$
$aeb = a(eb) = ab$, and $aaa^{-1}b = a(aa^{-1})b = aeb = ab$.
$endgroup$
– Nicolas
Feb 1 at 18:15