Commit 2026-07-04 15:54 f3853dcb

View on Github →

refactor(LSeries/AbstractFuncEq): IsStrongFEPair predicate (#41329) Weak and strong FE-pairs are constructs used in the proof of functional equations for certain L-functions. Mathematically a StrongFEPair is a WeakFEPair with an additional property (but the same data). Having them as separate structures, as at present, creates some annoying duplication. This gets rid of the StrongFEPair structure and replaces it with a predicate IsStrongFEPair stating that a given WeakFEPair is actually strong.

Estimated changes