Axioms of algebraic structure - ring
If in the definition of ring $(R,+,times$) we insist that it has unit element $1$. Then we can show that addition $(+)$ is commutative operation. However, most of the proof which I've seen in MSE use the following trick: $$x+x+y+y=(1+1)x+(1+1)y=(1+1)(x+y)=x+y+x+y$$ which lead to $x+y=y+x$.
But what if we use another approach, namely: Suppose $a=x+y$ and $b=y+x$. Then consider the expression: $$a-b=a+(-b)=(x+y)+(-(y+x))=(x+y)+((-y)+(-x))$$ and then using associativity of $+$ we get that: $a-b=0$ which leads to desired result.
Note that the crucial moment in my proof is the property $-b=(-1)cdot b$ which can be proven easily without any reliance on abelian of addition.
I suppose that this approach is also correct.
But what do you think about it?
abstract-algebra proof-verification ring-theory
add a comment |
If in the definition of ring $(R,+,times$) we insist that it has unit element $1$. Then we can show that addition $(+)$ is commutative operation. However, most of the proof which I've seen in MSE use the following trick: $$x+x+y+y=(1+1)x+(1+1)y=(1+1)(x+y)=x+y+x+y$$ which lead to $x+y=y+x$.
But what if we use another approach, namely: Suppose $a=x+y$ and $b=y+x$. Then consider the expression: $$a-b=a+(-b)=(x+y)+(-(y+x))=(x+y)+((-y)+(-x))$$ and then using associativity of $+$ we get that: $a-b=0$ which leads to desired result.
Note that the crucial moment in my proof is the property $-b=(-1)cdot b$ which can be proven easily without any reliance on abelian of addition.
I suppose that this approach is also correct.
But what do you think about it?
abstract-algebra proof-verification ring-theory
1
It looks good, but you should be more explicit about the usage of the property, since ordinarily if you don't assume addition is commutative and don't use that property, then $-(y+x)=(-x)+(-y)$, so that step threw me for a bit till I got down to where you explained you're using $-b = (-1)cdot b$ there.
– jgon
Dec 9 '18 at 22:35
add a comment |
If in the definition of ring $(R,+,times$) we insist that it has unit element $1$. Then we can show that addition $(+)$ is commutative operation. However, most of the proof which I've seen in MSE use the following trick: $$x+x+y+y=(1+1)x+(1+1)y=(1+1)(x+y)=x+y+x+y$$ which lead to $x+y=y+x$.
But what if we use another approach, namely: Suppose $a=x+y$ and $b=y+x$. Then consider the expression: $$a-b=a+(-b)=(x+y)+(-(y+x))=(x+y)+((-y)+(-x))$$ and then using associativity of $+$ we get that: $a-b=0$ which leads to desired result.
Note that the crucial moment in my proof is the property $-b=(-1)cdot b$ which can be proven easily without any reliance on abelian of addition.
I suppose that this approach is also correct.
But what do you think about it?
abstract-algebra proof-verification ring-theory
If in the definition of ring $(R,+,times$) we insist that it has unit element $1$. Then we can show that addition $(+)$ is commutative operation. However, most of the proof which I've seen in MSE use the following trick: $$x+x+y+y=(1+1)x+(1+1)y=(1+1)(x+y)=x+y+x+y$$ which lead to $x+y=y+x$.
But what if we use another approach, namely: Suppose $a=x+y$ and $b=y+x$. Then consider the expression: $$a-b=a+(-b)=(x+y)+(-(y+x))=(x+y)+((-y)+(-x))$$ and then using associativity of $+$ we get that: $a-b=0$ which leads to desired result.
Note that the crucial moment in my proof is the property $-b=(-1)cdot b$ which can be proven easily without any reliance on abelian of addition.
I suppose that this approach is also correct.
But what do you think about it?
abstract-algebra proof-verification ring-theory
abstract-algebra proof-verification ring-theory
edited Dec 9 '18 at 22:48
José Carlos Santos
150k22121221
150k22121221
asked Dec 9 '18 at 22:29
ZFR
4,95631338
4,95631338
1
It looks good, but you should be more explicit about the usage of the property, since ordinarily if you don't assume addition is commutative and don't use that property, then $-(y+x)=(-x)+(-y)$, so that step threw me for a bit till I got down to where you explained you're using $-b = (-1)cdot b$ there.
– jgon
Dec 9 '18 at 22:35
add a comment |
1
It looks good, but you should be more explicit about the usage of the property, since ordinarily if you don't assume addition is commutative and don't use that property, then $-(y+x)=(-x)+(-y)$, so that step threw me for a bit till I got down to where you explained you're using $-b = (-1)cdot b$ there.
– jgon
Dec 9 '18 at 22:35
1
1
It looks good, but you should be more explicit about the usage of the property, since ordinarily if you don't assume addition is commutative and don't use that property, then $-(y+x)=(-x)+(-y)$, so that step threw me for a bit till I got down to where you explained you're using $-b = (-1)cdot b$ there.
– jgon
Dec 9 '18 at 22:35
It looks good, but you should be more explicit about the usage of the property, since ordinarily if you don't assume addition is commutative and don't use that property, then $-(y+x)=(-x)+(-y)$, so that step threw me for a bit till I got down to where you explained you're using $-b = (-1)cdot b$ there.
– jgon
Dec 9 '18 at 22:35
add a comment |
2 Answers
2
active
oldest
votes
Yes it is correct and much a more natural approach to think of . Good job. smn
add a comment |
One step in your proof actually assumes commutativity of addition, namely
$$-(y+x)=-y-x$$
Without establishing commutativity beforehand, we can only say that
$$-(y+x)=-x-y$$
To see why this is the case, consider how one would prove the last equality:
$$(y+x) + ((-x) + (-y)) = y + (x + (-x)) + (-y) = y + 0 + (-y) = 0$$
where we relied heavily on associativity.
But we have the property $(-1)cdot b=-b$ which I said earlier can be proven without commutativity of addition. Hence $-(y+x)=(-1)(y+x)=(-1)y+(-1)x=(-y)+(-x)$. So everything is OK
– ZFR
Dec 9 '18 at 23:17
@ZFR My apologies, I didn't realize how you are using this property here. I think this deserves mentioning in the question, - since we are working with bare axioms, such small derivations are easily missed. That being said, your proof looks OK indeed.
– lisyarus
Dec 9 '18 at 23:26
No worries! Remark such yours are very useful! Thank you )
– ZFR
Dec 9 '18 at 23:34
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%2f3033129%2faxioms-of-algebraic-structure-ring%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
Yes it is correct and much a more natural approach to think of . Good job. smn
add a comment |
Yes it is correct and much a more natural approach to think of . Good job. smn
add a comment |
Yes it is correct and much a more natural approach to think of . Good job. smn
Yes it is correct and much a more natural approach to think of . Good job. smn
answered Dec 9 '18 at 23:03
StuartMN
1,406410
1,406410
add a comment |
add a comment |
One step in your proof actually assumes commutativity of addition, namely
$$-(y+x)=-y-x$$
Without establishing commutativity beforehand, we can only say that
$$-(y+x)=-x-y$$
To see why this is the case, consider how one would prove the last equality:
$$(y+x) + ((-x) + (-y)) = y + (x + (-x)) + (-y) = y + 0 + (-y) = 0$$
where we relied heavily on associativity.
But we have the property $(-1)cdot b=-b$ which I said earlier can be proven without commutativity of addition. Hence $-(y+x)=(-1)(y+x)=(-1)y+(-1)x=(-y)+(-x)$. So everything is OK
– ZFR
Dec 9 '18 at 23:17
@ZFR My apologies, I didn't realize how you are using this property here. I think this deserves mentioning in the question, - since we are working with bare axioms, such small derivations are easily missed. That being said, your proof looks OK indeed.
– lisyarus
Dec 9 '18 at 23:26
No worries! Remark such yours are very useful! Thank you )
– ZFR
Dec 9 '18 at 23:34
add a comment |
One step in your proof actually assumes commutativity of addition, namely
$$-(y+x)=-y-x$$
Without establishing commutativity beforehand, we can only say that
$$-(y+x)=-x-y$$
To see why this is the case, consider how one would prove the last equality:
$$(y+x) + ((-x) + (-y)) = y + (x + (-x)) + (-y) = y + 0 + (-y) = 0$$
where we relied heavily on associativity.
But we have the property $(-1)cdot b=-b$ which I said earlier can be proven without commutativity of addition. Hence $-(y+x)=(-1)(y+x)=(-1)y+(-1)x=(-y)+(-x)$. So everything is OK
– ZFR
Dec 9 '18 at 23:17
@ZFR My apologies, I didn't realize how you are using this property here. I think this deserves mentioning in the question, - since we are working with bare axioms, such small derivations are easily missed. That being said, your proof looks OK indeed.
– lisyarus
Dec 9 '18 at 23:26
No worries! Remark such yours are very useful! Thank you )
– ZFR
Dec 9 '18 at 23:34
add a comment |
One step in your proof actually assumes commutativity of addition, namely
$$-(y+x)=-y-x$$
Without establishing commutativity beforehand, we can only say that
$$-(y+x)=-x-y$$
To see why this is the case, consider how one would prove the last equality:
$$(y+x) + ((-x) + (-y)) = y + (x + (-x)) + (-y) = y + 0 + (-y) = 0$$
where we relied heavily on associativity.
One step in your proof actually assumes commutativity of addition, namely
$$-(y+x)=-y-x$$
Without establishing commutativity beforehand, we can only say that
$$-(y+x)=-x-y$$
To see why this is the case, consider how one would prove the last equality:
$$(y+x) + ((-x) + (-y)) = y + (x + (-x)) + (-y) = y + 0 + (-y) = 0$$
where we relied heavily on associativity.
answered Dec 9 '18 at 23:08
lisyarus
10.5k21433
10.5k21433
But we have the property $(-1)cdot b=-b$ which I said earlier can be proven without commutativity of addition. Hence $-(y+x)=(-1)(y+x)=(-1)y+(-1)x=(-y)+(-x)$. So everything is OK
– ZFR
Dec 9 '18 at 23:17
@ZFR My apologies, I didn't realize how you are using this property here. I think this deserves mentioning in the question, - since we are working with bare axioms, such small derivations are easily missed. That being said, your proof looks OK indeed.
– lisyarus
Dec 9 '18 at 23:26
No worries! Remark such yours are very useful! Thank you )
– ZFR
Dec 9 '18 at 23:34
add a comment |
But we have the property $(-1)cdot b=-b$ which I said earlier can be proven without commutativity of addition. Hence $-(y+x)=(-1)(y+x)=(-1)y+(-1)x=(-y)+(-x)$. So everything is OK
– ZFR
Dec 9 '18 at 23:17
@ZFR My apologies, I didn't realize how you are using this property here. I think this deserves mentioning in the question, - since we are working with bare axioms, such small derivations are easily missed. That being said, your proof looks OK indeed.
– lisyarus
Dec 9 '18 at 23:26
No worries! Remark such yours are very useful! Thank you )
– ZFR
Dec 9 '18 at 23:34
But we have the property $(-1)cdot b=-b$ which I said earlier can be proven without commutativity of addition. Hence $-(y+x)=(-1)(y+x)=(-1)y+(-1)x=(-y)+(-x)$. So everything is OK
– ZFR
Dec 9 '18 at 23:17
But we have the property $(-1)cdot b=-b$ which I said earlier can be proven without commutativity of addition. Hence $-(y+x)=(-1)(y+x)=(-1)y+(-1)x=(-y)+(-x)$. So everything is OK
– ZFR
Dec 9 '18 at 23:17
@ZFR My apologies, I didn't realize how you are using this property here. I think this deserves mentioning in the question, - since we are working with bare axioms, such small derivations are easily missed. That being said, your proof looks OK indeed.
– lisyarus
Dec 9 '18 at 23:26
@ZFR My apologies, I didn't realize how you are using this property here. I think this deserves mentioning in the question, - since we are working with bare axioms, such small derivations are easily missed. That being said, your proof looks OK indeed.
– lisyarus
Dec 9 '18 at 23:26
No worries! Remark such yours are very useful! Thank you )
– ZFR
Dec 9 '18 at 23:34
No worries! Remark such yours are very useful! Thank you )
– ZFR
Dec 9 '18 at 23:34
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.
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.
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%2f3033129%2faxioms-of-algebraic-structure-ring%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
It looks good, but you should be more explicit about the usage of the property, since ordinarily if you don't assume addition is commutative and don't use that property, then $-(y+x)=(-x)+(-y)$, so that step threw me for a bit till I got down to where you explained you're using $-b = (-1)cdot b$ there.
– jgon
Dec 9 '18 at 22:35