Skip to content
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 logarithmic bounds on the harmonic numbers #9984

Closed
wants to merge 7 commits into from

Conversation

FLDutchmann
Copy link
Collaborator

Prove $\log(n+1) \le H_n \le 1 + \log(n)$ for all natural numbers $n$.

There is an existing proof that $H_n$ is not an integer which uses p-adics. Since the new result uses some heavy machinery that is disjoint from the existing proof, the file is split into three parts to keep the dependencies lighter.

See zulip


Open in Gitpod

@FLDutchmann FLDutchmann added awaiting-review The author would like community review of the PR awaiting-CI t-number-theory Number theory (also use t-algebra or t-analysis to specialize) t-analysis Analysis (normed *, calculus) labels Jan 25, 2024
@FLDutchmann FLDutchmann changed the title feat; explicit logarithmic bounds on the harmonic numbers feat: explicit logarithmic bounds on the harmonic numbers Jan 25, 2024
Copy link
Collaborator

@MichaelStollBayreuth MichaelStollBayreuth left a comment

Choose a reason for hiding this comment

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

Modulo some stylistic matters, this looks good to me.

@jcommelin jcommelin added awaiting-author A reviewer has asked the author a question or requested changes and removed awaiting-review The author would like community review of the PR labels Feb 13, 2024
Co-authored-by: Michael Stoll <99838730+MichaelStollBayreuth@users.noreply.github.com>
@FLDutchmann FLDutchmann added awaiting-review The author would like community review of the PR and removed awaiting-author A reviewer has asked the author a question or requested changes labels Feb 17, 2024
@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added the merge-conflict The PR has a merge conflict with master, and needs manual merging. label Feb 18, 2024
@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. label Feb 21, 2024
Copy link
Member

@jcommelin jcommelin left a comment

Choose a reason for hiding this comment

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

Thanks 🎉

bors merge

@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added ready-to-merge This PR has been sent to bors. and removed awaiting-review The author would like community review of the PR labels Mar 1, 2024
mathlib-bors bot pushed a commit that referenced this pull request Mar 1, 2024
Prove $\log(n+1) \le H_n \le 1 + \log(n)$ for all natural numbers $n$. 

There is an existing proof that $H_n$ is not an integer which uses p-adics. Since the new result uses some heavy machinery that is disjoint from the existing proof, the file is split into three parts to keep the dependencies lighter.

See [zulip](https://leanprover.zulipchat.com/#narrow/stream/217875-Is-there-code-for-X.3F/topic/basic.20log.20bounds.20on.20harmonic.20sums)



Co-authored-by: Arend Mellendijk <FLDutchmann@users.noreply.github.com>
@mathlib-bors
Copy link

mathlib-bors bot commented Mar 1, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat: explicit logarithmic bounds on the harmonic numbers [Merged by Bors] - feat: explicit logarithmic bounds on the harmonic numbers Mar 1, 2024
@mathlib-bors mathlib-bors bot closed this Mar 1, 2024
@mathlib-bors mathlib-bors bot deleted the arend/harmonic branch March 1, 2024 15:31
riccardobrasca pushed a commit that referenced this pull request Mar 1, 2024
Prove $\log(n+1) \le H_n \le 1 + \log(n)$ for all natural numbers $n$. 

There is an existing proof that $H_n$ is not an integer which uses p-adics. Since the new result uses some heavy machinery that is disjoint from the existing proof, the file is split into three parts to keep the dependencies lighter.

See [zulip](https://leanprover.zulipchat.com/#narrow/stream/217875-Is-there-code-for-X.3F/topic/basic.20log.20bounds.20on.20harmonic.20sums)



Co-authored-by: Arend Mellendijk <FLDutchmann@users.noreply.github.com>
kbuzzard pushed a commit that referenced this pull request Mar 12, 2024
Prove $\log(n+1) \le H_n \le 1 + \log(n)$ for all natural numbers $n$. 

There is an existing proof that $H_n$ is not an integer which uses p-adics. Since the new result uses some heavy machinery that is disjoint from the existing proof, the file is split into three parts to keep the dependencies lighter.

See [zulip](https://leanprover.zulipchat.com/#narrow/stream/217875-Is-there-code-for-X.3F/topic/basic.20log.20bounds.20on.20harmonic.20sums)



Co-authored-by: Arend Mellendijk <FLDutchmann@users.noreply.github.com>
dagurtomas pushed a commit that referenced this pull request Mar 22, 2024
Prove $\log(n+1) \le H_n \le 1 + \log(n)$ for all natural numbers $n$. 

There is an existing proof that $H_n$ is not an integer which uses p-adics. Since the new result uses some heavy machinery that is disjoint from the existing proof, the file is split into three parts to keep the dependencies lighter.

See [zulip](https://leanprover.zulipchat.com/#narrow/stream/217875-Is-there-code-for-X.3F/topic/basic.20log.20bounds.20on.20harmonic.20sums)



Co-authored-by: Arend Mellendijk <FLDutchmann@users.noreply.github.com>
utensil pushed a commit that referenced this pull request Mar 26, 2024
Prove $\log(n+1) \le H_n \le 1 + \log(n)$ for all natural numbers $n$. 

There is an existing proof that $H_n$ is not an integer which uses p-adics. Since the new result uses some heavy machinery that is disjoint from the existing proof, the file is split into three parts to keep the dependencies lighter.

See [zulip](https://leanprover.zulipchat.com/#narrow/stream/217875-Is-there-code-for-X.3F/topic/basic.20log.20bounds.20on.20harmonic.20sums)



Co-authored-by: Arend Mellendijk <FLDutchmann@users.noreply.github.com>
Louddy pushed a commit that referenced this pull request Apr 15, 2024
Prove $\log(n+1) \le H_n \le 1 + \log(n)$ for all natural numbers $n$. 

There is an existing proof that $H_n$ is not an integer which uses p-adics. Since the new result uses some heavy machinery that is disjoint from the existing proof, the file is split into three parts to keep the dependencies lighter.

See [zulip](https://leanprover.zulipchat.com/#narrow/stream/217875-Is-there-code-for-X.3F/topic/basic.20log.20bounds.20on.20harmonic.20sums)



Co-authored-by: Arend Mellendijk <FLDutchmann@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has been sent to bors. t-analysis Analysis (normed *, calculus) t-number-theory Number theory (also use t-algebra or t-analysis to specialize)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants