Documentation

Atlas.ArithmeticGeometry.code.GaloisPlaceHelper

Auxiliary lemma: no element of Multiplicative can satisfy b'.toAdd ≤ -n for every natural number $n$, since taking $n$ large enough produces a contradiction.

theorem aux_eq_of_iff_le_neg_nat (x y : ) (hx : x 0) (hy : y 0) (h : ∀ (n : ), x -n y -n) :
x = y

Two non-positive integers $x, y$ are equal whenever they satisfy the same family of inequalities $x \le -n \iff y \le -n$ for all $n \in \mathbb{N}$.

theorem WithZero.eq_of_le_exp_neg_iff {a b : WithZero (Multiplicative )} (ha : a 1) (hb : b 1) (h : ∀ (n : ), a exp (-n) b exp (-n)) :
a = b

Two elements $a, b \le 1$ of $\mathbb{Z}^{\mathrm{m}\circ}$ are equal iff they admit the same family of upper bounds $a \le \exp(-n) \iff b \le \exp(-n)$ for all natural $n$.

For a ring automorphism $e$ of a Dedekind domain $R$ and a height-one prime $v$, an element $r$ lies in $(\mathrm{equivOfRingEquiv}\,e\,v)^n$ iff $e^{-1}(r)$ lies in $v^n$.

Compatibility of the $v$-adic integer valuation with a ring automorphism: the valuation at the transported prime $\mathrm{equivOfRingEquiv}\,e\,v$ applied to $r$ equals the original valuation at $v$ applied to $e^{-1}(r)$.