Documentation

FormalConjectures.Wikipedia.HardyLittlewood

First Hardy–Littlewood conjecture #

Reference: Wikipedia

First Hardy-Littlewood Conjecture #

def IsPrimeConstellation {k : } (m : Fin k.succ) (p : ) :

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
    def IsAdmissiblePrimeConstellation {k : } (m : Fin k.succ) (p : ) :

    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
    Instances For
      def Nat.numResidues (q : ) {k : } (m : Fin k.succ) :

      The number of distinct residue classes amongst a tuple $(m_0, ..., m_k)$ for a prime $q$.

      Equations
      Instances For
        def Nat.primeTupleCounting {k : } (m : Fin k.succ) (n : ) :

        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
          Equations
          • One or more equations did not get rendered due to their size.
          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 #

            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.