I'm trying to prove Pascal's identity, no luck so far. I have an answer which seem to include some unexplained shifts that I don't get.
What needs to be proved:
$$ \binom{n}{k} + \binom{n}{k+1} = \binom{n+1}{k+1}$$
This shift is not clear to me: $$\binom{n}{k}+\binom{n}{k+1}=\frac{n!}{k!(n-k)!}+\frac{n!}{(k+1)!(n-k-1)!}$$ $$=\bbox[10pt,border:5px solid blue]{\frac{n!}{k!(n+1-(k+1))!}+\frac{n!(n-k)}{(k+1)!(n+1-(k+1))!}}$$
Rather than using the factorial definition within this argument, consider a more combinatorial argument, perhaps.
Given a set $S$ of order $n+1$, $\binom{n+1}{k+1}$ is the number of subsets of $S$ of order $k+1$. Fix one element of the set, $a \in S$. We have two disjoint and exhaustive possibilities here:
Since these choices are disjoint and exhaustive, we can apply the elementary counting principle, the addition rule (aka the rule of sum), and the result follows.