in a homework sheet studying bond-percolation on the Bethe lattice, a function $g(r)$ is introduced as "the probability of finding two nodes separated by a distance $r$ on the same cluster".
Now just to see if I get this definition right, for the simple one-dimensional case (Bethe lattice with coordination number 2), would this mean that $$g(r) = p^r$$ if $p$ is the probability that a given bond exists, or would it be $$g(r) = 2p^r - p^{2r}$$ The former would mean: Given two nodes of distance $r$, what's the probability that they are connected, whereas the other would mean: Given one node, what's the probability that it's connected to some node a distance $r$ away. And since in the one-dimensional case there are 2 nodes of distance $r$, we get add the probability for having a bond to each of them and then subtract the joint probability...
I'm mainly asking because it will change the answer for the percolation threshold at coordination numbers larger than $2$. If the former definition is correct, I'd guess the correlation function would still be $p^r$ since there's exactly one path between two nodes. Whereas for the latter definition, I'd get something like $$g(r) = 1 - (1-p^r)^{N(r)}$$ where $N(r)$ counts how many nodes exist a distance $r$ away from a chosen "center" node, which is $N(r) = z(z-1)^{n-1}$ if $z$ is the coordination number.