All proofs
Project-declaredLean 4.32.0 · mathlib@249c48c2

Eval Int map

TateCurve.evalInt_map

Plain-language statement

Evaluation of integral power series commutes with valuative extensions of nonarchimedean local fields: the coefficients are (the same) integers on both sides, and both evaluations are within |q|^N of the common N-th partial sum (valuation_evalInt_sub_sum_le), whose bound transfers along the strictly monotone map of value groups , no continuity argum...

Exact Lean statement

theorem evalInt_map (q : k) (hq : valuation k q < 1) (F : ℤ⟦X⟧) :
    algebraMap k l (evalInt q F) = evalInt (algebraMap k l q) F

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
theorem evalInt_map (q : k) (hq : valuation k q < 1) (F : ⟦X⟧) :    algebraMap k l (evalInt q F) = evalInt (algebraMap k l q) F := by  have hq' : valuation l (algebraMap k l q) < 1 := valuation_algebraMap_lt_one hq  rw [ sub_eq_zero]  by_contra h  obtain N, hN := exists_pow_valuation_lt (algebraMap k l q) hq'    (Units.mk0 _ ((valuation l).ne_zero_iff.mpr h))  -- the image of the `k`-side partial sum is the `l`-side partial sum  have hmapsum : algebraMap k l      (∑ n  Finset.range N, ((PowerSeries.coeff n F : ) : k) * q ^ n) =      ∑ n  Finset.range N, ((PowerSeries.coeff n F : ) : l) * (algebraMap k l q) ^ n := by    rw [map_sum]    exact Finset.sum_congr rfl fun n _  by rw [map_mul, map_pow, map_intCast]  -- the `k`-side tail bound, transferred along the map of value groups  have h1 : valuation l (algebraMap k l (evalInt q F) -      ∑ n  Finset.range N, ((PowerSeries.coeff n F : ) : l) * (algebraMap k l q) ^ n)       valuation l (algebraMap k l q) ^ N := by    rw [ hmapsum,  map_sub]    calc valuation l (algebraMap k l (evalInt q F -            ∑ n  Finset.range N, ((PowerSeries.coeff n F : ) : k) * q ^ n))        = ValuativeExtension.mapValueGroupWithZero k l (valuation k (evalInt q F -            ∑ n  Finset.range N, ((PowerSeries.coeff n F : ) : k) * q ^ n)) :=          (ValuativeExtension.mapValueGroupWithZero_valuation _).symm      _  ValuativeExtension.mapValueGroupWithZero k l (valuation k q ^ N) :=          ValuativeExtension.mapValueGroupWithZero_strictMono.monotone            (valuation_evalInt_sub_sum_le q hq F N)      _ = valuation l (algebraMap k l q) ^ N := by          rw [map_pow, ValuativeExtension.mapValueGroupWithZero_valuation]  -- the `l`-side tail bound  have h2 := valuation_evalInt_sub_sum_le (algebraMap k l q) hq' F N  -- ultrametrically, the difference is then smaller than its own valuation: absurd  refine absurd ?_ (lt_irrefl (valuation l    (algebraMap k l (evalInt q F) - evalInt (algebraMap k l q) F)))  calc valuation l (algebraMap k l (evalInt q F) - evalInt (algebraMap k l q) F)      = valuation l ((algebraMap k l (evalInt q F) -          ∑ n  Finset.range N, ((PowerSeries.coeff n F : ) : l) * (algebraMap k l q) ^ n) -        (evalInt (algebraMap k l q) F -          ∑ n  Finset.range N, ((PowerSeries.coeff n F : ) : l) * (algebraMap k l q) ^ n)) := by        congr 1        ring    _  max _ _ := Valuation.map_sub _ _ _    _  valuation l (algebraMap k l q) ^ N := max_le h1 h2    _ < _ := hN
Project
Fermat's Last Theorem
License
Apache-2.0
Commit
8dd808888295
Source
FLT/KnownIn1980s/EllipticCurves/TateCurveBaseChange.lean:232-274

Reuse this declaration

Bring the exact result into your workflow

The import identifies the source module. Your project still needs the pinned package dependency shown on this page.

What this badge means

This completion status comes from the project or community source. It has not yet been represented here as an independent rebuild and axiom audit.

Continue in this project

Related declarations

Project-declaredLean 4.32.0

Eq finsum quotient out of bij On

AbstractHeckeOperator.eq_finsum_quotient_out_of_bijOn'

Plain-language statement

If a is fixed by V then ∑ᶠ g ∈ s, g • a is independent of the choice s of coset representatives in G for a subset of G ⧸ V

number theoryarithmetic geometryFermat's Last Theorem

Source project: Fermat's Last Theorem

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Comm Group no compact automorphisms

CommGroup.no_compact_automorphisms

Plain-language statement

A connected compact Hausdorff abelian topological group does not admit a nontrivial compact group of automorphisms.

number theoryarithmetic geometryFermat's Last Theorem

Source project: Fermat's Last Theorem

Person-level attribution pending.

View proof record