In positive integer range,
I want to prove that Catalan(n) is always the same or smaller than Factorial(n) by using mathematical induction.
In positive integer range,
I want to prove that Catalan(n) is always the same or smaller than Factorial(n) by using mathematical induction.
Hint (using your comment above): Note that $3!=3\cdot 2!=2!+2!+2!$. This can be compared directly, term-for-term, with your expression for $C(3)$ (using that $C(2)\leq 2!$, $C(1)\leq 1!$ and $C(0)\leq 0!$).
If you use (strong) induction, set up a similar relation for general $n$, and compare term-by-term, you can conclude.