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