Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

[Merged by Bors] - feat(number_theory/prime_counting): The prime counting function #9080

Closed
wants to merge 267 commits into from

Conversation

BoltonBailey
Copy link
Collaborator

@BoltonBailey BoltonBailey commented Sep 8, 2021

SymmetryUnbroken and others added 30 commits August 21, 2021 13:05
@BoltonBailey BoltonBailey added awaiting-CI The author would like to see what CI has to say before doing more work. and removed awaiting-author A reviewer has asked the author a question or requested changes labels Jan 28, 2022
@github-actions github-actions bot removed the awaiting-CI The author would like to see what CI has to say before doing more work. label Jan 29, 2022
@BoltonBailey BoltonBailey added the awaiting-review The author would like community review of the PR label Jan 29, 2022
Copy link
Collaborator

@kmill kmill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks good to me. I just noticed a few places that commonly might be implicit arguments.

src/data/nat/totient.lean Outdated Show resolved Hide resolved
src/data/nat/totient.lean Outdated Show resolved Hide resolved
src/number_theory/prime_counting.lean Outdated Show resolved Hide resolved
BoltonBailey and others added 5 commits January 29, 2022 12:43
Co-authored-by: Kyle Miller <kmill31415@gmail.com>
Co-authored-by: Kyle Miller <kmill31415@gmail.com>
…ommunity/mathlib into BoltonBailey/prime-counting
Copy link
Collaborator

@kmill kmill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the documentation, if you give fully qualified names, they'll turn into links on the website.

Once that's done, I think it's fair to say it's ready to merge (hopefully I'm doing this right 😅)

bors d=BoltonBailey

src/number_theory/prime_counting.lean Outdated Show resolved Hide resolved
@bors
Copy link

bors bot commented Jan 29, 2022

✌️ BoltonBailey can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@leanprover-community-bot-assistant leanprover-community-bot-assistant added delegated The PR author may merge after reviewing final suggestions. and removed awaiting-review The author would like community review of the PR labels Jan 29, 2022
Co-authored-by: Kyle Miller <kmill31415@gmail.com>
@bryangingechen bryangingechen changed the title feat(src/number_theory/prime_counting): The prime counting function feat(number_theory/prime_counting): The prime counting function Jan 29, 2022
@BoltonBailey
Copy link
Collaborator Author

bors r+

bors bot pushed a commit that referenced this pull request Jan 29, 2022
With an eye to implementing [this proof](https://leanprover.zulipchat.com/#narrow/stream/144837-PR-reviews/topic/.238002/near/251178921), I am adding a file to define the prime counting function and prove a simple upper bound on it.



Co-authored-by: Vladimir Goryachev <gor050299@gmail.com>
Co-authored-by: Scott Morrison <scott@tqft.net>
Co-authored-by: YaelDillies <yael.dillies@gmail.com>
Co-authored-by: Kyle Miller <kmill31415@gmail.com>
Co-authored-by: Eric <ericrboidi@gmail.com>
@bors
Copy link

bors bot commented Jan 29, 2022

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(number_theory/prime_counting): The prime counting function [Merged by Bors] - feat(number_theory/prime_counting): The prime counting function Jan 29, 2022
@bors bors bot closed this Jan 29, 2022
@bors bors bot deleted the BoltonBailey/prime-counting branch January 29, 2022 20:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
delegated The PR author may merge after reviewing final suggestions.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants