$Q$ is a function from $\mathbb N$ to itself, $Q(n)-Q(n-1)=T(n)$ where $T$ is some polynomial of degree $k$. Prove that $Q$ is a polynomial of degree $k+1$.
I've been given the above problem in an "elementary mathematics" course problem set. I've shown that $Q(n)=T(n)+T(n-1)+...T(1)+Q(0)$ (I'm including $0$ in the naturals) but that doesn't seem to clarify things. I know I can construct a polynomial $P$ of degree $k+1$ such that $P(n)=Q(n)$ for $0\leq n \leq k+1$ but I couldn't show that it is equal for all other numbers. Other than those attempts I don't know how to proceed, I can't think up other ways to show that a function is a polynomial other than explicitly constructing one that fits. Help would be appreciated.