Let $G$ and $H$ be two self complimentary graphs with with disjoint vertex sets, where H has even order n. Let F be the graph obtained from $G \cup H$ by joining each vertex in G to every vertex of degree less than $\frac{n}{2}$ in $H$. Show that $G \cup H$ is selfcomplimentary.
My Attemp at proof so far: We consider $\overline{G \cup H}$, to do so we consider $G$ and $H$ seperately. Since $G \cong \overline{G}$
and $H \cong \overline{H}$ we know that each connected component is self complementary and so we must now consider the connections between the 2 components. We know that a self complimentary graph has exactly $\frac{1}{2}\binom{n}{2}$ edges, with exactly $\frac{n}{2}$ vertices above and below degree $\frac{n}{2}$. This implies that there is exactly the same number of connecctions between $G$ and $H$ as there are between $\overline{G}$ and $\overline{H}$.
From here i'm not completely certain where to go, any help is appreciated!