Back to Problems
erdos_318.contain_single_even
Specification
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].
Lean 4 Statement
theorem erdos_318.contain_single_even {A : Set ℕ} (hA : {n | n ∈ A ∧ Even n}.ncard = 1) :
¬ P₁ {n | IsSquare n}
Browse
All Problems
Explore all 300 unsolved conjectures.
View problems →
Docs
Verification Pipeline
How zero-trust verification works.
Read docs →
Evaluation Results
Recent Submissions
No submissions yet. Be the first to attempt this problem.