It is known that for a graph $G$ of order $n$ if $deg(u) + deg(v) \geq n-1$ then $G$ is connected and diameter is less than or equal to two, for every non adjacent vertices $u$ and $v$.
I was wondering if the reverse is true? If given that $G$ is a connected graph with eccentricity of every vertex as two (obviously diameter is two here), then can we conclude that $deg(u) + deg(v) \geq n-1$ for arbitrary non adjacent vertices $u$ and $v$ in $G$?
Nope: take a Star with $n-1$ leaves. It has diameter two but every two leaves have degree sum two.