Why doesn't this definition hold up when we square numbers?
So, I've been given the actual definition of a prime for the first time, as opposed to the definition of an irreducible which I was previously taught (as is customary), it goes as follows:
An element $p$ of a ring $R$ is called "prime" if $a,bin R$ and $p|abrightarrow p|a$ or $p|b$
$4^2 = 16$. So inversely $4|16$. Now let's look at all the combinations of two integers $a,bin R$ where $ab = 16$ and whether $p|a$ or $p|b$:
$1 * 16$ ($4|16$)
$2 * 8$ ($4|8$)
$4 * 4$ ($4|4$)
By my logic, $4$ is prime.
However, as we all know $4 = 2^2$. But $2$ is not a unit so $4$ is an irreducible. Since the ring of integers is an integral domain $4$ must, therefore, be prime aswell. Why does this happen?
abstract-algebra group-theory ring-theory prime-numbers
add a comment |
So, I've been given the actual definition of a prime for the first time, as opposed to the definition of an irreducible which I was previously taught (as is customary), it goes as follows:
An element $p$ of a ring $R$ is called "prime" if $a,bin R$ and $p|abrightarrow p|a$ or $p|b$
$4^2 = 16$. So inversely $4|16$. Now let's look at all the combinations of two integers $a,bin R$ where $ab = 16$ and whether $p|a$ or $p|b$:
$1 * 16$ ($4|16$)
$2 * 8$ ($4|8$)
$4 * 4$ ($4|4$)
By my logic, $4$ is prime.
However, as we all know $4 = 2^2$. But $2$ is not a unit so $4$ is an irreducible. Since the ring of integers is an integral domain $4$ must, therefore, be prime aswell. Why does this happen?
abstract-algebra group-theory ring-theory prime-numbers
6
For an element to be prime this must hold for all a,b, not just one example.
– Erik Parkinson
1 hour ago
You have shown that there exists $c$ such that $4|c$ and $forall a,b$ such that $ab=c, 4|a$ or $4|b$. Your definition demands this to be true for every $c$, not just 16.
– RcnSc
6 mins ago
add a comment |
So, I've been given the actual definition of a prime for the first time, as opposed to the definition of an irreducible which I was previously taught (as is customary), it goes as follows:
An element $p$ of a ring $R$ is called "prime" if $a,bin R$ and $p|abrightarrow p|a$ or $p|b$
$4^2 = 16$. So inversely $4|16$. Now let's look at all the combinations of two integers $a,bin R$ where $ab = 16$ and whether $p|a$ or $p|b$:
$1 * 16$ ($4|16$)
$2 * 8$ ($4|8$)
$4 * 4$ ($4|4$)
By my logic, $4$ is prime.
However, as we all know $4 = 2^2$. But $2$ is not a unit so $4$ is an irreducible. Since the ring of integers is an integral domain $4$ must, therefore, be prime aswell. Why does this happen?
abstract-algebra group-theory ring-theory prime-numbers
So, I've been given the actual definition of a prime for the first time, as opposed to the definition of an irreducible which I was previously taught (as is customary), it goes as follows:
An element $p$ of a ring $R$ is called "prime" if $a,bin R$ and $p|abrightarrow p|a$ or $p|b$
$4^2 = 16$. So inversely $4|16$. Now let's look at all the combinations of two integers $a,bin R$ where $ab = 16$ and whether $p|a$ or $p|b$:
$1 * 16$ ($4|16$)
$2 * 8$ ($4|8$)
$4 * 4$ ($4|4$)
By my logic, $4$ is prime.
However, as we all know $4 = 2^2$. But $2$ is not a unit so $4$ is an irreducible. Since the ring of integers is an integral domain $4$ must, therefore, be prime aswell. Why does this happen?
abstract-algebra group-theory ring-theory prime-numbers
abstract-algebra group-theory ring-theory prime-numbers
edited 1 hour ago
Asaf Karagila♦
301k32425755
301k32425755
asked 1 hour ago
PolymorphismPrince
1185
1185
6
For an element to be prime this must hold for all a,b, not just one example.
– Erik Parkinson
1 hour ago
You have shown that there exists $c$ such that $4|c$ and $forall a,b$ such that $ab=c, 4|a$ or $4|b$. Your definition demands this to be true for every $c$, not just 16.
– RcnSc
6 mins ago
add a comment |
6
For an element to be prime this must hold for all a,b, not just one example.
– Erik Parkinson
1 hour ago
You have shown that there exists $c$ such that $4|c$ and $forall a,b$ such that $ab=c, 4|a$ or $4|b$. Your definition demands this to be true for every $c$, not just 16.
– RcnSc
6 mins ago
6
6
For an element to be prime this must hold for all a,b, not just one example.
– Erik Parkinson
1 hour ago
For an element to be prime this must hold for all a,b, not just one example.
– Erik Parkinson
1 hour ago
You have shown that there exists $c$ such that $4|c$ and $forall a,b$ such that $ab=c, 4|a$ or $4|b$. Your definition demands this to be true for every $c$, not just 16.
– RcnSc
6 mins ago
You have shown that there exists $c$ such that $4|c$ and $forall a,b$ such that $ab=c, 4|a$ or $4|b$. Your definition demands this to be true for every $c$, not just 16.
– RcnSc
6 mins ago
add a comment |
1 Answer
1
active
oldest
votes
Take $12$.
$12=6cdot2$, but $6$ is not divided by $4$ and $2$ is not divided by $4$, which says that $4$ is not prime.
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%2f3059225%2fwhy-doesnt-this-definition-hold-up-when-we-square-numbers%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Take $12$.
$12=6cdot2$, but $6$ is not divided by $4$ and $2$ is not divided by $4$, which says that $4$ is not prime.
add a comment |
Take $12$.
$12=6cdot2$, but $6$ is not divided by $4$ and $2$ is not divided by $4$, which says that $4$ is not prime.
add a comment |
Take $12$.
$12=6cdot2$, but $6$ is not divided by $4$ and $2$ is not divided by $4$, which says that $4$ is not prime.
Take $12$.
$12=6cdot2$, but $6$ is not divided by $4$ and $2$ is not divided by $4$, which says that $4$ is not prime.
answered 1 hour ago
Michael Rozenberg
96.4k1588186
96.4k1588186
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%2f3059225%2fwhy-doesnt-this-definition-hold-up-when-we-square-numbers%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
6
For an element to be prime this must hold for all a,b, not just one example.
– Erik Parkinson
1 hour ago
You have shown that there exists $c$ such that $4|c$ and $forall a,b$ such that $ab=c, 4|a$ or $4|b$. Your definition demands this to be true for every $c$, not just 16.
– RcnSc
6 mins ago