I'm struggling to find a proof for this proposition from chromatic graph theory by bundy.
Let be $S$ a set of positive integers, with maximum element $n$. There exists a graph $G$ on $n+1$ vertices such that:
- For each vertex $u\in V(G)$, we have that $d(u)\in S$
- For all $k\in S$ there exists a vertex $v\in V(G)$ such that $d(v)=k$
What I try is using induction in the cardinality of $S = n$, for $n =1$ we have the complete graph, and when $n=2$, we if we have $m_1$, $m_2$ if $m_1$ is less than $m_2$, we can make the complete in $m_1$ vertex and then combine with $m_2- m_1 + 1$ vertex using the product between graphs, but when I try to make the inductive step I get stuck, I try removing $n$, and decrease all elements 1 degree if I have 1 in $S$ it's easy just add the vertex who are going to need since we don't know if the second bigger element is $n - 1$. But if 1 is not in $S$ I don't know how to proceed. Is this the right approach? I would prefer a hint, or a suggestion on another approach
As far as I can tell, it's possible to modify your attempts to work in each case. As requested...
Hints:
There's two ways of applying induction: deleting $n$ from $S$, and subtracting $1$ from everything in $S$. They work in different cases.
When $n-1 \not\in S$, try replacing $S$ with $S \cup \{n-1\}$.
But for those who don't want hints... we induct on $n=|S|$. Base cases: it's true when $n=1$, realized by $K_2$, and when $n=2$ realized by $K_3$ and $K_3$ minus an edge. Now assume $n \geq 3$.
Case I: $1 \in S$ and $n-1 \in S$.
Case II: $1 \in S$ and $n-1 \not\in S$.
Case III: $1 \not\in S$.
And I note that in all three cases the modified $S$ is non-empty, so has a maximum element.