Skip to content

Erdős problem 848

Is the maximum size of a set A{1,,N}A\subseteq \{1,\ldots,N\} such that ab+1ab+1 is never squarefree (for all a,bAa,b\in A) achieved by taking those n7(mod25)n\equiv 7\pmod{25}? Resolved for all sufficiently large NN: any near-maximal AA is contained in {n7(mod25)}\{n\equiv 7\pmod{25}\} or {n18(mod25)}\{n\equiv 18\pmod{25}\}, leaving only a finite check.

Sources

Browse retained paths and inspect the exact material available for this Problem.

3 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

848.lean

Retained formal statement2 of 2

There exists N0N₀ such that for all NN0N ≥ N₀, if A{1,,N}A ⊆ \{1, \dots, N\} satisfies that ab+1ab + 1 is never squarefree for all a,bAa, b ∈ A, then A{nN:n7(mod25)}|A| ≤ |\{n ≤ N : n ≡ 7 \pmod{25}\}|.

More precisely, Sawhney proves: there exist absolute constants η>0η > 0 and N0N₀ such that for all NN0N ≥ N₀, if A(1/25η)N|A| ≥ (1/25 - η)N then A{n:n7(mod25)}A ⊆ \{n : n ≡ 7 \pmod{25}\} or A{n:n18(mod25)}A ⊆ \{n : n ≡ 18 \pmod{25}\}.

A complete formal Lean 4 proof is available at: https://github.com/The-Obstacle-Is-The-Way/erdos-banger

FormalConjectures/ErdosProblems/848.leanErdos848.erdos_848.variants.asymptotic1 lineExact file
∀ᶠ (N : ℕ) in Filter.atTop, Erdos848.Erdos848For N
SolvedProof has a holelean4external proof

The proof uses `sorry`: part of the argument is written but not proved. Lean accepts the file; it does not accept the theorem.

Search problems.science

Find a Problem, Result, source, or page