erdős #370
Are there infinitely many such that the largest prime factor of is and the largest prime factor of is ?
Worked, still open.
number theory · solved · formalized (Lean) · 0 attempts
use this record
vela registry pull vfr_37aec80d874a0239vela reproduce examples/erdos-problemsformal
AMS 11 · solved (literature)
theorem erdos_370 : answer(True) ↔
{ n | Nat.maxPrimeFac n < √n ∧ Nat.maxPrimeFac (n + 1) < √(n + 1) }.Infiniteformal-conjectures/370.lean ↗links
status
solved