I'm trying to prove that
$$\sum_{k=0}^n {n \choose k} (-1)^k \frac{1}{k+1} = \frac{1}{n+1}$$
So far I've tried induction (which doesn't really work at all), using well known facts such as
$$\sum_{k=0}^n {n \choose k} (-1)^k = 0$$
and trying to apply identities like
$${n \choose k} = {n-1 \choose k-1} + {n-1 \choose k}$$
Would anyone be able to point me towards the right method? Should I be looking to apply an identity or is there a method I'm missing?