I want to show that $4 + i$ is an irreducible element of $\mathbb{Z}[i]$.
My current approach is to let $4+i$ = $AB$, where $A$ and $B$ are elements of $\mathbb{Z}[i]$, where $A=a+ia'$ and $B=b+ib'$.
$AB = 4+i$ so:
$$4+i = (ab-a'b') + i(ab' + a'b)$$
therefore: $$ab-a'b' = 4 $$
and: $$ab' + a'b = 1 $$
I don't know where to go from here though. Is this a good start? What are some general strategies for showing something is an irreducible element of a ring?