Problem:
For a graph $G$ with vertices $u_1, u_2, . . . , u_n,$ the sequence $(deg(u_1), deg(u_2), . . . , deg(u_n))$ is called the degree sequence of $G$. Show that a sequence $(d_1, d_2, . . . , d_n)$ of non-negative integers is a degree sequence of a (not necessarily simple) graph if and only if $\sum_i^{n}d_i$ is even.. (Hint: use induction on $n$.) I wish to solve the backwards direction.
My idea is to take a subset of the graph with $n$ elements that sums to an even number and then use the induction hypothesis on this subgraph, and then treat the $n+1$'th element not in this subgraph with a number of loops since it must have even degree.
Attempt:
If I have a graph of only $1$ vertex, and its degree is even say $2m$ for some $m \in \Bbb N$ then I can construct a graph with one vertex and $m$ loops.
Now suppose that a degree sequence $\sum_i^{n}d_i$ is even and that we can construct a graph with this degree sequence, then if $\sum_{i}^{n+1}d_{i} =2j$ for some $j \in \Bbb N$, then how can I show that there must be a graph that satisfies this degree sequence using the induction hypothesis?