Practicing the manipulation of recurrence relations, I'm stuck on this :
Defining $I(n)=\int_{0}^{\pi/2}sin^n(x)dx$, I got the recurrence relation $nI(n)=(n-1)I(n-2)$ for $n\ge2$.
Now I'm also trying to prove that $I(n) \le I(n-1)$ for all $n\ge 1$.
[I've tried by induction on the odd and even possibilities but it doesn't give anything concluent.]
and that $2n/2n+1 \le I(2n+1)/I(2n) \le 1$
The second part of the equality can be obtained easily from above but I have no idea for the first one.
Can you hint me? I've never been good with these...