I am reading a book where the following reduction is performed, but it's not explained exactly what is going on. I'm sorry if this is a dumb question, but I simply don't get how we are deriving the second line from the first line. Can anyone help me?

ok the reasoning goes as follows, whatever $S^3$ is, we know that $$ S^3\ge n*n*n*(n-3)*(n-3)*(n-3)\dots $$ but we also know that $n>(n-1),n>(n-2)$ and $(n-3)>(n-4),(n-3)>(n-5)$ and therefore we just plug in and get the following inequality $$ S^3\ge n*n*n*(n-3)*(n-3)*(n-3)\dots \ge n*(n-1)(n-2)*(n-3)(n-4)(n-5)\dots=n! $$ and thats it.
bests