Documentation

FormalConjectures.WrittenOnTheWallII.GraphConjecture58

Written on the Wall II - Conjecture 58 #

Reference: E. DeLaVina, Written on the Wall II, Conjectures of Graffiti.pc

Counterexample #

The conjecture is false. A counterexample is given by taking $K_{3,3}$ (with bipartition $\{0,1,2\}$, $\{3,4,5\}$) and $K_{73}$ (on vertices $\{6,\ldots,78\}$), then adding edges between vertex $0$ and every vertex of $K_{73}$.

This graph $G$ has $n = 79$ vertices and satisfies:

WOWII Conjecture 58

For a connected graph G, the size f(G) of a largest induced forest satisfies f(G) ≥ ceil( b(G) / average l(v) ) where b(G) is the largest induced bipartite subgraph and l(v) is the independence number of G.neighborSet v.

This conjecture is false. A counterexample is the graph described in the module docstring above: a $K_{3,3}$ joined to a $K_{73}$ via vertex $0$, giving $\lceil b/l_{\mathrm{avg}} \rceil \ge 7 > 6 \ge f(G)$.

The counterexample has been found by Moritz Firsching and Goran Žužić using an experimental pipeline.