Back to Problems

erdos_1105_paths

Specification

For $n \geq k \geq 5$, let $\ell = \lfloor(k-1)/2\rfloor$ and $\epsilon = 1$ if $k$ odd, else $2$. Is $\mathrm{AR}(n, P_k) = \max\left(\binom{k-2}{2}+1,\; \binom{\ell-1}{2}+(\ell-1)(n-\ell+1)+\epsilon\right)$?

Actions

Submit a Proof

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

Submit Proof
Lean 4 Statement
theorem erdos_1105_paths : answer(sorry) ↔
    ∀ (k n : ℕ), 5 ≤ k → k ≤ n →
    let ℓ
ID: ErdosProblems__1105__erdos_1105_paths
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.