I have been tasked with proving that $(n!)^{\frac{1}{n}} < ((n+1)!)^{\frac{1}{n+1}}$ for every integer $n \geq 1$. My instinct is to use induction, but I have gotten stuck.
Base Case - $n=1$: $(1!)^{\frac{1}{1}} < ((1+1)!)^{\frac{1}{1+1}} \rightarrow 1 < 2^{\frac{1}{2}}$, which is of course true.
Inductive Hypothesis - $((n-1)!)^{\frac{1}{n-1}} < (n!)^{\frac{1}{n}}$
Inductive Proof - WTS $(n!)^{\frac{1}{n}} < ((n+1)!)^{\frac{1}{n+1}}$
I am trying to go about this by expanding $((n+1)!)^{\frac{1}{n+1}}$ to show that it must be greater than $(n!)^{\frac{1}{n}}$. Is this correct? It is where I have gotten stuck.
$((n+1)!)^{\frac{1}{n+1}}=((n+1)(n!))^{\frac{1}{n+1}} = (n+1)^{\frac{1}{n+1}} * (n!)^{\frac{1}{n+1}}$
I don't know where to go from here, or how to use my IH in this proof. I considered making my IH $(n!)^{\frac{1}{n}} < ((n+1)!)^{\frac{1}{n+1}}$, and trying to prove $((n+1)!)^{\frac{1}{n+1}} < ((n+2)!)^{\frac{1}{n+2}}$, but I got just as stuck in the proof.
No need to use induction.
$$(n!)^{\frac{1}{n}}<((n+1)!)^{\frac{1}{n+1}}\impliedby n!<((n+1)!)^{\frac{n}{n+1}}\impliedby (n!)^{n+1}<((n+1)!)^n$$
The last inequality holds since for all $1\le i\le n$ and $i\in \mathbb{N}$ we have $i<(n+1)$.