[Merged by Bors] - feat(NumberTheory/Primorial): a few simple facts#40980
[Merged by Bors] - feat(NumberTheory/Primorial): a few simple facts#40980thefundamentaltheor3m wants to merge 6 commits into
Conversation
Welcome new contributor!Thank you for contributing to Mathlib! If you haven't done so already, please review our contribution guidelines, as well as the style guide and naming conventions. In particular, we kindly remind contributors that we have guidelines regarding the use of AI when making pull requests. We use a review queue to manage reviews. If your PR does not appear there, it is probably because it is not successfully building (i.e., it doesn't have a green checkmark), has the If you haven't already done so, please come to https://leanprover.zulipchat.com/, introduce yourself, and mention your new PR. Thank you again for joining our community. |
PR summary ec26b4ff6dImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
✅ PR Title Formatted CorrectlyThe title of this PR has been updated to match our commit style conventions. |
loefflerd
left a comment
There was a problem hiding this comment.
LGTM, just some minor naming issues + golfs
maintainer delegate
|
🚀 Pull request has been placed on the maintainer queue by loefflerd. |
Co-authored-by: David Loeffler <d.loeffler.01@cantab.net>
Co-authored-by: David Loeffler <d.loeffler.01@cantab.net>
Co-authored-by: David Loeffler <d.loeffler.01@cantab.net>
Co-authored-by: Bhavik Mehta <bhavikmehta8@gmail.com>
|
bors merge |
We prove - the primorial is squarefree - the prime factors of the primorial are precisely `primesLE` We also add that it is non-zero (mere convenience API). Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Oliver Nash <7734364+ocfnash@users.noreply.github.com>
|
Pull request successfully merged into master. Build succeeded: |
…y#40980) We prove - the primorial is squarefree - the prime factors of the primorial are precisely `primesLE` We also add that it is non-zero (mere convenience API). Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Oliver Nash <7734364+ocfnash@users.noreply.github.com>
We prove
primesLEWe also add that it is non-zero (mere convenience API).