Let $R$ be a domain. Prove that if a polynomial in $R[x]$ is a unit, then it is a nonzero constant (the converse is true if $R$ is a field)Is this a property of an integral domain that is not a field?Prove that $D[x]$ is an integral domain if $D$ is one.If every nonzero element of $R$ is either a unit or a zero divisor then $R$ contains only finitely many ideals?Prove that if R[x] is a PID, then R is a fieldLet $R$ be an integral domain which is not a field. Then can $R[x]$ have a maximal ideal generated by a non-constant polynomial?Prove that an integer monic polynomial with nonzero constant term and exactly one root outside the open unit disk is irreducible over $mathbbQ$If $D[x]$ is a Prüfer domain, then $D$ is a fieldLet $K$ be a Field and $Ain M_2(mathbbK)$, $A not = 0.$ Show that $A$ is a unit iff $A$ is a left non-zero divisor in $M_2(mathbbK).$If $R$ is an integral domain then $R[x]$ forms an integral domainIs it true that $F$ is a field if and only if $F[X]$ is an Euclidean domain?
How do I change two letters closest to a string and one letter immediately after a string using Notepad++?
Do I need to be arrogant to get ahead?
Math equation in non italic font
Planetary tidal locking causing asymetrical water distribution
My adviser wants to be the first author
Instead of a Universal Basic Income program, why not implement a "Universal Basic Needs" program?
What is "focus distance lower/upper" and how is it different from depth of field?
What is a ^ b and (a & b) << 1?
Is it insecure to send a password in a `curl` command?
How to make healing in an exploration game interesting
Print a physical multiplication table
How to terminate ping <dest> &
How could an airship be repaired midflight?
What options are left, if Britain cannot decide?
Employee lack of ownership
Python if-else code style for reduced code for rounding floats
Problem with FindRoot
Have the tides ever turned twice on any open problem?
Professor being mistaken for a grad student
ERC721: How to get the owned tokens of an address
Recruiter wants very extensive technical details about all of my previous work
Why do newer 737s use two different styles of split winglets?
What is the Japanese sound word for the clinking of money?
How do you talk to someone whose loved one is dying?
Let $R$ be a domain. Prove that if a polynomial in $R[x]$ is a unit, then it is a nonzero constant (the converse is true if $R$ is a field)
Is this a property of an integral domain that is not a field?Prove that $D[x]$ is an integral domain if $D$ is one.If every nonzero element of $R$ is either a unit or a zero divisor then $R$ contains only finitely many ideals?Prove that if R[x] is a PID, then R is a fieldLet $R$ be an integral domain which is not a field. Then can $R[x]$ have a maximal ideal generated by a non-constant polynomial?Prove that an integer monic polynomial with nonzero constant term and exactly one root outside the open unit disk is irreducible over $mathbbQ$If $D[x]$ is a Prüfer domain, then $D$ is a fieldLet $K$ be a Field and $Ain M_2(mathbbK)$, $A not = 0.$ Show that $A$ is a unit iff $A$ is a left non-zero divisor in $M_2(mathbbK).$If $R$ is an integral domain then $R[x]$ forms an integral domainIs it true that $F$ is a field if and only if $F[X]$ is an Euclidean domain?
$begingroup$
Problem: Let $R$ be a domain. Prove that if a polynomial in $R[x]$ is a unit, then it is a nonzero constant (the converse is true if $R$
is a field).
My attempt: We proof that by contradiction. Suppose $u in R$ be a unit of $R$ but $u$ is not a nonzero constant, then we have $deg (u) > 0$.
$forall f in R$, $deg (uf) leq deg (u) + deg (f)$.
On the other hand, $u$ is a unit of $R$, so $deg (uf) = deg (f)$.
Associate with the inequality above, we see that the equality hold if and only if $deg (u) = 0$. So we can conclude that $u$ is a nonzero constant.
Is my proof correct??? Thanks all!!!
abstract-algebra ring-theory commutative-algebra
$endgroup$
add a comment |
$begingroup$
Problem: Let $R$ be a domain. Prove that if a polynomial in $R[x]$ is a unit, then it is a nonzero constant (the converse is true if $R$
is a field).
My attempt: We proof that by contradiction. Suppose $u in R$ be a unit of $R$ but $u$ is not a nonzero constant, then we have $deg (u) > 0$.
$forall f in R$, $deg (uf) leq deg (u) + deg (f)$.
On the other hand, $u$ is a unit of $R$, so $deg (uf) = deg (f)$.
Associate with the inequality above, we see that the equality hold if and only if $deg (u) = 0$. So we can conclude that $u$ is a nonzero constant.
Is my proof correct??? Thanks all!!!
abstract-algebra ring-theory commutative-algebra
$endgroup$
add a comment |
$begingroup$
Problem: Let $R$ be a domain. Prove that if a polynomial in $R[x]$ is a unit, then it is a nonzero constant (the converse is true if $R$
is a field).
My attempt: We proof that by contradiction. Suppose $u in R$ be a unit of $R$ but $u$ is not a nonzero constant, then we have $deg (u) > 0$.
$forall f in R$, $deg (uf) leq deg (u) + deg (f)$.
On the other hand, $u$ is a unit of $R$, so $deg (uf) = deg (f)$.
Associate with the inequality above, we see that the equality hold if and only if $deg (u) = 0$. So we can conclude that $u$ is a nonzero constant.
Is my proof correct??? Thanks all!!!
abstract-algebra ring-theory commutative-algebra
$endgroup$
Problem: Let $R$ be a domain. Prove that if a polynomial in $R[x]$ is a unit, then it is a nonzero constant (the converse is true if $R$
is a field).
My attempt: We proof that by contradiction. Suppose $u in R$ be a unit of $R$ but $u$ is not a nonzero constant, then we have $deg (u) > 0$.
$forall f in R$, $deg (uf) leq deg (u) + deg (f)$.
On the other hand, $u$ is a unit of $R$, so $deg (uf) = deg (f)$.
Associate with the inequality above, we see that the equality hold if and only if $deg (u) = 0$. So we can conclude that $u$ is a nonzero constant.
Is my proof correct??? Thanks all!!!
abstract-algebra ring-theory commutative-algebra
abstract-algebra ring-theory commutative-algebra
asked Mar 12 at 8:17
MinhMinh
31119
31119
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Well, a proof by contradition is not necessary. Suppose $f$ is a unit with inverse $g$. Then $fg=1$.
Using degrees, we obtain
$$0 = rm deg(1) = rm deg(fg) = rm deg(f) + rm deg(g).$$
The last equality holds since $R$ has no zero divisors.
As the degree is a nonnegative function, it follows that both, $f$ and $g$ have degree zero and so are constants (elements of $R$).
$endgroup$
$begingroup$
Does the unit has inverse?
$endgroup$
– Minh
Mar 12 at 8:25
$begingroup$
Yes, indeed. An element $fin R$ is a unit if there is an element $gin R$ with $fg=1=fg$. The inverse $g$ is uniquely determined.
$endgroup$
– Wuestenfux
Mar 12 at 8:30
$begingroup$
In my opinion, an element $f in R$ is a unit if $forall g in R$, we have $fg = 1$.
$endgroup$
– Minh
Mar 12 at 8:32
$begingroup$
Note that, we are considering $R$ as a domain, which is a commutative ring has unit $1 neq 0$ and has the zero-product property. So, the inverse of unit here, i'm not sure it has.
$endgroup$
– Minh
Mar 12 at 8:38
$begingroup$
@Minh Did you mean $forall gin R$ we have $fg = g$? That's the definition of $1$, sure. But (perhaps unfortunately) that's not the behaviour we want to capture with the word "unit". An element of a ring is a unit if it's invertible, not necessarily the multiplicative identity.
$endgroup$
– Arthur
Mar 12 at 8:44
|
show 1 more 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%2f3144816%2flet-r-be-a-domain-prove-that-if-a-polynomial-in-rx-is-a-unit-then-it-is%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
$begingroup$
Well, a proof by contradition is not necessary. Suppose $f$ is a unit with inverse $g$. Then $fg=1$.
Using degrees, we obtain
$$0 = rm deg(1) = rm deg(fg) = rm deg(f) + rm deg(g).$$
The last equality holds since $R$ has no zero divisors.
As the degree is a nonnegative function, it follows that both, $f$ and $g$ have degree zero and so are constants (elements of $R$).
$endgroup$
$begingroup$
Does the unit has inverse?
$endgroup$
– Minh
Mar 12 at 8:25
$begingroup$
Yes, indeed. An element $fin R$ is a unit if there is an element $gin R$ with $fg=1=fg$. The inverse $g$ is uniquely determined.
$endgroup$
– Wuestenfux
Mar 12 at 8:30
$begingroup$
In my opinion, an element $f in R$ is a unit if $forall g in R$, we have $fg = 1$.
$endgroup$
– Minh
Mar 12 at 8:32
$begingroup$
Note that, we are considering $R$ as a domain, which is a commutative ring has unit $1 neq 0$ and has the zero-product property. So, the inverse of unit here, i'm not sure it has.
$endgroup$
– Minh
Mar 12 at 8:38
$begingroup$
@Minh Did you mean $forall gin R$ we have $fg = g$? That's the definition of $1$, sure. But (perhaps unfortunately) that's not the behaviour we want to capture with the word "unit". An element of a ring is a unit if it's invertible, not necessarily the multiplicative identity.
$endgroup$
– Arthur
Mar 12 at 8:44
|
show 1 more comment
$begingroup$
Well, a proof by contradition is not necessary. Suppose $f$ is a unit with inverse $g$. Then $fg=1$.
Using degrees, we obtain
$$0 = rm deg(1) = rm deg(fg) = rm deg(f) + rm deg(g).$$
The last equality holds since $R$ has no zero divisors.
As the degree is a nonnegative function, it follows that both, $f$ and $g$ have degree zero and so are constants (elements of $R$).
$endgroup$
$begingroup$
Does the unit has inverse?
$endgroup$
– Minh
Mar 12 at 8:25
$begingroup$
Yes, indeed. An element $fin R$ is a unit if there is an element $gin R$ with $fg=1=fg$. The inverse $g$ is uniquely determined.
$endgroup$
– Wuestenfux
Mar 12 at 8:30
$begingroup$
In my opinion, an element $f in R$ is a unit if $forall g in R$, we have $fg = 1$.
$endgroup$
– Minh
Mar 12 at 8:32
$begingroup$
Note that, we are considering $R$ as a domain, which is a commutative ring has unit $1 neq 0$ and has the zero-product property. So, the inverse of unit here, i'm not sure it has.
$endgroup$
– Minh
Mar 12 at 8:38
$begingroup$
@Minh Did you mean $forall gin R$ we have $fg = g$? That's the definition of $1$, sure. But (perhaps unfortunately) that's not the behaviour we want to capture with the word "unit". An element of a ring is a unit if it's invertible, not necessarily the multiplicative identity.
$endgroup$
– Arthur
Mar 12 at 8:44
|
show 1 more comment
$begingroup$
Well, a proof by contradition is not necessary. Suppose $f$ is a unit with inverse $g$. Then $fg=1$.
Using degrees, we obtain
$$0 = rm deg(1) = rm deg(fg) = rm deg(f) + rm deg(g).$$
The last equality holds since $R$ has no zero divisors.
As the degree is a nonnegative function, it follows that both, $f$ and $g$ have degree zero and so are constants (elements of $R$).
$endgroup$
Well, a proof by contradition is not necessary. Suppose $f$ is a unit with inverse $g$. Then $fg=1$.
Using degrees, we obtain
$$0 = rm deg(1) = rm deg(fg) = rm deg(f) + rm deg(g).$$
The last equality holds since $R$ has no zero divisors.
As the degree is a nonnegative function, it follows that both, $f$ and $g$ have degree zero and so are constants (elements of $R$).
answered Mar 12 at 8:24
WuestenfuxWuestenfux
5,1271513
5,1271513
$begingroup$
Does the unit has inverse?
$endgroup$
– Minh
Mar 12 at 8:25
$begingroup$
Yes, indeed. An element $fin R$ is a unit if there is an element $gin R$ with $fg=1=fg$. The inverse $g$ is uniquely determined.
$endgroup$
– Wuestenfux
Mar 12 at 8:30
$begingroup$
In my opinion, an element $f in R$ is a unit if $forall g in R$, we have $fg = 1$.
$endgroup$
– Minh
Mar 12 at 8:32
$begingroup$
Note that, we are considering $R$ as a domain, which is a commutative ring has unit $1 neq 0$ and has the zero-product property. So, the inverse of unit here, i'm not sure it has.
$endgroup$
– Minh
Mar 12 at 8:38
$begingroup$
@Minh Did you mean $forall gin R$ we have $fg = g$? That's the definition of $1$, sure. But (perhaps unfortunately) that's not the behaviour we want to capture with the word "unit". An element of a ring is a unit if it's invertible, not necessarily the multiplicative identity.
$endgroup$
– Arthur
Mar 12 at 8:44
|
show 1 more comment
$begingroup$
Does the unit has inverse?
$endgroup$
– Minh
Mar 12 at 8:25
$begingroup$
Yes, indeed. An element $fin R$ is a unit if there is an element $gin R$ with $fg=1=fg$. The inverse $g$ is uniquely determined.
$endgroup$
– Wuestenfux
Mar 12 at 8:30
$begingroup$
In my opinion, an element $f in R$ is a unit if $forall g in R$, we have $fg = 1$.
$endgroup$
– Minh
Mar 12 at 8:32
$begingroup$
Note that, we are considering $R$ as a domain, which is a commutative ring has unit $1 neq 0$ and has the zero-product property. So, the inverse of unit here, i'm not sure it has.
$endgroup$
– Minh
Mar 12 at 8:38
$begingroup$
@Minh Did you mean $forall gin R$ we have $fg = g$? That's the definition of $1$, sure. But (perhaps unfortunately) that's not the behaviour we want to capture with the word "unit". An element of a ring is a unit if it's invertible, not necessarily the multiplicative identity.
$endgroup$
– Arthur
Mar 12 at 8:44
$begingroup$
Does the unit has inverse?
$endgroup$
– Minh
Mar 12 at 8:25
$begingroup$
Does the unit has inverse?
$endgroup$
– Minh
Mar 12 at 8:25
$begingroup$
Yes, indeed. An element $fin R$ is a unit if there is an element $gin R$ with $fg=1=fg$. The inverse $g$ is uniquely determined.
$endgroup$
– Wuestenfux
Mar 12 at 8:30
$begingroup$
Yes, indeed. An element $fin R$ is a unit if there is an element $gin R$ with $fg=1=fg$. The inverse $g$ is uniquely determined.
$endgroup$
– Wuestenfux
Mar 12 at 8:30
$begingroup$
In my opinion, an element $f in R$ is a unit if $forall g in R$, we have $fg = 1$.
$endgroup$
– Minh
Mar 12 at 8:32
$begingroup$
In my opinion, an element $f in R$ is a unit if $forall g in R$, we have $fg = 1$.
$endgroup$
– Minh
Mar 12 at 8:32
$begingroup$
Note that, we are considering $R$ as a domain, which is a commutative ring has unit $1 neq 0$ and has the zero-product property. So, the inverse of unit here, i'm not sure it has.
$endgroup$
– Minh
Mar 12 at 8:38
$begingroup$
Note that, we are considering $R$ as a domain, which is a commutative ring has unit $1 neq 0$ and has the zero-product property. So, the inverse of unit here, i'm not sure it has.
$endgroup$
– Minh
Mar 12 at 8:38
$begingroup$
@Minh Did you mean $forall gin R$ we have $fg = g$? That's the definition of $1$, sure. But (perhaps unfortunately) that's not the behaviour we want to capture with the word "unit". An element of a ring is a unit if it's invertible, not necessarily the multiplicative identity.
$endgroup$
– Arthur
Mar 12 at 8:44
$begingroup$
@Minh Did you mean $forall gin R$ we have $fg = g$? That's the definition of $1$, sure. But (perhaps unfortunately) that's not the behaviour we want to capture with the word "unit". An element of a ring is a unit if it's invertible, not necessarily the multiplicative identity.
$endgroup$
– Arthur
Mar 12 at 8:44
|
show 1 more 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%2f3144816%2flet-r-be-a-domain-prove-that-if-a-polynomial-in-rx-is-a-unit-then-it-is%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