Erdős Problem 330 #
Reference: erdosproblems.com/330
An asymptotic additive basis of order h is minimal when one cannot obtain an asymptotic
additive basis by removing any element from it.
Equations
- Erdos330.MinAsymptoticAddBasisOfOrder A h = (A.IsAsymptoticAddBasisOfOrder h ∧ ∀ n ∈ A, ¬(A \ {n}).IsAsymptoticAddBasisOfOrder h)
Instances For
theorem
Erdos330.erdos_330_statement :
sorry ↔ ∃ (A : Set ℕ) (h : ℕ),
MinAsymptoticAddBasisOfOrder A h ∧ A.HasPosDensity ∧ ∀ n ∈ A, (UnrepWithout A n h).HasPosDensity
Does there exist a minimal basis $A \subset \mathbb{N}$ with positive density such that, for any $n \in A$, the (upper) density of integers which cannot be represented without using $n$ is positive?