I'm still trying to figure out definitions and properties of random walks on $\mathbb Z^d$. My goal is to work up to understanding some large deviation principles for the local times of such random walks, but I'm having quite some trouble with the basics.
Let $(X_t)_{t\geq0}$ be a simple random walk on $\mathbb Z^d$ in continuous time. So the process starts in some point $x \in \mathbb Z^d$ at time $0$ and after a waiting time (exponentially distributed with parameter $1$) it jumps to each of its $2d$ neighbours with equal probability. $\mathbb P_x$ and $\mathbb E_x$ denote probability and expectation assuming the random walk starts in $X_0=x\in \mathbb Z^d$ at time $t=0$.
Next, the generator of a random walk is introduced as an operator on the space $\mathbb R^{\mathbb Z^d}$ of functions from $\mathbb Z^d$ to $\mathbb R$:
$$\Delta f(x) = \sum_{y:\ |x-y|=1} \left[f(y)-f(x)\right]$$ for $x \in \mathbb Z^d$ and $f \in \mathbb R^{\mathbb Z^d}$.
Not to mention that I don't understand meaning and significance of this operator, my main problem right now is that I don't understand why this equality holds:
$$\Delta f(x) = \left. \frac{\partial}{\partial t} \right|_{t=0} \mathbb E_x \left[f(X_t) \right]$$ for all $x \in \mathbb Z^d$ and all bounded functions $f: \mathbb Z^d \rightarrow \mathbb R$.
I'm stuck with the integral
$$\mathbb E_x \left[f(X_t) \right] = \int f(X_t)\ \mathrm d\mathbb P_x = \int_{\mathbb Z^d} f\ \mathrm d\mathbb P_x \circ X_t^{-1}.$$
Basically this is just an integral over a discrete space, i.e. a sum, and I should be able to evaluate this as the distribution $\mathbb P_x \circ X_t^{-1}$ of $X_t$ is known, but I'm having trouble to do the calculation.
Can someone drop me a hint how to start?