I need to prove the following statement (Pascals Identity) on binomial coefficients using mathematical induction only
$$\binom{n}{r} = \binom{n-1}{r}+\binom{n-1}{r-1}$$
My doubt is
Whether I need to prove the following two statements or only the first one?
$$\binom{n+1}{r} = \binom{n}{r}+\binom{n}{r-1}$$
$$\binom{n}{r+1} = \binom{n-1}{r+1}+\binom{n-1}{r}$$