First Hardy-Littlewood Conjecture #
A prime constellation is a tuple $(p, p + m_1, ..., p + m_k)$ such that the $m_i$ are all positive even integers and every entry is a prime number.
Equations
Instances For
A prime constellation is said to be admissible if its elements do not form a complete set of residue classes with respect to any prime.
Equations
- IsAdmissiblePrimeConstellation m p = (IsPrimeConstellation m p ∧ ∀ (q : ℕ), Nat.Prime q → ¬Function.Surjective fun (i : Fin k.succ) => ↑p + 2 * ↑(m i))
Instances For
For a given tuple $(m_1, ..., m_k)$, this counts number of admissible prime constellations $(p, p + m_1, ..., p + m_k)$ where $p \leq n$.
Equations
Instances For
Let $P = (m_1, ..., m_k)$ be a tuple of positive even integers. Let $\pi_P(n)$ denote the number of primes $p\leq n$ such that $(p, p + m_1, ..., p + m_k)$ forms an admissible prime constellation. Let $w(q; m_1, ..., m_k)$ denote the number of distinct residues of $0, m_1, ..., m_k$ modulo $q$, and let $$ C_P = 2 ^ k\prod_{\substack{q\ \text{prime} \\ q\geq 3}} \frac{1 - \frac{w(q; m_1, ..., m_k)}{q}}{\left(1 - \frac{1}{q}\right)^{k+1}}. $$ Then $$ \pi_P(n)\tilde C_P\int_2^n\frac{dt}{\log^{k+1}t}. $$
Second Hardy-Littlewood Conjecture #
Equations
- SecondHardyLittlewoodConjectureFor x y = ((x + y).primeCounting ≤ x.primeCounting + y.primeCounting)
Instances For
For integers $x, y \geq 2$, $$ \pi(x + y) \leq \pi(x) + \pi(y), $$ where $\pi(z)$ denotes the prime-counting function, giving the number of primes up to and including $z$.
Richards [Ri74] showed that only one of the two Hardy-Littlewood conjectures can be true.
[Ri74] Richards, Ian (1974). On the Incompatibility of Two Conjectures Concerning Primes. Bull. Amer. Math. Soc. 80: 419–438.