I have problem understanding second step in this proof: \begin{align} \binom n{m-1}+\binom nm&=\frac{n!}{(m-1)!(n-m+1)!}+\frac{n!}{m!(n-m)!}\\ &=\frac{n!m+n!(n-m+1)}{m!(n-m+1)!}\\ &=\frac{n!(n-m++1+m)}{m!(n-m+1)!}\\ &=\frac{n!(n+1)}{m!(n-m+1)!}\\ &=\frac{(n+1)!}{m!(n-m+1)!}=\binom{n+1}m \end{align}
Why is it not like this: \begin{align} &=\frac{n!m!(n-m)!+n!(m-1)!(n-m+1)!}{(m-1)!(n-m+1)!m!(n-m)!}\\ \end{align} But like this: \begin{align} &=\frac{n!m+n!(n-m+1)}{m!(n-m+1)!}\\ \end{align} Does it just skip some step/steps that are clear to people with more mature math skills? I am doing exercises from Serge Lang's Basic mathematics as self study. Proof in question is from here: Binomial coefficient proof for ${n\choose m-1}+{n\choose m}={n+1\choose m}$
They do skip an intermediate step or two maybe. You just have to note that $m!=m(m-1)!$ and similarly $(n-m+1)! = (n-m+1)(n-m)!$. This allows you rewrite both terms on the right in the first line to expressions which have $m!(n-m+1)!$ in the denominator.