Back to Problems

erdos_szekeres_strengthening

Specification

Erdős and Szekeres conjectured that, apart from a finite exceptional set of triples `(n, i, j)`, one can always take `p > i` in the prime divisor statement.

Actions

Submit a Proof

Have a proof attempt? Submit it for zero-trust verification.

Submit Proof
Lean 4 Statement
theorem erdos_szekeres_strengthening : answer(sorry) ↔
    ∃ E : Finset (ℕ × ℕ × ℕ), ∀ n i j : ℕ,
      1 ≤ i →
      i < j →
      j ≤ n / 2 →
      (n, i, j) ∉ E →
      ∃ p : ℕ, p.Prime ∧ i < p ∧ p ∣ Nat.gcd (Nat.choose n i) (Nat.choose n j)
ID: ErdosProblems__699__erdos_szekeres_strengthening
Browse 300 unsolved math conjectures formalized in Lean 4
Browse

All Problems

Explore all 300 unsolved conjectures.

View problems →
ASI Prize documentation for formal verification pipeline
Docs

Verification Pipeline

How zero-trust verification works.

Read docs →
Evaluation Results

Recent Submissions

No submissions yet. Be the first to attempt this problem.