An infinite $d$-regular tree is a graph where every vertex has degree $d$ and there are no cycles. Suppose we define a standard random walk $X_n$ on such a tree. Is the claim that $X_n$ is transient for $d \ge 3$ true? If so, how can I prove that?
I do know for a fact that random walks are transient on $\mathbb{Z}^d$ with $d \ge 3$. Can we use this somehow to prove the claim?
The claim is true. The proof is similar to the proof for Z^d. The key idea is that on an infinite regular tree, there are many paths that diverge from the current location of the walk. This means the walk can "get lost" and move far away from the origin, leading to transience. To make this precise, consider the following:
Let d_n be the distance from the origin after n steps. For any n, there are at least d choices for the (n+1)st step that increase d_n. By the branching property, this will be true no matter where the walk is, so d_n will tend to infinity almost surely.
So you can mimic the proof for Z^d by showing that the walk can always increase its distance from the origin, leading to transience. The branching property of the tree is what enables this, analogous to the many neighboring sites available on Z^d. Hope this helps!