Let $G$ be a graph of order $n$ and size $m$ such that $\Delta(G)=n-2$ and any two non-adjacent vertices have a common neighbour. Show that $m\geq 2n-4.$
Kindly advise on my proof. Thank you.
Let $v\in G$ such that $v$ is adjacent to$ v_1,..., v_{n-2}$ and not adjacent to $u.$
Then $\sum_{g\in G} \text{deg}(g) \geq (n-2)+(n-2) = 2n-4.$
Now suppose $u$ is adjacent to $v_1,...,v_k$ and not adjacent to $v_{k+1},..., v_{n-2}.$ Then $\sum_{g\in G} \text{deg}(g)$ will increase by at least $k+k=2k.$
Given $v_i(i=k+1,..., n-2), $ by assumption in the problem, there exists $v_j(j = 1,..., k)$ such that $v_j$ is adjacent to $v_i.$ We can assume $v_1$ will be adjacent to all $v_i(i=k+1,...,n-2).$
Then $\sum_{g\in G} \text{deg}(g)$ will increase by at least $n-2-k + n-2-k = 2n-4-2k.$
Hence, $2m = \sum_{g\in G} \text{deg}(g)\geq 2n-4-2k+2k+2n -4 = 4n -8.$
Let's take a constructive approach. We're given the following:
Let $v\in V(G)$ such that $\delta(v)=n-2$. Name the adjacent vertices $v_i$ such that $i\in\{1,\dots,n-2\}$. At this point, we know $|E(G)|\geq n-2$. In addition, our choice of $v$ implies that there must exist $u\in V(G)$ such that $v\nleftrightarrow u$. However, property (4) implies that $u\leftrightarrow v_j$ for some $j\in\{1,\dots,n-2\}$. Hence, $|E(G)|\geq n-1$.
We still need to consider whether or not $u$ is adjacent to any of the other vertices $v_\ell$, where $v_\ell\in\{1,\dots,j-1,j+1,\dots,n-2\}$. Notice that there are $n-3$ elements in this set. We don't know for sure how many of these vertices are adjacent to $u$, so let's assume that $u$ is adjacent to $k$ of these vertices where $0\leq k\leq n-3$. Thus, $|E(G)|\geq n-1+k$.
There remains $(n-3-k)$ vertices in the set $\{1,\dots,j-1,j+1,\dots,n-2\}$ which are not adjacent to $u$. Once again, property $(4)$ implies that each of these vertices must then be adjacent to some vertex which is adjacent to $u$. So it must be the case that $$|E(G)|\geq (n-1+k)+(n-3-k)=2n-4$$ or equivalently $m\geq 2n-4$.