I am reading Elementary Number Theory 7th Edition from David Burton. (See here.) On page 8 he sets about to prove Pascal's Rule
$$\binom{n}{k} + \binom{n}{k - 1} = \binom{n+1}{k}$$
But then he says
Its proof consists of multiplying the identity
$$\frac{1}{k} + \frac{1}{n-k+1}=\frac{n+1}{k(n-k+1)}\tag{1}$$
by
$$\frac{n!}{(k-1)!(n-k)!}\tag{2}$$
to obtain $$ \frac{n!}{k(k-1)!(n-k)!}+\frac{n!}{(k-1)!(n-k+1)(n-k)!} =\frac{(n+1)n!}{k(k-1)!(n-k+1)(n-k)!} $$
which can then be rearranged into the factorial version of Pascal's Rule. Fine, but where did the "identity" expressions and the expression to multiply it by ($(1)$ and $(2)$) come from? Also, how is this a proof?