Back to Problems

erdos_680.variant

Specification

Can one prove this is false if we replace $k^2+1$ by $e^{(1+\epsilon)\sqrt{k}}+C_\epsilon$, for all $\epsilon>0$, where $C_\epsilon>0$ is some constant?

Actions

Submit a Proof

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

Submit Proof
Lean 4 Statement
theorem erdos_680.variant : answer(sorry) ↔ ∀ ε > 0, ∃ C > 0,
    ¬ ∀ᶠ (n : ℕ) in Filter.atTop, ∃ k ≠ 0,
    Nat.minFac (n + k) > exp ((1 + ε) * √k) + C
ID: ErdosProblems__680__erdos_680.variant
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.