Written on the Wall II - Conjecture 146 #
Reference: E. DeLaVina, Written on the Wall II, Conjectures of Graffiti.pc
Definitions #
The square of a graph $G$, denoted $G^2$, is the graph on the same vertex set where two distinct vertices are adjacent if and only if their distance in $G$ is at most $2$.
The radius of $G^2$ is the minimum eccentricity of any vertex in $G^2$, i.e., $$\mathrm{rad}(G^2) = \min_{v \in V} \max_{u \in V} \mathrm{dist}_{G^2}(u, v).$$
The radius of $G^2$ (the graph square): the minimum eccentricity over all vertices
of graphSquare G.
Instances For
WOWII Conjecture 146
For a simple connected graph $G$,
$\mathrm{tree}(G) \ge 2 \cdot \mathrm{ecc}(B) / \mathrm{rad}(G^2)$
where $\mathrm{tree}(G)$ is the number of vertices in a largest induced subtree,
$\mathrm{ecc}(B)$ is the eccentricity of the boundary vertices of $G$ (eccSet
and maxEccentricityVertices), and $\mathrm{rad}(G^2)$ is the radius of the square
graph of $G$.
We state the inequality in the form $\mathrm{tree}(G) \cdot \mathrm{rad}(G^2) \ge 2 \cdot \mathrm{ecc}(B)$ to avoid division.