Math4302 Modern Algebra (Lecture 34)
Rings
Maximal Ideals
Assume that is a commutative ring with unity.
is maximal if for ideal in implies or .
Theorem for Maximal Ideals induces a Field
is an ideal, and is a field if and only if is a maximal ideal.
Proof
: Proved last time.
: If , where is an ideal.
Then we pick , . We have .
So is non-zero element in , so it has a multiplicative inverse : .
So , so , so , since , and .
So .
Recall if is a field, every ideal in is principal (can be generated by some ), and if , then is maximal if and only if is irreducible.
Definition of Prime Ideals
Let be a commutative ring with unity. An ideal is called prime if implies or .
Example
is a prime ideal if and only if is prime.
prime when implies or .
Theorem for Prime Ideals induces Integral Domain
is an ideal is an integral domain if and only if is a prime ideal.
Proof
if and only if or .
: If , then , so , which is the zero element in .
Since is an integral domain, implies or .
: If , then , so or (by definition of ideal), so or .
Corollary: Maximal Ideals are Prime Ideals
Every maximal ideal is a prime ideal.
Proof
Field is an integral domain, so every maximal ideal is a prime ideal.
But not the that the converse is false.
Example of prime ideal that is not maximal
In , we saw is an ideal.
Let .
Note that (Therefore is not maximal), and is an ideal.
And note that is also a prime ideal (if any of the coefficients is 0, then the constant term is 0).
In general, prime ideal is a weaker condition than maximal ideal.
Field extensions
Use a field to create a new field.
Let and are also fields.
Theorem for zero in field extension
Suppose is a field and is a polynomial with degree . There is a field extension of such that has a zero in .
Proof
We can assume that is irreducible. (we can write all the polynomial in as product of irreducible polynomials.)
Consider the ideal generated by .
Since is irreducible, is a maximal ideal in .
We have is a field.
This is a field contain . We have an inclusion map . .
Think of as a polynomial with coefficients in and evaluate it at .
If , then
\begin{aligned} f(x+I)&=(a_n+I)(x+I)^n+(a_{n-1}+I)(x+I)^{n-1}+\cdots+(a_1+I)(x+I)+(a_0+I)\\ &=(a_nx^n+I)+(a_{n-1}x^{n-1}+I)+\cdots+(a_1x+I)+(a_0+I)\\ &=(a_nx^n+a_{n-1}x^{n-1}+\cdots+a_1x+a_0)+I\\ &=f(x)+I\\ &=I \end{aligned} $$. Where $I$ is the zero element in $F[x]/I$. </details> <details> <summary>Example</summary> $f(x)=x^2+1\in \mathbb{R}[x]$ has no zero in $\mathbb{R}$. Let $I=(x^2+1)\subset \mathbb{R}[x]$. $I$ is maximal ideal in $\mathbb{R}[x]$, and consider $\mathbb{R}[x]/I$. $R\to \mathbb{R}[x]/I$. $r\mapsto r+I$. So that $x+I$ is a zero of $x^2+1\in E[x]$. --- We claim that $E\simeq \mathbb{C}$. The isomorphism is given by $\mathbb C\overset{\phi}{\to}\mathbb R/(x^2+1)$, $a+bi\mapsto (a+bx)+I$ $\phi((a+bi)+(a'+bi'))=(a+bx)+(a'+b'x)+I==\phi(a+bi)+\phi(a'+bi')$ $\phi((a+bi)\cdot (a'+bi'))=(a+bx)(a'+bx)+I=(a^2+b^2)+I=\phi(a+bi)+\phi(a'+bi')$ </details>