/-
Copyright 2025 The Formal Conjectures Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-/importFormalConjecturesUtil
This set contains all solutions (m, P) to the Erdős problem 313.
A solution is a pair where m is an integer ≥ 2 and P is a non-empty, finite set of
distinct prime numbers, such that the sum of the reciprocals of the primes in P equals 1 - 1/m.
Are there infinitely many pairs (m, P) where m ≥ 2 is an integer
and P is a set of distinct primes such that the following equation holds:
$\sum_{p \in P} \frac{1}{p} = 1 - \frac{1}{m}$?