-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Merged by Bors] - feat(Module/ZLattice): define the pullback of a ZLattice #16822
Conversation
PR summary 96173177b4Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors d+
✌️ xroblot can now approve this pull request. To approve and merge a pull request, simply reply with |
bors r+ |
Define the pullback of a ZLattice `L` by a linear map `f`. The following results are also included: - If `f` is a continuous linear equiv, then the pullback is also a ZLattice (added as an instance). - If `f` is a linear equiv, define the corresponding basis of the pullback obtained from a basis of `L` - If `f` is a continuous linear equiv and volume preserving, prove that `L` and its pullback have the same volume. This PR is part of the proof of the Analytic Class Number Formula. Co-authored-by: Xavier Roblot <46200072+xroblot@users.noreply.github.com>
Pull request successfully merged into master. Build succeeded: |
Define the pullback of a ZLattice
L
by a linear mapf
. The following results are also included:f
is a continuous linear equiv, then the pullback is also a ZLattice (added as an instance).f
is a linear equiv, define the corresponding basis of the pullback obtained from a basis ofL
f
is a continuous linear equiv and volume preserving, prove thatL
and its pullback have the same volume.This PR is part of the proof of the Analytic Class Number Formula.