Erdős problem 421
Is there a sequence with density 1 such that all products are distinct?
Sources
FormalConjectures/ErdosProblems/
421.lean
Retained formal statement
Is there a sequence with density 1 such that all products are distinct?
True ↔ ∃ d, StrictMono d ∧ 1 ≤ d 0 ∧ (Set.range d).HasDensity 1 ∧ Set.InjOn (fun x => match x with | (u, v) => ∏ i ∈ Finset.Icc u v, d i) {(u, v) | u ≤ v}OpenStatement only, no proof