MHB Simple problem concerning R[x], R and a prime ideal I

  • Thread starter Thread starter Math Amateur
  • Start date Start date
  • Tags Tags
    Prime
Click For Summary
The discussion centers on the assertion from Dummit and Foote that if P is a prime ideal in R[x], then P ∩ R is a prime ideal in R. The reasoning involves showing that if ab is in P ∩ R, then either a or b must also be in P ∩ R. Participants clarify that it's valid to assume one of the elements is not in P to prove the prime ideal property. The conversation emphasizes understanding the definitions and properties of prime ideals, particularly in the context of polynomial rings. Overall, the discussion effectively addresses the nuances of proving the prime ideal condition in this mathematical framework.
Math Amateur
Gold Member
MHB
Messages
3,920
Reaction score
48
I am reading Dummit and Foote Section 15.4: Localization.

On page 710, D&F make the following statement:

-------------------------------------------------------------------------------

"In general, suppose R is a commutative ring. If P is a prime ideal in R[x] then $$ P \cap R $$ is a prime ideal in R ... ..."

-------------------------------------------------------------------------------

In checking out the validity of this assertion I wish to reason the following way:

Elements of $$ P \cap R $$ must be constant terms in P of the form $$a,b \in R$$.

Given this, we reason as follows:

$$ ab \in P \cap R \Longrightarrow ab \in P $$ and $$ ab \in R $$

Now $$ ab \in P \Longrightarrow a \in P $$ or $$ b \in P $$ since P is a prime ideal ... ... ... (1)But we also have that:

$$ ab \in R \Longrightarrow a \in R $$ and $$ b \in R $$ ... ... ... (2) [... ? but why exactly ... does this actually follow from the closure of multiplication ... or not ?]

Then I wish to claim that (1) and (2) give me the following:

$$ ab \in P \cap R \Longrightarrow a \in P \cap R $$ or $$ b \in P \cap R $$

Can someone please confirm that this reasoning is correct?

My problem or uncertainty is with my claim in the above that:

$$ ab \in R \Longrightarrow a \in R $$ or $$b \in R $$

I am not sure how to justify this reasoning.

I would appreciate a clarification.

Peter
 
Physics news on Phys.org
You don't have to show (2).

To show $P$ (in an arbitrary ring $R$) is a prime ideal, you show that for any $a,b \in R$ such that $ab \in P$, that one of $a,b \in P$.

In other words, we already have, by assumption that $a,b \in R$. We can assume (why?) that for $ab \in P \cap R$, that $a \not\in P \cap R$.

Since $a$ is already GIVEN to be an element of $R$, the only way it can fail to be in $P \cap R$ is if $a \not \in P$ (here we are considering $a$ as belonging to two rings:

the first is as an element of $R$, and the second is as an element of the embedding of $R$ (as constant polynomials) in $R[x]$).

Since $a$ (as an element of $R[x]$) is not in $P$, and since $ab$ (as likewise an element of $R[x]$) IS in $P$, and $P$ is prime, we must have $b \in P$.

But $b$ is also given as belonging to $R$, so $b \in P \cap R$, showing $P \cap R$ is a prime ideal of $R$.
 
Deveno said:
You don't have to show (2).

To show $P$ (in an arbitrary ring $R$) is a prime ideal, you show that for any $a,b \in R$ such that $ab \in P$, that one of $a,b \in P$.

In other words, we already have, by assumption that $a,b \in R$. We can assume (why?) that for $ab \in P \cap R$, that $a \not\in P \cap R$.

Since $a$ is already GIVEN to be an element of $R$, the only way it can fail to be in $P \cap R$ is if $a \not \in P$ (here we are considering $a$ as belonging to two rings:

the first is as an element of $R$, and the second is as an element of the embedding of $R$ (as constant polynomials) in $R[x]$).

Since $a$ (as an element of $R[x]$) is not in $P$, and since $ab$ (as likewise an element of $R[x]$) IS in $P$, and $P$ is prime, we must have $b \in P$.

But $b$ is also given as belonging to $R$, so $b \in P \cap R$, showing $P \cap R$ is a prime ideal of $R$.

Thanks for the help Deveno.

But, just one further clarification ... you write:

"To show $P$ (in an arbitrary ring $R$) is a prime ideal, you show that for any $a,b \in R$ such that $ab \in P$, that one of $a,b \in P$."

The definition of a prime ideal (D&F page 255) is as follows:

Definition. Assume R is commutative. An ideal P is called a prime ideal if $$ P \ne R $$ and whenever the product of ab of two elements $$ a, b \in R$$ is an element of P, then at least one of a and b is an element of P.

Now I am assuming that since the definition of a prime ideal P reads "at least one of a and b is an element of P" that we may have the possibility of both elements being contained in P.

Thus I am having trouble following you when you write:

"In other words, we already have, by assumption that $a,b \in R$. We can assume (why?) that for $ab \in P \cap R$, that $a \not\in P \cap R$."

if the situation is that both a and b may be in P, how can we assume that $a \not\in P \cap R$?

Can you help?

Peter
 
A more complete elaboration goes as follows:

Suppose $a,b \in R$ are such that: $ab \in P$.

If we wish to prove $P$ is prime, we must show that one (or both) of $a,b \in P$.

If $a \in P$, there is nothing to prove.

Thus, we may assume without loss of generality that $a \not \in P$.

(For if $a \in P$ for any such $a$, then $P$ is prime).

In this case, to prove $P$ prime, we must show $b \in P$.

In a more familiar setting:

suppose we have INTEGERS $a,b$ such that $ab = pd$ for some prime integer $p$.

Clearly, $p$ divides $pd$, which means $p$ divides $ab$ (since these are equal).

If $p$ divides $a$, then clearly $a = kp$, that is: $a \in P = (p)$.

If $p$ does NOT divide $a$, then we must have (by the primality of $p$, by definition) $p$ divides $b$.

We have 4 possible cases:

$p|a,p|b$
$p|a,p\not\mid b$
$p \not\mid a,p|b$
$p \not\mid a,p\not\mid b$

The case we want to rule out is the last one. To rule it out, assume $p$ doesn't divide one of them (it doesn't really matter which one, $a$ comes first, and by commutativity of multiplication in integers we can switch their roles). Then we want to show the NEGATION of:

$p\not\mid b$

which is, of course, the same as showing $p|b$.

I hope this helps.
 
Deveno said:
A more complete elaboration goes as follows:

Suppose $a,b \in R$ are such that: $ab \in P$.

If we wish to prove $P$ is prime, we must show that one (or both) of $a,b \in P$.

If $a \in P$, there is nothing to prove.

Thus, we may assume without loss of generality that $a \not \in P$.

(For if $a \in P$ for any such $a$, then $P$ is prime).

In this case, to prove $P$ prime, we must show $b \in P$.

In a more familiar setting:

suppose we have INTEGERS $a,b$ such that $ab = pd$ for some prime integer $p$.

Clearly, $p$ divides $pd$, which means $p$ divides $ab$ (since these are equal).

If $p$ divides $a$, then clearly $a = kp$, that is: $a \in P = (p)$.

If $p$ does NOT divide $a$, then we must have (by the primality of $p$, by definition) $p$ divides $b$.

We have 4 possible cases:

$p|a,p|b$
$p|a,p\not\mid b$
$p \not\mid a,p|b$
$p \not\mid a,p\not\mid b$

The case we want to rule out is the last one. To rule it out, assume $p$ doesn't divide one of them (it doesn't really matter which one, $a$ comes first, and by commutativity of multiplication in integers we can switch their roles). Then we want to show the NEGATION of:

$p\not\mid b$

which is, of course, the same as showing $p|b$.

I hope this helps.

You write: "I hope this helps"

Indeed, most definitely helpful, Deveno.

Thank you.

Peter
 
Thread 'How to define a vector field?'
Hello! In one book I saw that function ##V## of 3 variables ##V_x, V_y, V_z## (vector field in 3D) can be decomposed in a Taylor series without higher-order terms (partial derivative of second power and higher) at point ##(0,0,0)## such way: I think so: higher-order terms can be neglected because partial derivative of second power and higher are equal to 0. Is this true? And how to define vector field correctly for this case? (In the book I found nothing and my attempt was wrong...

Similar threads

  • · Replies 11 ·
Replies
11
Views
1K
  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 5 ·
Replies
5
Views
905
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
835
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
4K