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.
2026-04-21 11:26:58.1776770818
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 Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
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.