/-
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
A sequence of naturals $(a_i)$ is Behrend if almost all integers are a multiple of
some $a_i$. In other words, if the set of multiples has natural density $1$.
A sequence of naturals $(a_i)$ is weakly Behrend with respect to $\varepsilon \in \mathbb{R}$
if at least $1 - \varepsilon$ density of all numbers are a multiple of $A$.
Let $A\subset\mathbb{N}$ be infinite such that $\sum_{a \in A} \frac{1}{a} = \infty$. Must
there exist some $k\geq 1$ such that almost all integers have a divisor of the form $a+k$
for some $a\in A$?
This was formalized in Lean by Alexeev using Aristotle.
Tenenbaum asked the weaker variant where for every $\epsilon>0$ there is
some $k=k(\epsilon)$ such that at least $1-\epsilon$ density of all integers have a
divisor of the form $a+k$ for some $a\in A$.
The DeepMind prover agent has found a formal disproof of this statement.