Prove by induction that $ (V^nx)(t) =\int_{0}^{t} \frac{(t-s)^{n-1}}{(n-1)!}x(s)ds $ Use this result to solve for f the integral equation $f(t) = sin t + \int_{0}^{t} f(s)ds$ where V is the $Volterra$ $operator$ on $L^2(0,1)$ $$(Vx)(t) = \int_{0}^{t} x(s)ds, 0\leq t\leq 1$$
I did the base case but I'm not sure how to proceed for the induction step:
For the case $n=1$: $$(V^1x)(t) =\int_{0}^{t} \frac{(t-s)^{1-1}}{(1-1)!}x(s)ds = \int_{0}^{t} x(s)ds$$
Assume that $ (V^nx)(t) =\int_{0}^{t} \frac{(t-s)^{n-1}}{(n-1)!}x(s)ds $ is true for $n=k$. We must now prove that it is true for $n=k+1$.