Suppose I have $X_i \sim \operatorname{Exp}\left(\beta\right)$. Then, the sample mean of these random variables has gamma distribution (source).
$$\overline{X} \sim \operatorname{Gamma}\left( n, \dfrac{\beta}{n} \right)$$
Why is this the case? I understand that the exponential distribution is a special case of the gamma distribution. How can I prove that the sample mean is distributed as such?