Let $a$, $b$, and $c$ be three elements of $\mathbb{Z}[i]$, the ring of Gaussian integers. We define the following to be subset of $\mathbb{Z}[i]$:
$$(a,b,c)=\{ax+by+cz:\ x,y,z \in\mathbb{Z}[i]\}.$$
We know that $(a,b,c)$ is an ideal of $\mathbb{Z}[i]$. Show that the ideal $(-1+3i, -1+5i,-4+7i$) is equal to $\mathbb{Z}[i]$ .
What I have done so far:
I have factorised the three elements into a product of irreducible elments in $\mathbb{Z}[i]$:
$(-1+3i)=(1+i)(1+2i)$, $(-1+5i)=(1+i)(2+3i)$,$(-4+7i)=(2+3i)(1+2i)$
However I don't know how to show that the ideal is equal to $\mathbb{Z}[i]$. I think it might have something to do with the norms of the three elements in the ideal...
There are very many ways of handling a specific question like this. Let me show you the technique I most often use, which has nothing to do with the fact that $\Bbb Z[i]$ has unique factorization. \begin{align} (−1+3,−1+5,−4+7)&=(-1+3i,2i,-4+7i)\\ &=(-1+3i,2,7i)\\ &=(-1+3i,2,7)=(-1+3i,1)=(1)\,. \end{align} If it’s not self-explanatory, I can elaborate.
EDIT: Elaboration.
Let’s call the three Gaussian numbers $U, V, W$, in the order you gave. Step 1 (first line) replaces $(U,V,W)$ by $(U,V-U,W)$. Do you see why the two triples generate the same ideal? (If you don’t see this immediately, show that every number of form $aU+bV+cW$ is also of the form $a'U+b'(V-U)+c'W$, and also show the converse. This understanding is the most important part of the deal. Make sure you absorb it.)
Second step combines two steps, replacing the generator $2i$ by a number that is $2i$ times the unit $-i$. Do you see why this ideal is the same as the preceding? Once you’ve done that, do the same thing as in step 1, by keeping the second generator but adding twice it to the third generator. Do you see why $(-1+3i,2,-4+7i)$ is the same ideal as $(-1+3i,2,7i)$?
Next step replaces $7i$ by $7$, same as the first part of step 2.
Final step uses the fact that if $2$ and $7$ are in the ideal, so is $1$, which is enough to make the ideal the whole ring.
I hope it’s clear now.