Let G be a self-complementary graph of order $n \equiv 1$ (mod 4).
Show that G has an odd number of vertices of degree $\frac{n-1}{2} $
First we know that $n= 4k+1$ also we have an even number of odd vertices and by the fact that G is self complimentary we have an even number of paired even vertices. even + even is even the only remaining vertices are self complimentary i.e vertices of the form $4k−d =d$ since n is odd and the addition of all vertices not of this type is even there must be an odd number of vertices of this form.
Note: if we sub $n=4k+1$ into $\frac{n-1}{2} $ it yields $2k $ and $d=2k$ by above.
Really unhappy with this argument Any help in improving it or an alternative argument that's more coherent much appreciated.
Note that the total sum of the degrees of every node in any undirected graph must be even since each edge bridges two nodes.
Also note that the total number of nodes is odd. So, showing that there are an even number of nodes with degree $\neq\frac{n-1}2$ is sufficient.
This can be shown through the following argument. The maximum degree of a given node in the graph is $n-1$. So, if node $v$ has degree $d$ in the graph, it has degree $n-(d+1)$ in the complement. These degrees cannot be equal unless $d=\frac{n-1}2$. So, since the graph is self-complementary, for each node $v$ in the graph with $d\neq\frac{n-1}2$, there must exist a different node $v_2$ in the complement with degree $d$. We can pair off all of the nodes that have degree $\neq\frac{n-1}2$ as such, and since each $v_2\in$ the original graph, we have shown that all such nodes must be even.
So we are done.