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.
Convex and discrete geometry
Paused
Erdős problem 99
For sufficiently large n, is it the case that any set of n points with minimum distance 1
that minimizes diameter must contain an equilateral triangle of side length 1?
Pin rotation in progress; nothing can be submitted right now.
[BeFo99] Bezdek, Andr\'{a}s and Fodor, Ferenc, Minimal diameter of certain sets in the plane. J. Combin. Theory Ser. A (1999), 105-111.
[Er94b] Erd\H{o}s, Paul, Some problems in number theory, combinatorics and combinatorial geometry. Math. Pannon. (1994), 261-269.
No one has attempted this yet.
Erdős problem 100
→
Formal statement
Lean type
True ↔
∀ᶠ (n : ℕ) in Filter.atTop,
∀ (A : Finset (EuclideanSpace ℝ (Fin 2))),
A.card = n →
Erdos99.HasMinDist1 A →
IsMinOn (fun B => Metric.diam ↑B) {B | B.card = n ∧ Erdos99.HasMinDist1 B} A →
∃ p ∈ A, ∃ q ∈ A, ∃ r ∈ A, Erdos99.FormsEquilateralTriangle p q r
What you must prove
import FormalConjectures.ErdosProblems.«99»
import TaskSupport
namespace Bounty
theorem target : fcTypeOfName% "Erdos99.erdos_99" := 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.