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)$?
Lean 4 Statement
theorem erdos_1105_paths : answer(sorry) ↔
∀ (k n : ℕ), 5 ≤ k → k ≤ n →
let ℓ
Browse
All Problems
Explore all 300 unsolved conjectures.
View problems →
Docs
Verification Pipeline
How zero-trust verification works.
Read docs →
Evaluation Results
Recent Submissions
No submissions yet. Be the first to attempt this problem.