Are prime numbers among sums of prime numbers distributed as ?
Exact formalization occurrence from the upstream source collection.
- Source category
- research open
- Formal proof
- Not retained
- Vela current state
- No Repository Result attached
Source file
- Exact commit
- 33c6a2dcafc5e3cdebfc083203b0a051309ea5b4
- File blob
- 31b59b4799b3b3b9f7d31350fc29541b1515d84b
MathOverflow434111.restricted_prime_number_theorem
Open whole fileExact retained declaration excerpt — not the whole file.
/-- The conjecture claims that $\pi_n\sim\frac n{2\ln(n)}$.
In other words, primes are distributed among the much sparser sequence $(S_n)_n$
with essentially the same density as in the positive integers, up to a factor of $2$.
[MathOverflow 434111](https://mathoverflow.net/questions/434111/are-prime-numbers-among-sums-of-prime-numbers-distributed-as-frac-n2-lnn).
[Me18] Meštrović, R., *Curious Conjectures on the Distribution of Primes
Among the Sums of the First `2n` Primes*, [arXiv:1804.04198](https://arxiv.org/abs/1804.04198)
(2018).
-/
@[category research open, AMS 11]
theorem restricted_prime_number_theorem :
answer(sorry) ↔ ((fun n : ℕ => (piRestricted n : ℝ)) ~[atTop] (fun n : ℕ => (n : ℝ) / (2 * Real.log n))) := by
sorry