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_admissible
which we use to show the class number of the ring of integers of a number field is finite.
Main results #
absolute_value.abs_is_admissible
shows the "standard" absolute value onℤ
, mapping negativex
to-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]