Admissible absolute value on the integers #
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4. This file defines an admissible absolute value
absolute_value.abs_is_admissiblewhich we use to show the class number of the ring of integers of a number field is finite.
Main results #
absolute_value.abs_is_admissibleshows the "standard" absolute value onℤ, mapping negativexto-x, is admissible.
abs : ℤ → ℤ is an admissible absolute value
Equations
- absolute_value.abs_is_admissible = {to_is_euclidean := absolute_value.abs_is_admissible._proof_1, card := λ (ε : ℝ), ⌈1 / ε⌉₊, exists_partition' := absolute_value.abs_is_admissible._proof_2}
@[protected, instance]