Prove that for positive integers $a_1,\dots,a_k$ (where $k\geq 1)$ are such that $a_1+\cdots+a_k < n$ , then $a_1!\cdots a_k! < n!$.
So far, i've tried adding the condition that suppose they were also in increasing order. I've thought about using induction to prove it, but it seems like this is not the right approach to go about this. Without induction, I am struggling to somehow use the fact that:
$$a_1+\cdots+a_k < n \implies (a_1+\cdots+a_k)! < n! $$ and relate $\displaystyle \left(\sum a_i\right)!$ to $\displaystyle \prod a_i!$. How does one proceed?
Hint: $2!\times 3!=(1\times 2)\times (1\times 2\times 3)\lt (1\times 2)\times (3\times 4\times 5)$