Pascal's identity states that $\binom{n}{k}$ = $\binom{n-1}{k-1}$ + $\binom{n}{k+1}$
However, if we let k = n then according to the identity we have that $\binom{n-1}{n-1}$ + $\binom{n}{n+1}$ which is then undefined if I am correct. So must n>k for the identity to be defined?