Pasta: GLV endomorphism eigenvalue anchors - #1
Closed
martyall wants to merge 2 commits into
Closed
Conversation
The role names stated the Pasta cycle as a pun (VestaBaseField = PallasScalarField and vice versa) — four names for two fields. The fields now carry their standard absolute names: Fp (the Pallas base field, also the Vesta scalar field) and Fq (the Pallas scalar field, also the Vesta base field), matching proof-systems' own convention. Role information belongs to consumers' relative projections, not to which alias was picked. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Per curve: the endomorphism coefficient β, the scalar eigenvalue λ, and the native_decide certificate λ • G = φ(G) at the standard generator — the computational anchor from which downstream (l-adic/snarky's pasta package) derives φ = [λ] on the whole group (homomorphism + prime-order cyclicity), eliminating the eigen axioms. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Member
Author
|
Superseded: the anchors moved into l-adic/snarky's pasta package directly (l-adic/snarky#247) — no CompElliptic change needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
CompElliptic/Curves/PastaEndo.lean: per Pasta curve, the GLV endomorphism data as concrete numerals (endoBeta,endoLam), the image of the fixed generator under the endomorphism (endoGpt := ⟨endoBeta * G.1, G.2, _⟩, on-curve by kerneldecidesinceβ³ = 1), and the single computational anchorfor both Pallas and Vesta, wired into the
CompElliptic.leanroot.These anchors let a consumer discharge the CM eigenvalue relations (
φ = [λ]on every point) as theorems: the endomorphism is an additive homomorphism (pure field algebra), the point group under the Hasse bound has prime order so it is cyclic on any nonzero point, and the anchor pins the eigenvalue on the generator. Downstream (l-adic/snarkyformal/pasta) this deletes the two eigen axioms from the trust surface.native_decideis the package's established certificate mechanism (same ascard_eq,scalarCard_nsmul_Gpt).🤖 Generated with Claude Code
https://claude.ai/code/session_01RhavGeUhGukSRQTRH6JEaD