[step:Differentiate the unbiasedness condition to obtain a covariance identity]Define the score vector $S(X, \theta) = \nabla_\theta \log f(X, \theta) \in \mathbb{R}^p$. By the regularity assumption (interchange of differentiation and integration), for each $j \in \{1, \ldots, p\}$,
\begin{align*}
\frac{\partial}{\partial \theta_j} \mathbb{E}_\theta[\tilde{\Phi}(X)] = \frac{\partial}{\partial \theta_j} \int_{\mathcal{X}} \tilde{\Phi}(x) f(x, \theta) \, d\mu(x) = \int_{\mathcal{X}} \tilde{\Phi}(x) \frac{\partial}{\partial \theta_j} f(x, \theta) \, d\mu(x).
\end{align*}
Writing $\frac{\partial}{\partial \theta_j} f(x, \theta) = f(x, \theta) \cdot \frac{\partial}{\partial \theta_j} \log f(x, \theta) = f(x, \theta) \cdot S_j(x, \theta)$, the right-hand side becomes $\mathbb{E}_\theta[\tilde{\Phi}(X) S_j(X, \theta)]$. Since $\tilde{\Phi}$ is unbiased, $\mathbb{E}_\theta[\tilde{\Phi}(X)] = \Phi(\theta)$, so the left-hand side is $\frac{\partial \Phi}{\partial \theta_j}(\theta)$. Since $\mathbb{E}_\theta[S_j(X, \theta)] = 0$ (the [Score Has Zero Expectation](/theorems/1839)), we obtain the covariance identity
\begin{align*}
\operatorname{Cov}_\theta(\tilde{\Phi}(X), S_j(X, \theta)) = \frac{\partial \Phi}{\partial \theta_j}(\theta), \quad j = 1, \ldots, p.
\end{align*}
In vector form, $\operatorname{Cov}_\theta(\tilde{\Phi}, S) = \nabla_\theta \Phi(\theta) \in \mathbb{R}^p$.[/step]