erdős #421
Is there a sequence with density such that all products are distinct?
Worked, still open.
number theory · open · formalized (Lean) · 0 attempts
use this record
vela registry pull vfr_37aec80d874a0239vela reproduce examples/erdos-problemsevidence
unverified AI candidates (2)
gpt-erdos · GPT-5.2 Pro + Deep Research · unverified
It’s an Erdős–Graham question (often listed as **Erdős Problem #421**) asking whether one can take a strictly increasing sequence of integers of **asymptotic density 1** whose **products over all index intervals** [ \prod_{u\le i\le v} d_i ] are all distinct. No construction with density $1$ is known, and no impossibil…
candidate solution ↗llm-hunter · gpt pro 5.2 · unverified
1 LLM attack(s) recorded (gpt pro 5.2); unverified.
candidate solution ↗formal
AMS 11 · open (literature)
theorem erdos_421 : answer(sorry) ↔
∃ (d : ℕ → ℕ), StrictMono d ∧ 1 ≤ d 0 ∧ HasDensity (Set.range d) 1 ∧
{(u, v) : ℕ × ℕ | u ≤ v}.InjOn fun (u, v) => ∏ i ∈ Finset.Icc u v, d iformal-conjectures/421.lean ↗oeis
status
open