Tail quotient subset from complement divisor subset
ProvedErdos390.tail_from_complement_divisoralgebracombinatoricsnumber-theory
Let and let be a finite subset such that . Then the set difference satisfies:
Preamble
import Mathlib import Definitions.Def_erdos390_problem open Erdos390
Formal statement
namespace Erdos390
theorem tail_from_complement_divisor
{n h D : ℕ} {C : Finset ℕ}
(hC_sub : C ⊆ factorInterval (2 * n) (2 * n + h))
(hC_prod : C.prod id = D) :
∃ tail : Finset ℕ,
tail ⊆ factorInterval (2 * n) (2 * n + h) ∧
tail.prod id * D = (factorInterval (2 * n) (2 * n + h)).prod id := by sorry
end Erdos390Source
P. Erdős, Some problems in number theory, 1975; Erdős Problem 390 tail complement divisor inversion