Quadratic Twist Var Change map
WeierstrassCurve.quadraticTwistVarChange_map
Plain-language statement
The defining cocycle of the quadratic twist. The nontrivial σ ∈ Gal(L/K) conjugates the change of variables quadraticTwistVarChange (carrying E to Eᴸ) by the automorphism [-1] of E. This is the datum expressing that Eᴸ is the descent of E along the twisted Galois action σ ↦ (-1) ∘ σ, and it holds for every j.
Exact Lean statement
lemma quadraticTwistVarChange_map {σ : L ≃ₐ[K] L} (hσ : σ ≠ 1) :
(E.quadraticTwistVarChange L).map σ.toAlgHom.toRingHom
= (E.quadraticTwistVarChange L) * (E.baseChange L).negVariableChangeFormal artifact
Lean source
lemma quadraticTwistVarChange_map {σ : L ≃ₐ[K] L} (hσ : σ ≠ 1) : (E.quadraticTwistVarChange L).map σ.toAlgHom.toRingHom = (E.quadraticTwistVarChange L) * (E.baseChange L).negVariableChange := by set σ₀ := (exists_algEquiv_ne_one K L).choose have hσ₀ : σ₀ ≠ 1 := (exists_algEquiv_ne_one K L).choose_spec obtain rfl : σ = σ₀ := (algEquiv_eq_one_or_eq K L hσ₀ σ).resolve_left hσ have hcoc := (E.exists_smul_baseChange_and_map_eq L (exists_notMem_range_algebraMap K L).choose_spec (exists_algEquiv_ne_one K L).choose_spec).choose_spec.2 have hinv : ∀ C : VariableChange L, C⁻¹.map σ₀.toAlgHom.toRingHom = (C.map σ₀.toAlgHom.toRingHom)⁻¹ := fun C ↦ map_inv (VariableChange.mapHom _) C unfold quadraticTwistVarChange rw [hinv, hcoc, mul_inv_rev, (E.baseChange L).negVariableChange_inv]- Project
- Fermat's Last Theorem
- License
- Apache-2.0
- Commit
- 8dd808888295
- Source
- FLT/KnownIn1980s/EllipticCurves/QuadraticTwists/QuadraticTwists.lean:461-474
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.