Erdős Problem 137: Multiple Powerful Factors
Erdős [Er82c] conjectures that, if is fixed, then for all sufficiently large and all positive integers , there must be at least distinct primes such that and yet does not divide the right hand side.
Mathematical statement
Erdős [Er82c] conjectures that, if is fixed, then for all sufficiently large and all positive integers , there must be at least distinct primes such that and yet does not divide the right hand side.
[Er82c] Erdős, Paul, "Miscellaneous problems in number theory". Congr. Numer. (1982), 25-45.,
Statement source: Erdős Problems statement material
Statement terms: Source-specific
Source-specific terms. Therefore does not assert reuse rights beyond attributed display.
Statement artifacts, not proofs
These records expose exact Lean propositions and statement-only wrappers. Defining a proposition does not supply a proof of it. A placeholder-bearing target also contains no proof. Elaboration checks syntax and types; it does not certify that a formalization perfectly captures every nuance of the informal problem.
Pinned Lean formulation 1
erdos_137.variants.multiple_powerful_factors
theorem erdos_137.variants.multiple_powerful_factors (k : ℕ) : ∀ᶠ n in Filter.atTop, ∀ (m : ℕ) (hm : 0 < m), letI N := ∏ x ∈ Finset.Ioc m (m + n), x ∃ P : Finset ℕ, P.card = k ∧ ∀ p ∈ P, p.Prime ∧ p ∣ N ∧ ¬ p ^ 2 ∣ N := by sorry- Statement source
- Formal Conjectures
- Lean version
- v4.27.0
- Placeholder
- Present; no proof artifact
- Source evidence
- Pinned source index
- Fidelity review
- Community formulation
References