Admissible absolute value on the integers #
This file defines an admissible absolute value AbsoluteValue.absIsAdmissible
which we use to show the class number of the ring of integers of a number field
is finite.
Main results #
AbsoluteValue.absIsAdmissibleshows the "standard" absolute value onℤ, mapping negativexto-x, is admissible.
abs : ℤ → ℤ is an admissible absolute value.
Equations
- AbsoluteValue.absIsAdmissible = { toIsEuclidean := AbsoluteValue.abs_isEuclidean, card := fun (ε : ℝ) => ⌈1 / ε⌉₊, exists_partition' := ⋯ }