Skip to content

[Merged by Bors] - feat(NumberTheory/LSeries/PrimesInAP): more properties of von Mangoldt on residue classes#19418

Closed
MichaelStollBayreuth wants to merge 1 commit intomasterfrom
MS_vonMangoldt_residueClass_more
Closed

[Merged by Bors] - feat(NumberTheory/LSeries/PrimesInAP): more properties of von Mangoldt on residue classes#19418
MichaelStollBayreuth wants to merge 1 commit intomasterfrom
MS_vonMangoldt_residueClass_more

Conversation

@MichaelStollBayreuth
Copy link
Copy Markdown
Contributor

This continues the sequence of PRs on the way to Dirichlet's Theorem.

This one adds some properties of the von Mangoldt function Λ restricted to a residue class: if further restricted to primes, its support is the set of primes in that residue class, and the function n ↦ Λ n / n, restriced to non-primes in a residue class, is summable (the latter will be important in deducing information on the former).

See here on Zulip.


Open in Gitpod

@MichaelStollBayreuth MichaelStollBayreuth added awaiting-CI This PR does not pass CI yet. This label is automatically removed once it does. t-number-theory Number theory (also use t-algebra or t-analysis to specialize) labels Nov 23, 2024
@github-actions
Copy link
Copy Markdown

PR summary be69ada5d4

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

+ summable_residueClass_non_primes_div
+ support_residueClass_prime_div

You can run this locally as follows
## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>

## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>

The doc-module for script/declarations_diff.sh contains some details about this script.


No changes to technical debt.

You can run this locally as

./scripts/technical-debt-metrics.sh pr_summary
  • The relative value is the weighted sum of the differences with weight given by the inverse of the current value of the statistic.
  • The absolute value is the relative value divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).

@github-actions github-actions bot removed the awaiting-CI This PR does not pass CI yet. This label is automatically removed once it does. label Nov 23, 2024
Copy link
Copy Markdown
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.

There are some private defs/lemmas. But I think it makes sense, to keep them as is.

bors r+

positivity
conv => enter [1, pk]; rw [Real.rpow_add <| hp₀ pk.1, Real.rpow_natCast]
refine (summable_prod_of_nonneg (fun _ ↦ by positivity)).mpr ⟨(fun p ↦ ?_), ?_⟩
· dsimp only -- otherwise the `exact` below times out
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This sounds a bit scary. But otherwise LGTM.

@ghost ghost added the ready-to-merge This PR has been sent to bors. label Nov 23, 2024
mathlib-bors bot pushed a commit that referenced this pull request Nov 23, 2024
…t on residue classes (#19418)

This continues the sequence of PRs on the way to **Dirichlet's Theorem**.

This one adds some properties of the von Mangoldt function `Λ` restricted to a residue class: if further restricted to primes, its support is the set of primes in that residue class, and the function `n ↦ Λ n / n`, restriced to non-primes in a residue class, is summable (the latter will be important in deducing information on the former).

See [here](https://leanprover.zulipchat.com/#narrow/channel/144837-PR-reviews/topic/Prerequisites.20for.20PNT.20and.20Dirichlet's.20Thm/near/483904451) on Zulip.
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Nov 23, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat(NumberTheory/LSeries/PrimesInAP): more properties of von Mangoldt on residue classes [Merged by Bors] - feat(NumberTheory/LSeries/PrimesInAP): more properties of von Mangoldt on residue classes Nov 23, 2024
@mathlib-bors mathlib-bors bot closed this Nov 23, 2024
@mathlib-bors mathlib-bors bot deleted the MS_vonMangoldt_residueClass_more branch November 23, 2024 20:34
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-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.

2 participants