I was basically given a Pascal Triangle formula and asked to provide an asymptotic upper bound.
I have done some work and ended with expression below
${n^k} \ge {n(n-1)^{(k-1)}}$
now I am trying to justify that LHS $\ge$ RHS is always true for all positive integer n and k
tried to use proof by induction but stuck with the second phase, can you even prove with inequality, I might be using the wrong prove, direct me with anything useful thanks