Exploration 5.1: Norm
December 6, 2023.Questions:
- What is a norm?
Recall that Euclidean domains have a division algorithm. This division algorithm required a notion of degree, which is defined as the degree of the polynomial in the case of polynomial rings. In non-polynomial rings, this notion of degree generalizes to a function mapping each nonzero to a natural number called the Euclidean norm.
In this exploration, we’ll be looking at the Euclidean domain . This is a fine example of an Euclidean domain that is not a field – it contains and not so it lacks multiplicative inverses, thus not a field, but you can define a division algorithm on it.
- We can define an explicit division for Gaussian integers, thus proving the condition for being a Euclidean domain.
- We can just use division in the complex numbers except with remainder. Given two Gaussian integers and , transform as we do in :
- The remaining divisions by are in the integers , a Euclidean domain. Therefore we can use the division algorithm in the integers to obtain , and rewrite the above to with remainder . These satisfy the property that and due to the rounding, Thus This completes the division algorithm.
This division algorithm differs from the one for polynomial rings — instead of enforcing that the remainder has degree less than that of the divisor, we enforce that the magnitude of the remainder is less than , which is the magnitude of divided by . If we define the Euclidean norm in the Gaussian integers to be , then we can make a statement about the norm of the remainder :
This shows , which is the generalized form of in the polynomial version. Indeed, is the Euclidean norm in polynomial rings.
So in general, in particular for non-polynomial rings, a Euclidean domain defines a Euclidean norm , and admits a division algorithm that lets you divide by nonzero to obtain a quotient and remainder such that .
TODO proof that norm is all that is required to define a division algorithm
In this section, we explore how to define PIDs via norms.
We just saw that an integral domain is a Euclidean domain if and only if it admits a Euclidean norm. Can we extend this kind of definition to other types of domains?
The answer is yes: for PIDs, we can similarly define such a norm.
We will use this to prove that the Gaussian integers are a PID, without using the fact that it is a Euclidean domain.
Let
Previously we only discussed irreducibility in the context of polynomial rings. However, elements in non-polynomial rings can also be irreducible – we only require that the element be not factorable into two nonunits.
< Back to category Exploration 5.1: Norm (permalink)Exploration 5: Irreducibility