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

Integral Model base Change map

WeierstrassCurve.integralModel_baseChange_map

Plain-language statement

The integral model of the base change is the base change of the integral model. Both sides are lifts of E.baseChange l along the injective map ๐’ช[l] โ†’ l (injectivity from IsFractionRing), and lifts along an injective map are unique: compare coefficientwise via integralModel_aโ‚_eq on both sides and the commuting square algebraMap_integerMap. (O...

Exact Lean statement

theorem integralModel_baseChange_map [IsIntegral ๐’ช[k] E] :
    integralModel ๐’ช[l] (E.baseChange l) =
      (integralModel ๐’ช[k] E).map (integerMap k l)

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
theorem integralModel_baseChange_map [IsIntegral ๐’ช[k] E] :    integralModel ๐’ช[l] (E.baseChange l) =      (integralModel ๐’ช[k] E).map (integerMap k l) := by  -- both sides base change to `E.baseChange l`; `๐’ช[l] โ†’ l` is injective, so `map` is  refine map_injective (f := algebraMap ๐’ช[l] l) (IsFractionRing.injective ๐’ช[l] l) ?_  change (integralModel ๐’ช[l] (E.baseChange l)).map (algebraMap ๐’ช[l] l)    = ((integralModel ๐’ช[k] E).map (integerMap k l)).map (algebraMap ๐’ช[l] l)  have hcomp : (algebraMap ๐’ช[l] l).comp (integerMap k l)      = (algebraMap k l).comp (algebraMap ๐’ช[k] k) := by    ext x; simpa using algebraMap_integerMap k l x  rw [map_map, hcomp, โ† map_map,    show (integralModel ๐’ช[k] E).map (algebraMap ๐’ช[k] k) = E from baseChange_integralModel_eq ๐’ช[k] E]  exact baseChange_integralModel_eq ๐’ช[l] (E.baseChange l)
Project
Fermat's Last Theorem
License
Apache-2.0
Commit
8dd808888295
Source
FLT/KnownIn1980s/EllipticCurves/ReductionBaseChange.lean:277-289

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