-
Notifications
You must be signed in to change notification settings - Fork 370
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: explicit volume computations in NumberTheory.NumberField.CanonicalEmbedding #6886
Conversation
57e9d20
to
a254aac
Compare
… xfr-complex_ball
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.
One more comment...
But the PR is now looking good to me.
I'm happy with merging it as is, if you would rather take care of my comment at a different moment. Or if you think it's not a good idea.
bors d+
✌️ xroblot can now approve this pull request. To approve and merge a pull request, simply reply with |
bors r+ |
…calEmbedding (#6886) We compute the values of the volumes used in `CanonicalEmbedding`. In particular, we prove that ```lean volume (fundamentalDomain (latticeBasis K)) = (2 : ℝ≥0∞)⁻¹ ^ (NrComplexPlaces K) * NNReal.sqrt ‖discr K‖₊ ``` This will be useful later on to prove Hermite and Hermite-Minkowski theorems.
Pull request successfully merged into master. Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
We compute the values of the volumes used in
CanonicalEmbedding
. In particular, we prove thatThis will be useful later on to prove Hermite and Hermite-Minkowski theorems.