All proofs
Project-declaredLean 4.32.0 · mathlib@249c48c2

Quadratic Twist Point Equiv galois

WeierstrassCurve.quadraticTwistPointEquiv_galois

Plain-language statement

Twisting the Galois action. The Galois action on the points of the quadratic twist is the Galois action on the points of E, twisted by the quadratic character of L/K: for σ ∈ Aut(M/K), transporting the action of σ on Eᴸ(M) through Eᴸ(M) ≅ E(M) gives χ(σ) times the action of σ on E(M). Taking M to be a separable closure of K, this...

Exact Lean statement

theorem quadraticTwistPointEquiv_galois (σ : M ≃ₐ[K] M) (P : ((E.quadraticTwist L)⁄M).Point) :
    E.quadraticTwistPointEquiv L M (Affine.Point.map σ.toAlgHom P) =
      (quadraticCharacter K L M σ : ℤ) •
        Affine.Point.map σ.toAlgHom (E.quadraticTwistPointEquiv L M P)

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
theorem quadraticTwistPointEquiv_galois (σ : M ≃ₐ[K] M) (P : ((E.quadraticTwist L)⁄M).Point) :    E.quadraticTwistPointEquiv L M (Affine.Point.map σ.toAlgHom P) =      (quadraticCharacter K L M σ : ) •        Affine.Point.map σ.toAlgHom (E.quadraticTwistPointEquiv L M P) := by  by_cases hσ :  x : L, σ (algebraMap L M x) = algebraMap L M x  · -- `σ` fixes `L` pointwise (`χ(σ) = 1`): this is naturality for the `L`-algebra map behind `σ`.    rw [(quadraticCharacter_eq_one_iff K L M σ).mpr hσ, Units.val_one, one_zsmul]    exact E.quadraticTwistPointEquiv_map L M ({ σ.toAlgHom with commutes' := hσ } : M ₐ[L] M) P  · -- `σ` moves `L` (`χ(σ) = -1`): anti-equivariance.    have hχ : quadraticCharacter K L M σ = -1 :=      (Int.units_eq_one_or _).resolve_left        fun h  hσ ((quadraticCharacter_eq_one_iff K L M σ).mp h)    rw [hχ, Units.val_neg, Units.val_one, neg_one_zsmul]    exact E.quadraticTwistPointEquiv_map_of_not_fixed L M hσ P
Project
Fermat's Last Theorem
License
Apache-2.0
Commit
8dd808888295
Source
FLT/KnownIn1980s/EllipticCurves/QuadraticTwists/QuadraticTwists.lean:737-750

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