Back to Problems

epsilon_light_subset_exists

Specification

Does there exist a constant $c > 0$ so that for every graph $G$ and every $\epsilon$ between $0$ and $1$, $V$ contains an $\epsilon$-light subset $S$ of size at least $c \epsilon |V|$? Note: While no proof of this is published yet, the authors of [arxiv/2602.05192](https://arxiv.org/abs/2602.05192) announced that a proof will be released on 2026-02-13. TODO(firsching): update category and remove note when proof is published.

Actions

Submit a Proof

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

Submit Proof
Lean 4 Statement
theorem epsilon_light_subset_exists : answer(sorry) ↔
    ∃ (c : ℝ), c > 0 ∧ ∀ (n : ℕ) (G : SimpleGraph (Fin n)) (ε : ℝ),
    0 < ε → ε < 1 →
    ∃ (S : Finset (Fin n)), IsEpsilonLight G ε S ∧ (S.card : ℝ) ≥ c * ε * n
ID: Arxiv__FirstProof6__epsilon_light_subset_exists
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.