Commit 2024-01-22 20:12 2a7c4d65
View on Github →feat(NumberTheory/EllipticDivisibilitySequence): define elliptic divisibility sequences (#9375)
As a generalisation of the division polynomials in #6703 but also possibly for other number theoretic purposes.
The recurrence relation is defined as isEllDivSequence
, and a concrete sequence is defined as EllDivSequence
. The fact that the two definitions are related requires a very long inductive proof, and will not be touched on in this PR.