The following question is from Introduction to Probability by Joe Blitzstein and Jessica Hwang:
Let $X_1, \cdots , X_n$ be i.i.d. r.v.s with mean $\mu$ and variance $\sigma^2$, and $n \geq 2$. A bootstrap sample of $X_1, \cdots , X_n$ is a sample of $n$ r.v.s $X_1^{\ast}, \cdots, X_n^{\ast}$ formed from the $X_j$ by sampling with replacement with equal probabilities. Let $\overline{X_n}^{\ast}$ denote the sample mean of the bootstrap sample: $$\overline{X_n}^{\ast} = \frac{1}{n} (X_1^{\ast}, \cdots, X_n^{\ast})$$
(a) Calculate E($X_j^{\ast}$) and Var($X_j^{\ast}$) for each $j$.
(b) Calculate E($\overline{X_n}^{\ast}|X_1, \cdots , X_n$) and Var($\overline{X_n}^{\ast}|X_1, \cdots , X_n$). Hint: Conditional on $X_1, \cdots , X_n$, the $X_j^{\ast}$ are independent, with a PMF that puts probability $\frac{1}{n}$ at each of the points $X_1, \cdots , X_n$. As a check, your answers should be random variables that are functions of $X_1, \cdots , X_n$.
(c) Calculate E($\overline{X_n}^{\ast}$) and Var($\overline{X_n}^{\ast}$).
(d) Explain intuitively why Var($\overline{X_n}$) < Var($\overline{X_n}^{\ast}$).
I thought that for part (a), the mean and variance of each bootstrap sample would be the same as the mean and variance of each i.i.d, which would be $\mu$ and $\sigma^2$ respectively. However, I have seen some answers that use Adam's Law and Eve's Law, which confuses me as I'm not sure why there is a need to condition on the original r.v.s.
Similarly, for part (b), I don't understand how the expectation and variance will be a function of the random variables $X_1, \cdots, X_n$, which in turn would make part (c) clearly to apply Adam's Law and Eve's Law to the answer of part (b).