All proofs
Project-declaredLean 4.32.0 · mathlib@249c48c2

Eq zero of forall has Sum zero

TateCurve.Blueprint.eq_zero_of_forall_hasSum_zero

Project documentation

The descent lemma: a formal power series F ∈ ℚ(u)⟦q⟧ vanishes provided that, for infinitely many u₀ : ℂ, the evaluated series ∑ₙ Fₙ(u₀)q₀ⁿ converges with sum 0 for all sufficiently small nonzero q₀. Proof sketch: fix u₀. The function q₀ ↦ ∑ₙ Fₙ(u₀)q₀ⁿ is analytic on ‖q₀‖ < r (a power series converging pointwise on a disc is analytic there)...

Exact Lean statement

theorem eq_zero_of_forall_hasSum_zero (F : (RatFunc ℚ)⟦X⟧) (S : Set ℂ) (hS : S.Infinite)
    (h : ∀ u ∈ S, ∃ r > 0, ∀ q : ℂ, 0 < ‖q‖ → ‖q‖ < r →
      HasSum (fun n : ℕ ↦ evalAt u ((PowerSeries.coeff n) F) * q ^ n) 0) : F = 0

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
theorem eq_zero_of_forall_hasSum_zero (F : (RatFunc )⟦X⟧) (S : Set ℂ) (hS : S.Infinite)    (h :  u  S,  r > 0,  q : ℂ, 0 < ‖q‖  ‖q‖ < r       HasSum (fun n :   evalAt u ((PowerSeries.coeff n) F) * q ^ n) 0) : F = 0 := by  ext n  refine ratFunc_eq_zero_of_evalAt_eq_zero_on_infinite _ S hS fun u hu  ?_  obtain r, hr, hsum := h u hu  simpa using congrFun (coeffs_eq_zero_of_hasSum_punctured    (fun n :   evalAt u ((PowerSeries.coeff n) F)) r hr hsum) n
Project
Fermat's Last Theorem
License
Apache-2.0
Commit
8dd808888295
Source
FLT/KnownIn1980s/EllipticCurves/TateCurveConstruction.lean:1431-1438

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