Gaussian Ring Norm
📂Number TheoryGaussian Ring Norm
Theorem
Consider the function N:Z[i]→Z for the Gaussian Ring Z[i].
- [1]: If defined as N(x+iy):=x2+y2, N becomes the multiplicative norm of Z[i].
- [2]: Z[i] is a Euclidean domain.
- [3]: The only unit of Z[i] is 1,−1,i,−i.
Description
Gaussian integers can be much more comfortably studied with the help of [abstract algebra](../../categories/abstract algebra). By proving [2] with the norm N defined in an integral domain, it is almost equivalent to proving the fundamental theorem of arithmetic extended to Gaussian primes because ED is UFD. This is similar to explaining the fundamental theorem of arithmetic algebraically as Z is UFD.
Proof
[1]
Definition of the multiplicative norm:
- (i): N(α)=0⟺α=0
- (ii): N(αβ)=N(α)N(β)
To demonstrate that N is a multiplicative norm and that Z[i] actually becomes an ID, it is not initially necessary to have a theorem for defining the norm, so it is unnecessary first to prove that it is an ID. Let’s consider a,b,c,d∈Z as α:=a+ib and β:=c+id.
Part (i). N(α)=0⟺α=0
N(α)=a2+b2=0⟺a=b=0⟺α=a+ib=0
Part (ii). N(αβ)=N(α)N(β)
Since the product of Gaussian integers is calculated as (a+ib)(c+id)=(ac−bd)+i(ad+bc),
N(αβ)====N(ac−bd+i(ad+bc))a2c2+a2d2+b2c2+b2d2(a2+c2)(b2+d2)N(α)N(β)
Part 3.Z[i] is ID
Assuming that α and β are not 0∈Z[i] while being αβ=0 according to Parts (i) and (ii),
N(α)N(β)=N(αβ)=N(0)=0
Since N(α) and N(β) are elements of the integral domain Z, to satisfy N(α)N(β)=0, either N(α) or N(β) must be 0, which contradicts the hypothesis, thus Z[i] is also an integral domain.
■
[2]
Definition of Euclidean norm:
- (i): For all a,b∈D(b=0), there exist q and r such that a=bq+r is satisfied. In this case, either r=0 or ν(r)<ν(b) must be true.
- (ii): For all a,b∈D(b=0), ν(a)≤ν(ab)
Assume ν:=N and show that N is the Euclidean norm of Z[i]. Let’s assume β=0.
Part (i). ∃σ,ρ:α=βσ+ρ
Let’s say r,s∈Q about some βα=r+is. Let’s set σ and ρ as close to integer r,s as possible.
σ:=q1+iq2ρ:=α−βσ
- Case 1. ρ=0
Since α=βσ, there’s nothing more to show. Found σ=βα=q1+iq2 and ρ=0. - Case 2. N(ρ)<N(β)
According to the definition of q1 and q2,
∣r−q1∣≤21∣s−q2∣≤21
this leads to
N(βα−σ)==≤=N[(r+is)−(q1+iq2)]N[(r−q1)+i(s−q2)](21)2+(21)221
Accordingly,
N(ρ)===≤≤N(α−βσ)N(β(βα−σ))N(β)N(βα−σ)N(β)21N(β)
Thus, we can ensure that ρ and σ exist to satisfy either ρ=0 or N(ρ)≤N(β).
Part (ii). N(α)≥N(α)N(β)
Since β=0⟹N(β)≥1,
N(α)≤≤=N(α)⋅1N(α)N(β)N(αβ)
■
[3]
According to the properties of a multiplicative norm, if u∈Z[i] is a unit, then ∣N(u)∣=1. Therefore, by contraposition, if ∣N(u)∣=1 is not true, then u is not a unit. The only case that satisfies N(u)=x2+y2=1 for u:=x+iy is when it is u∈{1,−1,i,−i}.
■