forked from sagemath/sage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sagemathgh-37074: implement natural morphism from cl(f²D) to cl(D)
...for class groups of binary quadratic forms, which we have since sagemath#36184. This map is defined by finding a class representative $[a,b,c]$ for which $f^2 \mid a$ (and $f \mid b$) and then applying the substitution $x \mapsto x/f$. In the code, we do it in prime steps, since that makes finding a suitable representative a little easier. This can be used, among other things, for determining the kernel of the surjection $\mathrm{cl}(f^2D) \twoheadrightarrow \mathrm{cl}(D)$. URL: sagemath#37074 Reported by: Lorenz Panny Reviewer(s): Lorenz Panny, Travis Scrimshaw
- Loading branch information
Showing
1 changed file
with
198 additions
and
1 deletion.
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