Erdős problem 913
Are there infinitely many such that if is the factorisation into distinct primes then all exponents are distinct?
Sources
FormalConjectures/ErdosProblems/
913.lean
Retained formal statement
If there are infinitely many primes such that is prime, then this is true.
{p | Nat.Prime p ∧ Nat.Prime (8 * p ^ 2 - 1)}.Infinite → {n | Set.InjOn ⇑(n * (n + 1)).factorization ↑(n * (n + 1)).primeFactors}.InfiniteSolvedStatement only, no proof