Admissible absolute values #
This file defines a structure AbsoluteValue.IsAdmissible which we use to show the class number
of the ring of integers of a global field is finite.
Main definitions #
AbsoluteValue.IsAdmissible abvstates the absolute valueabv : R → ℤrespects the Euclidean domain structure onR, and that a large enough set of elements ofR^ncontains a pair of elements whose remainders are pointwise close together.
Main results #
AbsoluteValue.absIsAdmissibleshows the "standard" absolute value onℤ, mapping negativexto-x, is admissible.Polynomial.cardPowDegreeIsAdmissibleshowscardPowDegree, mappingp : Polynomial 𝔽_qtoq ^ degree p, is admissible
An absolute value R → ℤ is admissible if it respects the Euclidean domain
structure and a large enough set of elements in R^n will contain a pair of
elements whose remainders are pointwise close together.
The cardinality required for a given
ε.- exists_partition' (n : ℕ) {ε : ℝ} : 0 < ε → ∀ {b : R}, b ≠ 0 → ∀ (A : Fin n → R), ∃ (t : Fin n → Fin (self.card ε)), ∀ (i₀ i₁ : Fin n), t i₀ = t i₁ → ↑(abv (A i₁ % b - A i₀ % b)) < abv b • ε
For all
ε > 0and finite familiesA, we can partition the remainders ofAmodbintoabv.card εsets, such that all elements in each part of remainders are close together.
Instances For
For all ε > 0 and finite families A, we can partition the remainders of A mod b
into abv.card ε sets, such that all elements in each part of remainders are close together.
Any large enough family of vectors in R^n has a pair of elements
whose remainders are close together, pointwise.
Any large enough family of vectors in R^ι has a pair of elements
whose remainders are close together, pointwise.