Written on the Wall II - Conjecture 100
WOWII Conjecture 100 (status O):
For a simple connected graph G,
α(G) ≤ ⌈(max_v l(v) + 0.5 · diam(Gᶜ)) / 2⌉
where α(G) = G.indepNum is the independence number,
max_v l(v) is the maximum over all vertices of the independence number of
the neighbourhood (in G), and diam(Gᶜ) is the diameter of the
complement Gᶜ.
Note:* length(Ḡ) in DeLaVina's original is interpreted here as the
diameter of the complement. The hypothesis hGc : Gᶜ.Connected is added so
that diam(Gᶜ) is finite (otherwise Gᶜ.ediam = ⊤ and
Gᶜ.ediam.toNat collapses silently to 0); see the module
docstring above.