All proofs
Project-declaredLean 4.32.0 · mathlib@249c48c2

Exists smul quadratic Twist base Change eq

WeierstrassCurve.exists_smul_quadraticTwist_baseChange_eq

Plain-language statement

The quadratic twist becomes isomorphic to E after base change to L. (Over a field, isomorphisms of Weierstrass curves are exactly the admissible changes of variables WeierstrassCurve.VariableChange, acting via .) The point-level consequences of this isomorphism, which is what most applications need, are recorded separately in `quadraticTwistPoint...

Exact Lean statement

theorem exists_smul_quadraticTwist_baseChange_eq :
    ∃ C : VariableChange L, C • (E.quadraticTwist L).baseChange L = E.baseChange L

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
theorem exists_smul_quadraticTwist_baseChange_eq :     C : VariableChange L, C • (E.quadraticTwist L).baseChange L = E.baseChange L := by  obtain σ, hσ := exists_algEquiv_ne_one K L  obtain θ, hθ := exists_notMem_range_algebraMap K L  obtain C₁, hC₁, -⟩ := E.exists_smul_baseChange_and_map_eq L hθ hσ  -- Bridge the chosen generator in `quadraticTwist L` to `θ`, base changed to `L`.  obtain C₀, hC₀ := E.exists_smul_quadraticTwist_eq_quadraticTwistBy L hθ  exact C₁ * C₀.baseChange L, by rw [mul_smul, baseChange_smul_baseChange, hC₀, hC₁]
Project
Fermat's Last Theorem
License
Apache-2.0
Commit
8dd808888295
Source
FLT/KnownIn1980s/EllipticCurves/QuadraticTwists/QuadraticTwists.lean:399-406

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