The Statement of the Problem:
For a Poisson model $\{\text{Pois}(\lambda): \lambda \in (0, \infty) \}$ show that the sample mean $\overline X$ is an unbiased estimator of $\lambda$.
What I Did:
I know this is really basic, but I just want to make sure I went about it correctly. It's basically just applying definitions with no real need for "cleverness," but I'm not too confident in this stuff. So if the rigor is inadequate, or the steps unclear, or it's just plain wrong, please let me know.
So, in general, I want to show the following:
$$ E[\hat \theta]=\theta. $$
In this case, I want to show the following:
$$ E[\overline X]=\lambda. $$
Right? Ok, here I go:
$$ E[ \overline X] = E\left[\frac{1}{n} \sum_{i=1}^n X_i \right] = \frac{1}{n} \cdot E\left[\sum_{i=1}^n X_i \right] = \frac{1}{n}\left[\sum_{i=1}^n \lambda_i \right]= \frac{1}{n} \cdot n\lambda = \lambda.$$
Q.E.D.
That's it, right?