Back to Problems

conjecture3

Specification

WOWII [Conjecture 3](http://cms.dt.uh.edu/faculty/delavinae/research/wowII/) For a connected simple graph `G`, the number of leaves in a maximum spanning tree satisfies `Ls(G) ≥ gi(G) * MaxTemp(G)`, where `gi(G)` is the independent domination number and `MaxTemp(G)` is `max_v deg(v)/(n(G) - deg(v))`.

Actions

Submit a Proof

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

Submit Proof
Lean 4 Statement
theorem conjecture3 {G : SimpleGraph α} [DecidableEq α] [DecidableRel G.Adj] [Nontrivial α]
    (h_conn : G.Connected) :
    gi G * MaxTemp G ≤ Ls G
ID: WrittenOnTheWallII__GraphConjecture3__conjecture3
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.