How do I prove the following statement.
Let $G = (V,E)$ be a graph. Prove that if $δ(G) \ge \frac{|V|}2$, then $\operatorname{diam}(G) \le 2$
I believe $\delta$ is minimum degree of any vertex in $G$ and diam is the largest shortest path.
I thought that I would try to prove this statement by contradiction, assume $δ(G) < |V|/2$. But then I'm stuck because I don't understand how to reach a contradiction in this case to prove the original statement true. Do I attempt to plug in a value for $δ(G)$ such that my assumed expression holds and then try drawing figures that don't represent my assumption to prove a contradiction or is there something else I'm missing?
It's probably easiest to do this directly.
Assume $\delta(G) \geq \frac{|V|}{2}$ and pick two vertices that aren't adjacent. What would you need to prove about the neighbourhoods (the sets of vertices adjacent to them) to guarantee that they're distance $2$ apart?