Prove/disprove:
For every $n\in \Bbb{N}$ there exists a simple graph (without loops and multiple edges) with $2n$ vertices with the degrees: $1, 1, 2, 2, > 3, 3 \dots n, n$
Is this statement true?
Please help me approach this.
Note: Degree is defined as the number of neighbors.

Here is a simple argument by induction:
Base: $n=1$: trivial: put an edge between the two vertices.
Step: Suppose you have $2n$ vertices with the desired degrees. Now add two more vertices $a$ and $b$. Attach $a$ to one of the existing ones for each different degree (that is, attach $a$ to one of the existing vertices with degree $1$, and also to one of the existing vertices with degree $2$, etc.). This means that $a$ gets connected to $n$ vertices, and thus has degree $n$, the ones that $a$ gets connected to obtain degrees $2,3,...,n+1$ respectively, and the ones $a$ does not connected to are left with degrees $1,2, ...n$. Finally, attach $a$ and $b$, so $b$ has degree $1$ and $a$ ends up with degree $n+1$. So, we have two nodes each of degrees $1,2,...n+1$, as desired to complete the inductive step.