Tail divisor subset from duplicate-free factor list
ProvedErdos390.tail_divisor_from_nodup_listalgebracombinatoricsnumber-theory
Let and let be a duplicate-free list (l.Nodup) of integers in whose product equals .
Then the finite set satisfies:
Preamble
import Mathlib import Definitions.Def_erdos390_problem open Erdos390
Formal statement
namespace Erdos390
theorem tail_divisor_from_nodup_list
{n h D : ℕ} (l : List ℕ)
(hsub : ∀ x ∈ l, x ∈ factorInterval (2 * n) (2 * n + h))
(hnodup : l.Nodup)
(hprod : l.prod = D) :
∃ C : Finset ℕ,
C ⊆ factorInterval (2 * n) (2 * n + h) ∧
C.prod id = D := by sorry
end Erdos390Source
P. Erdős, Some problems in number theory, 1975; Erdős Problem 390 tail divisor subset from list