Erdős problem 307
Are there two finite set of primes and such that
Sources
FormalConjectures/ErdosProblems/
307.lean
Retained formal statement
Are there two finite set of primes and such that
?
Asked by Barbeau [Ba76].
[Ba76] Barbeau, E. J., _Computer challenge corner: Problem 477: A brute force program._
sorry ↔ ∃ P Q, (∀ p ∈ P, Nat.Prime p) ∧ (∀ q ∈ Q, Nat.Prime q) ∧ 1 = (∑ p ∈ P, (↑p)⁻¹) * ∑ q ∈ Q, (↑q)⁻¹OpenStatement only, no proof