Back to Problems

erdos_277

Specification

Is it true that, for every $c$, there exists an $n$ such that $\sigma(n)>cn$ but there is no covering system whose moduli all divide $n$? This was answered affirmatively by Haight [Ha79].

Actions

Submit a Proof

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

Submit Proof
Lean 4 Statement
theorem erdos_277 :
   answer(True) ↔ ∀ c : ℝ, ∃ n : ℕ, (sigma 1 n : ℝ) > c * n ∧
      ¬ ∃ (S : Finset (ℤ × ℕ)),
      (∀ z : ℤ, ∃ s ∈ S, z ≡ s.1 [ZMOD s.2]) ∧
      (∀ s ∈ S, s.2 ∣ n ∧ 1 < s.2)
ID: ErdosProblems__277__erdos_277
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.