-
-
Notifications
You must be signed in to change notification settings - Fork 522
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #33915: inseparable elliptic-curve isogenies
We implement an `EllipticCurveHom` child class `EllipticCurveHom_frobenius` encapsulating purely inseparable ''Frobenius isogenies''. As every isogeny decomposes into a separable and a purely inseparable part, we can (together with `EllipticCurveHom_composite`) now express any isogeny between two elliptic curves in Sage. One immediate application (also implemented in the patch) is that separable isogenies of degree divisible by the characteristic now have a working `.dual()` method. Other than that, changes to the existing codebase are kept minimal. This is one of the items on the "isogeny wish-list" #7368. It is also an important step towards implementing endomorphism rings later; cf. comment:3:ticket:32826. Diff without the dependency: https://git.sagemath.org/sage.git/diff?id2= 79ae468&id=e953939d23995c0c26964dc969fa 69cea52ee1c4 URL: https://trac.sagemath.org/33915 Reported by: lorenz Ticket author(s): Lorenz Panny, Mickaël Montessinos Reviewer(s): John Cremona
- Loading branch information
Showing
7 changed files
with
784 additions
and
42 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.