Prove by induction on n the following statement $$~∀~n ∈ Z \ge 0 ~~(~ ∃~x,~y ∈ Z~\ge 0~~ ( n = 0.5 ( x + y ) ( x + y + 1 ) + y ))~$$
I've managed to prove the base case of $~P(0)~$. However I'm stuck on the inductive cases. I've tried directly going to $~P(n+1)~$ but then I'll be stuck with
$$n + 1 = ( x + y ) ( x + y + 1 ) + y + 1$$