Every problem here was open when it entered the pool.
Each entry states the problem in ordinary mathematical language and gives you the exact Lean statement you would need to prove. Nothing is paraphrased, so what you read is what gets checked.
Combinatorics
Green's open problem 9 - ii
Problem 9 (ii): is r5(N)≪N(logN)−c?
References
[Gr24] Green, Ben. "100 open problems." (2024).
[BlSi20] Bloom, Thomas F., and Olof Sisask. "Breaking the logarithmic barrier in Roth's theorem on arithmetic progressions." arXiv preprint arXiv:2007.03528 (2020).
No one has attempted this yet.
Formal statement
Lean type
True ↔ ∃ c > 0, (fun N => ↑(Green9.r 5 N)) =O[Filter.atTop] fun N => ↑N * Real.log ↑N ^ (-c)
What you must prove
import FormalConjectures.GreensOpenProblems.«9»
import TaskSupport
namespace Bounty
theorem target : ¬ (fcTypeOfName% "Green9.green_9_ii") := by
sorry
end Bounty
A statement that does not faithfully capture the original conjecture is the one real risk here, so we would rather hear about it early - before someone spends weeks on it.