I'm unsure as to how to go about continuing this proof. I have to prove that for an undirected graph $G = (V,E)$ where $n = |V|$ and $n$ is even, that the graph is connected for all $n \ge 2$, if every vertex in $V$ has degree $ \ge \frac{n}{2}$.
I'm trying to do this proof by induction with n = 2 as the base case as shown below:
Base case:
n = 2
O----------O
Each of the two vertices have degree 1, which is ≥ n/2.
The graph is connected.
Now I'm unsure how to go about with the rest. Any help would be greatly appreciated!