Find the maximum and minimum of the following products :
$A)$ $\prod_{k=0}^{n-1}(1-\frac{1}{n-1+k})$
$B)$ $\prod_{k=0}^{n-1}(1-\frac{1}{n+1-k})$
My idea is :
$n-1+k>k$ then : $\frac{1}{n-1+k}<\frac{1}{k}$
We obtain :
$\prod_{k=0}^{n-1}(1-\frac{1}{k})$
But I don't have ideas to complete my work , and is my attempt correct ?
Hint: Prove by induction that $$\prod_{k=0}^{n-1}1-\frac{1}{n-1+k}=\frac{n-2}{2 (n-1)}$$