All proofs
Project-declaredLean 4.32.0 · mathlib@249c48c2

Summable of valuation le pow

TateCurve.summable_of_valuation_le_pow

Plain-language statement

The convergence criterion for series over a nonarchimedean local field: if each term of f is bounded by |q|^(e i) for an exponent function e with finite sublevel sets, then f is summable , its terms tend to zero cofinitely, which suffices by completeness and the nonarchimedean property (no absolute convergence is needed , contrast the archimedean...

Exact Lean statement

theorem summable_of_valuation_le_pow {ι : Type*} {q : k} (hq : valuation k q < 1)
    {f : ι → k} (e : ι → ℕ) (he : ∀ N, {i | e i < N}.Finite)
    (hf : ∀ i, valuation k (f i) ≤ valuation k q ^ e i) : Summable f

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
theorem summable_of_valuation_le_pow {ι : Type*} {q : k} (hq : valuation k q < 1)    {f : ι  k} (e : ι  ) (he :  N, {i | e i < N}.Finite)    (hf :  i, valuation k (f i)  valuation k q ^ e i) : Summable f := by  -- `Summable` only sees the topology, but the completeness criterion below is stated for  -- uniform spaces: equip `k` with its canonical uniformity  let : UniformSpace k := IsTopologicalAddGroup.rightUniformSpace k  have : IsUniformAddGroup k := isUniformAddGroup_of_addCommGroup  apply NonarchimedeanAddGroup.summable_of_tendsto_cofinite_zero  rw [(IsValuativeTopology.hasBasis_nhds (0 : k)).tendsto_right_iff]  intro γ _  obtain N, hN := exists_pow_valuation_lt q hq γ  rw [Filter.eventually_cofinite]  refine (he N).subset fun i hi  ?_  simp only [Set.mem_setOf_eq, sub_zero] at hi  exact lt_of_not_ge fun hge     hi (lt_of_le_of_lt ((hf i).trans (pow_le_pow_right_of_le_one' hq.le hge)) hN)
Project
Fermat's Last Theorem
License
Apache-2.0
Commit
8dd808888295
Source
FLT/KnownIn1980s/EllipticCurves/TateParameter.lean:196-211

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