I'm having some difficulty proving a few inequalities with factorials, and I was hoping someone could point me in the right direction.
The first one is for $k\in\mathbb{N}$ and $0\leq t\leq 1$, that $(k+t)(k+t-1)\cdots(1+t)\leq(k+1)!$. My "proof" so far for this one is since $k+t\leq k+1, k+t-1\leq k, \dots 1+t\leq 2$, it shows that inequality.
Another is that for $n\in\mathbb{N}, k=0,\dots,n-1$ and $0\leq t\leq1$, $(2-t)\cdots(n-k-t)\leq(n-k)!$. This one I am struggling with as I'm not sure what the "$\dots$" means here, ie. what is between those terms.
The final one is for the same $n$ and $k$ as above that $(k+1)!(n-k)!\leq n!$.
Your proof of the first one is correct.
The $\ldots$ in the second one means $(2-t)(3-t)(4-t) \ldots (n - (k-1) - t)(n - k - t)$, and the method to prove it is very similar to the first one... good luck!
@Peter's comment explains a method to solve the final one, if you're also stuck on that:
$$ (k+1)! (n-k)! \leq n! \implies (k+1)! \leq {n \choose k} $$