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).ฮ < 1Formal artifact
Lean source
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
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
Source project: Fermat's Last Theorem
Person-level attribution pending.
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.
Source project: Fermat's Last Theorem
Person-level attribution pending.
Fermat Last Theorem of p ge 5
FermatLastTheorem.of_p_ge_5
Plain-language statement
If Fermat's Last Theorem is true for primes p โฅ 5, then FLT is true.
Source project: Fermat's Last Theorem
Person-level attribution pending.