3

What are the unit elements in $\Bbb{Z}[i]$, where $\Bbb{Z}[i]$ is defined to be the set of Gaussian integers ? My progress: My mentor gave this problem and he said to use determinants and scalefactor. Then I was able to proceed and got the unit elements in $\Bbb{Z}[i]=1,-1,i,-i$ , which is correct . However, I wonder if there is some other way to proceed .

Any solution or hint is appreciated .

Thanks in advance.

Sunaina Pati
  • 4,245

2 Answers2

4

If $a+bi$ is a unit ($a,b$ are integers) then for some integers $c,d$ we have $$(a+bi)(c+di)=1.$$ Then the norms of the LHS and RHS should be the same. To get the norm of the LHS, we multiply by $a-bi$ and $c-di$, we get $(a^2+b^2)(c^2+d^2)$. So $(a^2+b^2)(c^2+d^2)=1$. Since both factors are non-negative integers, both are equal to 1. So $|a+bi|=1$. Conversely if $|a+bi|=1$ then $a^2+b^2=(a+bi)(a-bi)=1$ so $a+bi$ is a unit. For integers $a,b$ $a^2+b^2=1$ is possible iff $a=\pm1, b=0$ or $a=0, b=\pm1$. Thus there are four units: $1,-1, i, -i$.

markvs
  • 19,896
1

Hint: If the norm of a gaussian integer is defined by $N(a+bi)=a^2+b^2$, then this norm is multiplicative. That is, $N(xy)=N(x)N(y)$.