-
Notifications
You must be signed in to change notification settings - Fork 384
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(Mathlib.NumberTheory.Cyclotomic.Three): add various results #13798
Conversation
PR summary f68c15cbaeImport changesDependency changes
|
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Michael Stoll <[email protected]>
Co-authored-by: Michael Stoll <[email protected]>
Co-authored-by: Michael Stoll <[email protected]>
Co-authored-by: Michael Stoll <[email protected]>
Co-authored-by: Michael Stoll <[email protected]>
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.
Lgtm, thanks!
maintainer merge
🚀 Pull request has been placed on the maintainer queue by Ruben-VandeVelde. |
rcases lambda_dvd_or_dvd_sub_one_or_dvd_add_one hζ x with h | h | h | ||
· exact dvd_mul_of_dvd_left (dvd_mul_of_dvd_left h _) _ | ||
· exact dvd_mul_of_dvd_left (dvd_mul_of_dvd_right h _) _ | ||
· refine dvd_mul_of_dvd_right ?_ _ | ||
rw [show x - (η + 1) = x + 1 - (η - 1 + 3) by ring] | ||
exact dvd_sub h <| dvd_add dvd_rfl hζ.toInteger_sub_one_dvd_prime' |
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.
More note to self than anything to do in this PR: I feel like this should be aesop
able...
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.
LGTM with Johan's comment, thanks!
bors d+
✌️ riccardobrasca can now approve this pull request. To approve and merge a pull request, simply reply with |
bors merge |
Pull request successfully merged into master. Build succeeded: |
We add various results about the third cyclotomic field needed to prove flt3.
From the flt3 project at LFTCM2024.