A ring without identity: deny the hypothesis
Let $R$ a ring without identity. So, $$(Rquadtext{does not have the identity})Rightarrow (nexists;ein R;text{such that};ea=a;forall ain R)[text{It's correct?}].$$
Now, if I found an element $ein R$ and an element $ain R$ such that $ea=a$, can I conclude that this contradicts the hypothesis according to which $R$ not have identity?
abstract-algebra ring-theory
add a comment |
Let $R$ a ring without identity. So, $$(Rquadtext{does not have the identity})Rightarrow (nexists;ein R;text{such that};ea=a;forall ain R)[text{It's correct?}].$$
Now, if I found an element $ein R$ and an element $ain R$ such that $ea=a$, can I conclude that this contradicts the hypothesis according to which $R$ not have identity?
abstract-algebra ring-theory
For $e$ to be an identity we need $ea = a$ for all $a$, not just one single $a$. So you can‘t conclude what you said.
– Lukas Kofler
Dec 3 '18 at 14:25
add a comment |
Let $R$ a ring without identity. So, $$(Rquadtext{does not have the identity})Rightarrow (nexists;ein R;text{such that};ea=a;forall ain R)[text{It's correct?}].$$
Now, if I found an element $ein R$ and an element $ain R$ such that $ea=a$, can I conclude that this contradicts the hypothesis according to which $R$ not have identity?
abstract-algebra ring-theory
Let $R$ a ring without identity. So, $$(Rquadtext{does not have the identity})Rightarrow (nexists;ein R;text{such that};ea=a;forall ain R)[text{It's correct?}].$$
Now, if I found an element $ein R$ and an element $ain R$ such that $ea=a$, can I conclude that this contradicts the hypothesis according to which $R$ not have identity?
abstract-algebra ring-theory
abstract-algebra ring-theory
edited Dec 3 '18 at 14:39
José Carlos Santos
152k22123226
152k22123226
asked Dec 3 '18 at 14:23
Jack J.Jack J.
4471419
4471419
For $e$ to be an identity we need $ea = a$ for all $a$, not just one single $a$. So you can‘t conclude what you said.
– Lukas Kofler
Dec 3 '18 at 14:25
add a comment |
For $e$ to be an identity we need $ea = a$ for all $a$, not just one single $a$. So you can‘t conclude what you said.
– Lukas Kofler
Dec 3 '18 at 14:25
For $e$ to be an identity we need $ea = a$ for all $a$, not just one single $a$. So you can‘t conclude what you said.
– Lukas Kofler
Dec 3 '18 at 14:25
For $e$ to be an identity we need $ea = a$ for all $a$, not just one single $a$. So you can‘t conclude what you said.
– Lukas Kofler
Dec 3 '18 at 14:25
add a comment |
2 Answers
2
active
oldest
votes
First of all, we write quantifiers before statements they are referring. The notation
$$notexists ein R text{ such that }ea=aforall ain R$$
is invalid, simply because it is unclear. We don't know if it means
$$forall ain R:notexists ein R text{ such that }ea=a$$
or
$$notexists ein R: forall ain R: text{ such that }ea=a.$$
The two statements above are not equivalent, and are in fact very much different. The second statement is much stronger.
Second of all, the negation of the statement "$R$ has an identity" is the negation of the statement
$$exists ein R: forall ain R: ae=e$$
and the negation of this statement is the second of the two statements above.
Your argument that if you find some $e,a$ such that $ea=a$, is not enough to prove that $R$ has no identity, since even in rings without an identity, we can set $a=e=0$ and have $ea=a$.
Thanks for this. You said what I wanted to, and probably better.
– Lubin
Dec 3 '18 at 21:24
add a comment |
No, you cannot. In any ring (with or without identity) such elements exist: just take $e=a=0$.
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%2f3024114%2fa-ring-without-identity-deny-the-hypothesis%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
First of all, we write quantifiers before statements they are referring. The notation
$$notexists ein R text{ such that }ea=aforall ain R$$
is invalid, simply because it is unclear. We don't know if it means
$$forall ain R:notexists ein R text{ such that }ea=a$$
or
$$notexists ein R: forall ain R: text{ such that }ea=a.$$
The two statements above are not equivalent, and are in fact very much different. The second statement is much stronger.
Second of all, the negation of the statement "$R$ has an identity" is the negation of the statement
$$exists ein R: forall ain R: ae=e$$
and the negation of this statement is the second of the two statements above.
Your argument that if you find some $e,a$ such that $ea=a$, is not enough to prove that $R$ has no identity, since even in rings without an identity, we can set $a=e=0$ and have $ea=a$.
Thanks for this. You said what I wanted to, and probably better.
– Lubin
Dec 3 '18 at 21:24
add a comment |
First of all, we write quantifiers before statements they are referring. The notation
$$notexists ein R text{ such that }ea=aforall ain R$$
is invalid, simply because it is unclear. We don't know if it means
$$forall ain R:notexists ein R text{ such that }ea=a$$
or
$$notexists ein R: forall ain R: text{ such that }ea=a.$$
The two statements above are not equivalent, and are in fact very much different. The second statement is much stronger.
Second of all, the negation of the statement "$R$ has an identity" is the negation of the statement
$$exists ein R: forall ain R: ae=e$$
and the negation of this statement is the second of the two statements above.
Your argument that if you find some $e,a$ such that $ea=a$, is not enough to prove that $R$ has no identity, since even in rings without an identity, we can set $a=e=0$ and have $ea=a$.
Thanks for this. You said what I wanted to, and probably better.
– Lubin
Dec 3 '18 at 21:24
add a comment |
First of all, we write quantifiers before statements they are referring. The notation
$$notexists ein R text{ such that }ea=aforall ain R$$
is invalid, simply because it is unclear. We don't know if it means
$$forall ain R:notexists ein R text{ such that }ea=a$$
or
$$notexists ein R: forall ain R: text{ such that }ea=a.$$
The two statements above are not equivalent, and are in fact very much different. The second statement is much stronger.
Second of all, the negation of the statement "$R$ has an identity" is the negation of the statement
$$exists ein R: forall ain R: ae=e$$
and the negation of this statement is the second of the two statements above.
Your argument that if you find some $e,a$ such that $ea=a$, is not enough to prove that $R$ has no identity, since even in rings without an identity, we can set $a=e=0$ and have $ea=a$.
First of all, we write quantifiers before statements they are referring. The notation
$$notexists ein R text{ such that }ea=aforall ain R$$
is invalid, simply because it is unclear. We don't know if it means
$$forall ain R:notexists ein R text{ such that }ea=a$$
or
$$notexists ein R: forall ain R: text{ such that }ea=a.$$
The two statements above are not equivalent, and are in fact very much different. The second statement is much stronger.
Second of all, the negation of the statement "$R$ has an identity" is the negation of the statement
$$exists ein R: forall ain R: ae=e$$
and the negation of this statement is the second of the two statements above.
Your argument that if you find some $e,a$ such that $ea=a$, is not enough to prove that $R$ has no identity, since even in rings without an identity, we can set $a=e=0$ and have $ea=a$.
answered Dec 3 '18 at 14:34
5xum5xum
89.6k393161
89.6k393161
Thanks for this. You said what I wanted to, and probably better.
– Lubin
Dec 3 '18 at 21:24
add a comment |
Thanks for this. You said what I wanted to, and probably better.
– Lubin
Dec 3 '18 at 21:24
Thanks for this. You said what I wanted to, and probably better.
– Lubin
Dec 3 '18 at 21:24
Thanks for this. You said what I wanted to, and probably better.
– Lubin
Dec 3 '18 at 21:24
add a comment |
No, you cannot. In any ring (with or without identity) such elements exist: just take $e=a=0$.
add a comment |
No, you cannot. In any ring (with or without identity) such elements exist: just take $e=a=0$.
add a comment |
No, you cannot. In any ring (with or without identity) such elements exist: just take $e=a=0$.
No, you cannot. In any ring (with or without identity) such elements exist: just take $e=a=0$.
answered Dec 3 '18 at 14:25
José Carlos SantosJosé Carlos Santos
152k22123226
152k22123226
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.
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%2f3024114%2fa-ring-without-identity-deny-the-hypothesis%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
For $e$ to be an identity we need $ea = a$ for all $a$, not just one single $a$. So you can‘t conclude what you said.
– Lukas Kofler
Dec 3 '18 at 14:25