Documentation

FormalConjectures.ErdosProblems.«889»

Erdős Problem 889 #

Reference: erdosproblems.com/889

def Erdos889.v (n k : ) :

$v(n,k)$ counts the prime factors of $n+k$ which do not divide $n+i$ for all $0 \le i < k$.

Equations
Instances For
    noncomputable def Erdos889.v₀ (n : ) :

    $v_0(n)$ is the supremum of $v(n,k)$ for all $k \ge 0$.

    Equations
    Instances For

      Let $v(n,k)$ count the prime factors of $n+k$ which do not divide $n+i$ for $0\leq i < k$. Is it true that $v_0(n)=\max_{k\geq 0}v(n,k)\to \infty$ as $n\to \infty$?

      theorem Erdos889.erdos_889.variants.v0_gt_1 (n : ) :
      n{0, 1, 2, 3, 4, 7, 8, 16}1 < v₀ n

      $v_0(n) > 1$ for all $n$ except $n$ = 0, 1, 2, 3, 4, 7, 8, 16

      [ErSe67] Erdős, P. and Selfridge, J. L., Some problems on the prime factors of consecutive integers. Illinois J. Math. (1967), 428--430.

      noncomputable def Erdos889.v_l (l n : ) :

      $v_l(n)$ is the supremum of $v(n,k)$ for all $k \ge l$

      Equations
      Instances For

        Let $v_l(n) = \max_{k\geq l} v(n,k)$. For every fixed $l$, $v_l(n) \to \infty$ as $n \to \infty$

        [ErSe67] Erdős, P. and Selfridge, J. L., Some problems on the prime factors of consecutive integers. Illinois J. Math. (1967), 428--430.

        Does $v_1(n) = 1$ have finite solutions?

        [ErSe67] Erdős, P. and Selfridge, J. L., Some problems on the prime factors of consecutive integers. Illinois J. Math. (1967), 428--430.

        def Erdos889.V (n k : ) :

        $V(n,k)$ is the number of primes $p$ such that $p^\alpha$ exactly divides $n+k$ and for all $0 \le i < k$, $p^\alpha$ does not divide $n+i$, where $\alpha$ is the multiplicity of $p$ in the factorization of $n+k$.

        Equations
        Instances For
          noncomputable def Erdos889.V_l (l n : ) :

          $V_l(n)$ is the supremum of $V(n,k)$ for all $k \ge l$

          Equations
          Instances For

            Does $V_1(n) = 1$ have finite solutions?

            This is a modification of erdos_889.variants.v1_eq_1_finite, which might make it more amenable to attack according to [ErSe67].

            [ErSe67] Erdős, P. and Selfridge, J. L., Some problems on the prime factors of consecutive integers. Illinois J. Math. (1967), 428--430.