All proofs
Project-declaredLean 4.32.0 ยท mathlib@249c48c2

Valuation ฮ” base Change lt one

WeierstrassCurve.valuation_ฮ”_baseChange_lt_one

Plain-language statement

The discriminant of the base change has adic valuation < 1. Multiplicative reduction of E makes |E.ฮ”| < 1 (via adicValuation_lt_one_iff and integralModel_ฮ”_eq, as in WeierstrassCurve.valuation_ฮ”_lt_one); this transfers to l by valuation_algebraMap_lt_one, and converts back to the adic valuation over ๐’ช[l].

Exact Lean statement

theorem valuation_ฮ”_baseChange_lt_one [HasMultiplicativeReduction ๐’ช[k] E] :
    (IsDiscreteValuationRing.maximalIdeal ๐’ช[l]).valuation l (E.baseChange l).ฮ” < 1

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
theorem valuation_ฮ”_baseChange_lt_one [HasMultiplicativeReduction ๐’ช[k] E] :    (IsDiscreteValuationRing.maximalIdeal ๐’ช[l]).valuation l (E.baseChange l).ฮ” < 1 := by  have hk : valuation k E.ฮ” < 1 := by    have hbad := HasMultiplicativeReduction.badReduction (R := ๐’ช[k]) (W := E)    rw [โ† integralModel_ฮ”_eq ๐’ช[k] E] at hbad โŠข    exact adicValuation_lt_one_iff.mp hbad  have hl : valuation l (E.baseChange l).ฮ” < 1 := by    rw [show (E.baseChange l).ฮ” = algebraMap k l E.ฮ” from E.map_ฮ” (algebraMap k l)]    exact valuation_algebraMap_lt_one hk  rw [โ† integralModel_ฮ”_eq ๐’ช[l] (E.baseChange l)] at hl โŠข  exact adicValuation_lt_one_iff.mpr hl
Project
Fermat's Last Theorem
License
Apache-2.0
Commit
8dd808888295
Source
FLT/KnownIn1980s/EllipticCurves/ReductionBaseChange.lean:312-322

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