Erdős problem 164
A set is primitive if no member of divides another. Is the sum maximised over all primitive sets when is the set of primes?
No current result
No reviewed Result is current in Vela Mathematics Program. Retained source material is shown below.
Retained declaration
FormalConjectures/ErdosProblems/164.leanTrue ↔ ∀ (A : Set ℕ), (∀ a ∈ A, 2 ≤ a) → Erdos1196.IsPrimitive A → ∑' (a : ↑A), 1 / (↑↑a * Real.log ↑↑a) ≤ ∑' (p : ↑{p | Nat.Prime p}), 1 / (↑↑p * Real.log ↑↑p)Proof manifests naming this Problem
- Jayyhk Erdős Lean
jayyhk:erdos:164 - PLBY Lean proofs
ErdosProblems.Erdos164
Reported activity
Work these sources record against this Problem. Source-reported attribution, not reviewed here.
Formalization
- Machine