I'm trying to prove all binomial coefficients are natural numbers by induction. From another part of the question it is given that ${n \choose k} = {n-1 \choose k-1} + {n-1 \choose k}$
Can I add 1 to n and say ${n + 1 \choose k} = {n \choose k-1} + {n \choose k}$
I should mention that $n$ is a natural number.
Is that a valid operation? I only ask this because for induction I want to prove if ${n \choose k}$ is a natural number then so is ${n+1 \choose k}$.
That depends on what you are given. If you are given that formula for all $n\geqslant 1$, then yes, in that case you are just basically plugging in $n=t+1$ and then renaming $t$ to $n$. If you are given that equality for a fixed $n$ (which is more likely in a proof by induction), then no, you can't perform such operations. Basically, just check whether $n$ is a free variable or some fixed number beforehand.