Erdős problem 370
Are there infinitely many such that the largest prime factor of is and the largest prime factor of is .
Sources
FormalConjectures/ErdosProblems/
370.lean
Retained formal statement
Are there infinitely many such that the largest prime factor of is and the largest prime factor of is .
Steinerberger has pointed out this problem has a trivial solution.
This was formalized in Lean by Alexeev using Aristotle.
True ↔ {n | ↑n.maxPrimeFac < √↑n ∧ ↑(n + 1).maxPrimeFac < √(↑n + 1)}.Infinite