Documentation

FormalConjectures.ErdosProblems.«269»

Erdős Problem 269 #

Reference: erdosproblems.com/269

A positive integer $n$ has all its prime factors in the set $P$. By convention, $1$ satisfies this for any $P$ as it has no prime divisors.

Equations
Instances For
    noncomputable def Erdos269.a (P : Set ) :

    The infinite, strictly increasing sequence $\{a_0, a_1, \dots\}$ of integers whose prime factors all belong to P.

    Equations
    Instances For
      noncomputable def Erdos269.partialLcm (P : Set ) (n : ) :

      The n-th partial least common multiple, $[a_0, \dots, a_n]$, which is the LCM of the first n integers in the sequence.

      Equations
      Instances For
        noncomputable def Erdos269.series (P : Set ) :

        The sum $\sum_{n=1}^\infty \frac{1}{[a_0,\ldots,a_{n - 1}]}$.

        Equations
        Instances For
          theorem Erdos269.erdos_269.variants.rational :
          (∀ (P : Finset ), (∀ pP, Nat.Prime p)P.card 2∃ (q : ), q = series P) sorry

          Let $P$ be a finite set of primes with $|P| \ge 2$ and let $\{a_1 < a_2 < \dots\}$ be the set of positive integers whose prime factors are all in $P$. Is the sum $$ \sum_{n=1}^\infty \frac{1}{[a_1,\ldots,a_n]} $$ rational?

          theorem Erdos269.erdos_269.variants.irrational :
          (∀ (P : Finset ), (∀ pP, Nat.Prime p)P.card 2Irrational (series P)) sorry

          Let $P$ be a finite set of primes with $|P| \ge 2$ and let $\{a_1 < a_2 < \dots\}$ be the set of positive integers whose prime factors are all in $P$. Is the sum $$ \sum_{n=1}^\infty \frac{1}{[a_1,\ldots,a_n]} $$ irrational?

          theorem Erdos269.erdos_269.variant.infinite (P : Set ) (h : pP, Nat.Prime p) (h_inf : P.Infinite) :

          This theorem addresses the case where the set of primes P is infinite. In this case the sum is irrational.