The book is giving the hint: If $⟨p⟩ ⊆ ⟨a⟩$, but $⟨p⟩ ≠ ⟨a⟩$, explain why $gcd(p, a) = 1$ and conclude that $1 ∈ ⟨a⟩$. However, I cannot seem to get anywhere with this. I know the definition of both prime and maximal ideals. I also know that $⟨p⟩$ is a prime ideal iff $p$ is a prime number. Thank you!
2026-04-12 17:49:16.1776016156
Every prime ideal of the integers is a maximal ideal. Assume the ideal is not $⟨0⟩$.
136 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
If $\langle a\rangle\not\subseteq\langle p\rangle$, then there exists $b$ such that $ab\not\in\langle p\rangle$, i.e. $p$ does not divide $ab$. As a result, $p$ does not divide $a$, so $\gcd(p,a)=1$.
Now $\gcd(p,a)$ can be written as a linear combination $ax+py$ of $a$ and $p$, so $1=\gcd(p,a)\in\langle a\rangle$.
Hope this helps.