Small question about Gauss's lemma (polynomial)
$begingroup$
There is a beautiful proof for Gauss's lemma on Wikipedia here.
There is just the last bit I don't understand. It says: "This sum contains a term $a_r b_s$ which is not divisible by p (by Euclid's lemma, because p is prime), yet all the remaining ones are (because either $i < r$ or $j < s$), so the entire sum is not divisible by $p$."
Now I can't understand this. I understand that $a_r b_s$ is now divisible by $p$ since $a_r$ and $b_s$ are both not divisible by $p$ and $p$ was prime. But why is the sum of all the other elements and $a_r b_s$ also not divisible? Is there a lemma or theorem for the fact that?
abstract-algebra polynomials proof-explanation irreducible-polynomials
$endgroup$
add a comment |
$begingroup$
There is a beautiful proof for Gauss's lemma on Wikipedia here.
There is just the last bit I don't understand. It says: "This sum contains a term $a_r b_s$ which is not divisible by p (by Euclid's lemma, because p is prime), yet all the remaining ones are (because either $i < r$ or $j < s$), so the entire sum is not divisible by $p$."
Now I can't understand this. I understand that $a_r b_s$ is now divisible by $p$ since $a_r$ and $b_s$ are both not divisible by $p$ and $p$ was prime. But why is the sum of all the other elements and $a_r b_s$ also not divisible? Is there a lemma or theorem for the fact that?
abstract-algebra polynomials proof-explanation irreducible-polynomials
$endgroup$
$begingroup$
"yet all the remaining ones are (because either $i < r$ or $j < s$)".
$endgroup$
– darij grinberg
Jan 11 at 14:37
1
$begingroup$
It becomes obvious viewed $bmod p,,$ namely: the product of two nonzero polynomials is nonzero because this holds true for their leading coef's, i,e. $p$ remains prime in $R[x]$ because $R[x]/p cong (R/p)[x]$ is a domain - see my answer.
$endgroup$
– Bill Dubuque
Jan 11 at 15:09
add a comment |
$begingroup$
There is a beautiful proof for Gauss's lemma on Wikipedia here.
There is just the last bit I don't understand. It says: "This sum contains a term $a_r b_s$ which is not divisible by p (by Euclid's lemma, because p is prime), yet all the remaining ones are (because either $i < r$ or $j < s$), so the entire sum is not divisible by $p$."
Now I can't understand this. I understand that $a_r b_s$ is now divisible by $p$ since $a_r$ and $b_s$ are both not divisible by $p$ and $p$ was prime. But why is the sum of all the other elements and $a_r b_s$ also not divisible? Is there a lemma or theorem for the fact that?
abstract-algebra polynomials proof-explanation irreducible-polynomials
$endgroup$
There is a beautiful proof for Gauss's lemma on Wikipedia here.
There is just the last bit I don't understand. It says: "This sum contains a term $a_r b_s$ which is not divisible by p (by Euclid's lemma, because p is prime), yet all the remaining ones are (because either $i < r$ or $j < s$), so the entire sum is not divisible by $p$."
Now I can't understand this. I understand that $a_r b_s$ is now divisible by $p$ since $a_r$ and $b_s$ are both not divisible by $p$ and $p$ was prime. But why is the sum of all the other elements and $a_r b_s$ also not divisible? Is there a lemma or theorem for the fact that?
abstract-algebra polynomials proof-explanation irreducible-polynomials
abstract-algebra polynomials proof-explanation irreducible-polynomials
edited Jan 11 at 14:43
José Carlos Santos
174k23133242
174k23133242
asked Jan 11 at 14:32
KingDingelingKingDingeling
1857
1857
$begingroup$
"yet all the remaining ones are (because either $i < r$ or $j < s$)".
$endgroup$
– darij grinberg
Jan 11 at 14:37
1
$begingroup$
It becomes obvious viewed $bmod p,,$ namely: the product of two nonzero polynomials is nonzero because this holds true for their leading coef's, i,e. $p$ remains prime in $R[x]$ because $R[x]/p cong (R/p)[x]$ is a domain - see my answer.
$endgroup$
– Bill Dubuque
Jan 11 at 15:09
add a comment |
$begingroup$
"yet all the remaining ones are (because either $i < r$ or $j < s$)".
$endgroup$
– darij grinberg
Jan 11 at 14:37
1
$begingroup$
It becomes obvious viewed $bmod p,,$ namely: the product of two nonzero polynomials is nonzero because this holds true for their leading coef's, i,e. $p$ remains prime in $R[x]$ because $R[x]/p cong (R/p)[x]$ is a domain - see my answer.
$endgroup$
– Bill Dubuque
Jan 11 at 15:09
$begingroup$
"yet all the remaining ones are (because either $i < r$ or $j < s$)".
$endgroup$
– darij grinberg
Jan 11 at 14:37
$begingroup$
"yet all the remaining ones are (because either $i < r$ or $j < s$)".
$endgroup$
– darij grinberg
Jan 11 at 14:37
1
1
$begingroup$
It becomes obvious viewed $bmod p,,$ namely: the product of two nonzero polynomials is nonzero because this holds true for their leading coef's, i,e. $p$ remains prime in $R[x]$ because $R[x]/p cong (R/p)[x]$ is a domain - see my answer.
$endgroup$
– Bill Dubuque
Jan 11 at 15:09
$begingroup$
It becomes obvious viewed $bmod p,,$ namely: the product of two nonzero polynomials is nonzero because this holds true for their leading coef's, i,e. $p$ remains prime in $R[x]$ because $R[x]/p cong (R/p)[x]$ is a domain - see my answer.
$endgroup$
– Bill Dubuque
Jan 11 at 15:09
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
What are the other terms? They are $a_0b_{r+s},a_1b_{r+ss-1},ldots,a_{r+s-1}b_1,a_{r+s}b_0$. But $pmid a_0implies pmid a_0b_{r+s}$, $pmid a_1implies pmid a_1b_{r+s-1}$, and so on…
$endgroup$
$begingroup$
Thanks a lot! I think I misstated the question: All the other elements can be divided by p, but why can't the sum of all the others and $a_r b_s$ be divided by p?
$endgroup$
– KingDingeling
Jan 11 at 14:48
1
$begingroup$
Because we have a sum of several numbers in which one of them is not a multiple of $p$, whereas all other numbers are multiples of $p$. Therefore, the sum cannot be a multiple of $p$.
$endgroup$
– José Carlos Santos
Jan 11 at 14:54
add a comment |
$begingroup$
By hypothesis, $p$ (prime) does not divide any of the coefficients of the polynomials $f=sum_r a_rx^r$ and $g=sum_s b_sx^s$ as both polynomials are primitive. If $p$ divides $a_rb_s$, then it divides one of the factors $a_r$ or $b_s$ by Euclid's lemma, which isn't possible.
$endgroup$
$begingroup$
Thank you for your help!
$endgroup$
– KingDingeling
Jan 11 at 15:07
add a comment |
$begingroup$
It's clearer when viewed this way: $,pnmid F,G,Rightarrow,pnmid FG.,$ Since $,pnmid F,G,$ when reduced mod $p$ both have lead coefs $,color{#0a0}{a,bnotequiv 0},$ so $FG$ has lead coef $,color{#c00}{abnotequiv 0},$ (by $p$ prime), hence $ABnotequiv 0,,$ i.e.
$qquadqquad{rm mod} p!: begin{eqnarray}
&& 0 notequiv F equiv, color{#0a0}a, x^j! + :cdots,quad color{#0a0}{anotequiv 0}\
&& 0 notequiv G equiv, color{#0a0}b, x^k! + :cdots,quad color{#0a0}{bnotequiv 0}\
Rightarrow, &&0 notequiv FG equiv color{#c00}{ab} x^{j+k}! + :cdots,, color{#c00}{abnotequiv 0}end{eqnarray}$
i.e. primes $:pin R:$ remain prime in $:R[x]:$ because the prime divisor property $,color{#0a0}{pnmid a,b},Rightarrow color{#c00}{pnmid ab},$ persists when multiplying leading coefficients.
$endgroup$
$begingroup$
Thanks, thats also a nice way of showing it.
$endgroup$
– KingDingeling
Jan 11 at 15:08
1
$begingroup$
@KingDingeling Conceptually this is what the common proof in Wikipedia is really doing, but without explicitly using the quotient ring $R[x]/p cong (R/p)[x]$ of polynomials with coef's $bmod p$ (since this might not have been studied yet). The price one pays for using such "elementary" proofs is that it obfuscates some points (like that you mention) that are trivial in the quotient ring.
$endgroup$
– Bill Dubuque
Jan 11 at 15:16
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%2f3069900%2fsmall-question-about-gausss-lemma-polynomial%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$
What are the other terms? They are $a_0b_{r+s},a_1b_{r+ss-1},ldots,a_{r+s-1}b_1,a_{r+s}b_0$. But $pmid a_0implies pmid a_0b_{r+s}$, $pmid a_1implies pmid a_1b_{r+s-1}$, and so on…
$endgroup$
$begingroup$
Thanks a lot! I think I misstated the question: All the other elements can be divided by p, but why can't the sum of all the others and $a_r b_s$ be divided by p?
$endgroup$
– KingDingeling
Jan 11 at 14:48
1
$begingroup$
Because we have a sum of several numbers in which one of them is not a multiple of $p$, whereas all other numbers are multiples of $p$. Therefore, the sum cannot be a multiple of $p$.
$endgroup$
– José Carlos Santos
Jan 11 at 14:54
add a comment |
$begingroup$
What are the other terms? They are $a_0b_{r+s},a_1b_{r+ss-1},ldots,a_{r+s-1}b_1,a_{r+s}b_0$. But $pmid a_0implies pmid a_0b_{r+s}$, $pmid a_1implies pmid a_1b_{r+s-1}$, and so on…
$endgroup$
$begingroup$
Thanks a lot! I think I misstated the question: All the other elements can be divided by p, but why can't the sum of all the others and $a_r b_s$ be divided by p?
$endgroup$
– KingDingeling
Jan 11 at 14:48
1
$begingroup$
Because we have a sum of several numbers in which one of them is not a multiple of $p$, whereas all other numbers are multiples of $p$. Therefore, the sum cannot be a multiple of $p$.
$endgroup$
– José Carlos Santos
Jan 11 at 14:54
add a comment |
$begingroup$
What are the other terms? They are $a_0b_{r+s},a_1b_{r+ss-1},ldots,a_{r+s-1}b_1,a_{r+s}b_0$. But $pmid a_0implies pmid a_0b_{r+s}$, $pmid a_1implies pmid a_1b_{r+s-1}$, and so on…
$endgroup$
What are the other terms? They are $a_0b_{r+s},a_1b_{r+ss-1},ldots,a_{r+s-1}b_1,a_{r+s}b_0$. But $pmid a_0implies pmid a_0b_{r+s}$, $pmid a_1implies pmid a_1b_{r+s-1}$, and so on…
answered Jan 11 at 14:39
José Carlos SantosJosé Carlos Santos
174k23133242
174k23133242
$begingroup$
Thanks a lot! I think I misstated the question: All the other elements can be divided by p, but why can't the sum of all the others and $a_r b_s$ be divided by p?
$endgroup$
– KingDingeling
Jan 11 at 14:48
1
$begingroup$
Because we have a sum of several numbers in which one of them is not a multiple of $p$, whereas all other numbers are multiples of $p$. Therefore, the sum cannot be a multiple of $p$.
$endgroup$
– José Carlos Santos
Jan 11 at 14:54
add a comment |
$begingroup$
Thanks a lot! I think I misstated the question: All the other elements can be divided by p, but why can't the sum of all the others and $a_r b_s$ be divided by p?
$endgroup$
– KingDingeling
Jan 11 at 14:48
1
$begingroup$
Because we have a sum of several numbers in which one of them is not a multiple of $p$, whereas all other numbers are multiples of $p$. Therefore, the sum cannot be a multiple of $p$.
$endgroup$
– José Carlos Santos
Jan 11 at 14:54
$begingroup$
Thanks a lot! I think I misstated the question: All the other elements can be divided by p, but why can't the sum of all the others and $a_r b_s$ be divided by p?
$endgroup$
– KingDingeling
Jan 11 at 14:48
$begingroup$
Thanks a lot! I think I misstated the question: All the other elements can be divided by p, but why can't the sum of all the others and $a_r b_s$ be divided by p?
$endgroup$
– KingDingeling
Jan 11 at 14:48
1
1
$begingroup$
Because we have a sum of several numbers in which one of them is not a multiple of $p$, whereas all other numbers are multiples of $p$. Therefore, the sum cannot be a multiple of $p$.
$endgroup$
– José Carlos Santos
Jan 11 at 14:54
$begingroup$
Because we have a sum of several numbers in which one of them is not a multiple of $p$, whereas all other numbers are multiples of $p$. Therefore, the sum cannot be a multiple of $p$.
$endgroup$
– José Carlos Santos
Jan 11 at 14:54
add a comment |
$begingroup$
By hypothesis, $p$ (prime) does not divide any of the coefficients of the polynomials $f=sum_r a_rx^r$ and $g=sum_s b_sx^s$ as both polynomials are primitive. If $p$ divides $a_rb_s$, then it divides one of the factors $a_r$ or $b_s$ by Euclid's lemma, which isn't possible.
$endgroup$
$begingroup$
Thank you for your help!
$endgroup$
– KingDingeling
Jan 11 at 15:07
add a comment |
$begingroup$
By hypothesis, $p$ (prime) does not divide any of the coefficients of the polynomials $f=sum_r a_rx^r$ and $g=sum_s b_sx^s$ as both polynomials are primitive. If $p$ divides $a_rb_s$, then it divides one of the factors $a_r$ or $b_s$ by Euclid's lemma, which isn't possible.
$endgroup$
$begingroup$
Thank you for your help!
$endgroup$
– KingDingeling
Jan 11 at 15:07
add a comment |
$begingroup$
By hypothesis, $p$ (prime) does not divide any of the coefficients of the polynomials $f=sum_r a_rx^r$ and $g=sum_s b_sx^s$ as both polynomials are primitive. If $p$ divides $a_rb_s$, then it divides one of the factors $a_r$ or $b_s$ by Euclid's lemma, which isn't possible.
$endgroup$
By hypothesis, $p$ (prime) does not divide any of the coefficients of the polynomials $f=sum_r a_rx^r$ and $g=sum_s b_sx^s$ as both polynomials are primitive. If $p$ divides $a_rb_s$, then it divides one of the factors $a_r$ or $b_s$ by Euclid's lemma, which isn't possible.
answered Jan 11 at 14:39
WuestenfuxWuestenfux
5,5131513
5,5131513
$begingroup$
Thank you for your help!
$endgroup$
– KingDingeling
Jan 11 at 15:07
add a comment |
$begingroup$
Thank you for your help!
$endgroup$
– KingDingeling
Jan 11 at 15:07
$begingroup$
Thank you for your help!
$endgroup$
– KingDingeling
Jan 11 at 15:07
$begingroup$
Thank you for your help!
$endgroup$
– KingDingeling
Jan 11 at 15:07
add a comment |
$begingroup$
It's clearer when viewed this way: $,pnmid F,G,Rightarrow,pnmid FG.,$ Since $,pnmid F,G,$ when reduced mod $p$ both have lead coefs $,color{#0a0}{a,bnotequiv 0},$ so $FG$ has lead coef $,color{#c00}{abnotequiv 0},$ (by $p$ prime), hence $ABnotequiv 0,,$ i.e.
$qquadqquad{rm mod} p!: begin{eqnarray}
&& 0 notequiv F equiv, color{#0a0}a, x^j! + :cdots,quad color{#0a0}{anotequiv 0}\
&& 0 notequiv G equiv, color{#0a0}b, x^k! + :cdots,quad color{#0a0}{bnotequiv 0}\
Rightarrow, &&0 notequiv FG equiv color{#c00}{ab} x^{j+k}! + :cdots,, color{#c00}{abnotequiv 0}end{eqnarray}$
i.e. primes $:pin R:$ remain prime in $:R[x]:$ because the prime divisor property $,color{#0a0}{pnmid a,b},Rightarrow color{#c00}{pnmid ab},$ persists when multiplying leading coefficients.
$endgroup$
$begingroup$
Thanks, thats also a nice way of showing it.
$endgroup$
– KingDingeling
Jan 11 at 15:08
1
$begingroup$
@KingDingeling Conceptually this is what the common proof in Wikipedia is really doing, but without explicitly using the quotient ring $R[x]/p cong (R/p)[x]$ of polynomials with coef's $bmod p$ (since this might not have been studied yet). The price one pays for using such "elementary" proofs is that it obfuscates some points (like that you mention) that are trivial in the quotient ring.
$endgroup$
– Bill Dubuque
Jan 11 at 15:16
add a comment |
$begingroup$
It's clearer when viewed this way: $,pnmid F,G,Rightarrow,pnmid FG.,$ Since $,pnmid F,G,$ when reduced mod $p$ both have lead coefs $,color{#0a0}{a,bnotequiv 0},$ so $FG$ has lead coef $,color{#c00}{abnotequiv 0},$ (by $p$ prime), hence $ABnotequiv 0,,$ i.e.
$qquadqquad{rm mod} p!: begin{eqnarray}
&& 0 notequiv F equiv, color{#0a0}a, x^j! + :cdots,quad color{#0a0}{anotequiv 0}\
&& 0 notequiv G equiv, color{#0a0}b, x^k! + :cdots,quad color{#0a0}{bnotequiv 0}\
Rightarrow, &&0 notequiv FG equiv color{#c00}{ab} x^{j+k}! + :cdots,, color{#c00}{abnotequiv 0}end{eqnarray}$
i.e. primes $:pin R:$ remain prime in $:R[x]:$ because the prime divisor property $,color{#0a0}{pnmid a,b},Rightarrow color{#c00}{pnmid ab},$ persists when multiplying leading coefficients.
$endgroup$
$begingroup$
Thanks, thats also a nice way of showing it.
$endgroup$
– KingDingeling
Jan 11 at 15:08
1
$begingroup$
@KingDingeling Conceptually this is what the common proof in Wikipedia is really doing, but without explicitly using the quotient ring $R[x]/p cong (R/p)[x]$ of polynomials with coef's $bmod p$ (since this might not have been studied yet). The price one pays for using such "elementary" proofs is that it obfuscates some points (like that you mention) that are trivial in the quotient ring.
$endgroup$
– Bill Dubuque
Jan 11 at 15:16
add a comment |
$begingroup$
It's clearer when viewed this way: $,pnmid F,G,Rightarrow,pnmid FG.,$ Since $,pnmid F,G,$ when reduced mod $p$ both have lead coefs $,color{#0a0}{a,bnotequiv 0},$ so $FG$ has lead coef $,color{#c00}{abnotequiv 0},$ (by $p$ prime), hence $ABnotequiv 0,,$ i.e.
$qquadqquad{rm mod} p!: begin{eqnarray}
&& 0 notequiv F equiv, color{#0a0}a, x^j! + :cdots,quad color{#0a0}{anotequiv 0}\
&& 0 notequiv G equiv, color{#0a0}b, x^k! + :cdots,quad color{#0a0}{bnotequiv 0}\
Rightarrow, &&0 notequiv FG equiv color{#c00}{ab} x^{j+k}! + :cdots,, color{#c00}{abnotequiv 0}end{eqnarray}$
i.e. primes $:pin R:$ remain prime in $:R[x]:$ because the prime divisor property $,color{#0a0}{pnmid a,b},Rightarrow color{#c00}{pnmid ab},$ persists when multiplying leading coefficients.
$endgroup$
It's clearer when viewed this way: $,pnmid F,G,Rightarrow,pnmid FG.,$ Since $,pnmid F,G,$ when reduced mod $p$ both have lead coefs $,color{#0a0}{a,bnotequiv 0},$ so $FG$ has lead coef $,color{#c00}{abnotequiv 0},$ (by $p$ prime), hence $ABnotequiv 0,,$ i.e.
$qquadqquad{rm mod} p!: begin{eqnarray}
&& 0 notequiv F equiv, color{#0a0}a, x^j! + :cdots,quad color{#0a0}{anotequiv 0}\
&& 0 notequiv G equiv, color{#0a0}b, x^k! + :cdots,quad color{#0a0}{bnotequiv 0}\
Rightarrow, &&0 notequiv FG equiv color{#c00}{ab} x^{j+k}! + :cdots,, color{#c00}{abnotequiv 0}end{eqnarray}$
i.e. primes $:pin R:$ remain prime in $:R[x]:$ because the prime divisor property $,color{#0a0}{pnmid a,b},Rightarrow color{#c00}{pnmid ab},$ persists when multiplying leading coefficients.
answered Jan 11 at 14:54
Bill DubuqueBill Dubuque
214k29197656
214k29197656
$begingroup$
Thanks, thats also a nice way of showing it.
$endgroup$
– KingDingeling
Jan 11 at 15:08
1
$begingroup$
@KingDingeling Conceptually this is what the common proof in Wikipedia is really doing, but without explicitly using the quotient ring $R[x]/p cong (R/p)[x]$ of polynomials with coef's $bmod p$ (since this might not have been studied yet). The price one pays for using such "elementary" proofs is that it obfuscates some points (like that you mention) that are trivial in the quotient ring.
$endgroup$
– Bill Dubuque
Jan 11 at 15:16
add a comment |
$begingroup$
Thanks, thats also a nice way of showing it.
$endgroup$
– KingDingeling
Jan 11 at 15:08
1
$begingroup$
@KingDingeling Conceptually this is what the common proof in Wikipedia is really doing, but without explicitly using the quotient ring $R[x]/p cong (R/p)[x]$ of polynomials with coef's $bmod p$ (since this might not have been studied yet). The price one pays for using such "elementary" proofs is that it obfuscates some points (like that you mention) that are trivial in the quotient ring.
$endgroup$
– Bill Dubuque
Jan 11 at 15:16
$begingroup$
Thanks, thats also a nice way of showing it.
$endgroup$
– KingDingeling
Jan 11 at 15:08
$begingroup$
Thanks, thats also a nice way of showing it.
$endgroup$
– KingDingeling
Jan 11 at 15:08
1
1
$begingroup$
@KingDingeling Conceptually this is what the common proof in Wikipedia is really doing, but without explicitly using the quotient ring $R[x]/p cong (R/p)[x]$ of polynomials with coef's $bmod p$ (since this might not have been studied yet). The price one pays for using such "elementary" proofs is that it obfuscates some points (like that you mention) that are trivial in the quotient ring.
$endgroup$
– Bill Dubuque
Jan 11 at 15:16
$begingroup$
@KingDingeling Conceptually this is what the common proof in Wikipedia is really doing, but without explicitly using the quotient ring $R[x]/p cong (R/p)[x]$ of polynomials with coef's $bmod p$ (since this might not have been studied yet). The price one pays for using such "elementary" proofs is that it obfuscates some points (like that you mention) that are trivial in the quotient ring.
$endgroup$
– Bill Dubuque
Jan 11 at 15:16
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%2f3069900%2fsmall-question-about-gausss-lemma-polynomial%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
$begingroup$
"yet all the remaining ones are (because either $i < r$ or $j < s$)".
$endgroup$
– darij grinberg
Jan 11 at 14:37
1
$begingroup$
It becomes obvious viewed $bmod p,,$ namely: the product of two nonzero polynomials is nonzero because this holds true for their leading coef's, i,e. $p$ remains prime in $R[x]$ because $R[x]/p cong (R/p)[x]$ is a domain - see my answer.
$endgroup$
– Bill Dubuque
Jan 11 at 15:09