Let k be a field and let p, q ∈ N be two prime numbers such that p · 1 = q · 1 = 0. Show that p = q.

69 Views Asked by At

My current train of though is letting p =/= q then proving that q must be divisible by p, the contradiction then being that q is prime. But I'm not sure how to go about doing this.

2

There are 2 best solutions below

0
On

If $p \neq q$ then we have $x,y$ such that $xp+yq=1$ since $\mathbb{Z}$ is a Euclidean domain. But then $1 = (xp+yq)1 = 0$, a contradiction.

1
On

If you assume $p \neq q$, and let $p > q,$ then $(p-q)\cdot 1 \neq 0$ since $p-q$ is not prime.

But $(p-q)\cdot 1 = p \cdot 1 - q \cdot 1 = 0,$ a contradiction.