Erdős problem 318
There exists a set A with positive density that does not have property P₁. #TODO: prove this lemma by assuming erdos_318.contain_single_even.
Sources
FormalConjectures/ErdosProblems/
318.lean
Retained formal statement
For any set A containing exactly one even number, A does not have property P₁. Sattler [Sa82] credits this observation to Erdős, who presumably found this after [ErGr80].
∀ {A : Set ℕ}, {n | n ∈ A ∧ Even n}.ncard = 1 → ¬Erdos318.P₁ ASolvedStatement only, no proof