All proofs
Project-declaredLean 4.32.0 · mathlib@249c48c2

Δ base Change quadratic Twist Of ne zero

WeierstrassCurve.Δ_baseChange_quadraticTwistOf_ne_zero

Plain-language statement

The base change of the twisted integral model has nonzero discriminant: its Δ is (t'² - 4n')⁶ · Δ (Δ_quadraticTwistOf), and both factors are nonzero.

Exact Lean statement

theorem Δ_baseChange_quadraticTwistOf_ne_zero [E.IsElliptic] [IsIntegral R E] (t' n' : R)
    (hD : t' ^ 2 - 4 * n' ≠ 0) :
    ((((E.integralModel R).quadraticTwistOf t' n'))⁄K).Δ ≠ 0

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
theorem Δ_baseChange_quadraticTwistOf_ne_zero [E.IsElliptic] [IsIntegral R E] (t' n' : R)    (hD : t' ^ 2 - 4 * n'  0) :    ((((E.integralModel R).quadraticTwistOf t' n'))⁄K).Δ  0 := by  have hΔint : (E.integralModel R).Δ  0 := fun h0     E.isUnit_Δ.ne_zero (by rw [ integralModel_Δ_eq R E, h0, map_zero])  rw [show ((((E.integralModel R).quadraticTwistOf t' n'))⁄K).Δ    = algebraMap R K ((E.integralModel R).quadraticTwistOf t' n').Δ from map_Δ _ _,    Δ_quadraticTwistOf, Ne, map_eq_zero_iff _ (IsFractionRing.injective R K), mul_eq_zero]  exact not_or.mpr pow_ne_zero 6 hD, hΔint
Project
Fermat's Last Theorem
License
Apache-2.0
Commit
8dd808888295
Source
FLT/KnownIn1980s/EllipticCurves/QuadraticTwists/SplitMultiplicativeReduction.lean:118-126

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