Let $W_1, W_2, \dots $ be i.i.d. exponential $(\lambda )$ variables. For each $n$, find the distribution of $T_n = W_1 + W_2 + \cdots + W_n$
I know how to deal with two i.i.d random exponential variables. Namely, I know that for two independent exponential random variables $X$ and $Y$ and $S$ = $X+Y$, I can use the discrete convolution formula to write:
$P(S=s) = \sum_{all x} P(X=x, Y=s-x)$. My problem is I do not know how to expand this to $n$ variables to answer my problem
Edit: I think this could be an induction problem:
For $T_1$ the distribution is just $W_1$, or the exponential distribution function.
For $T_2$ the distribution is $T_1 + W_2$, which would be the addition of two exponential distribution functions.
For $T_n$ then, the distribution is $T_{n-1} + W_n$ or the sume of $n$ exponential distribution functions.
Does this make sense and is this correct? How would I correctly set up the induction?