Consider the following two problems:
A bug is sitting on vertex $A$ of a regular tetrahedron. At the start of each minute, he randomly chooses one of the edges at the vertex he is currently sitting on and crawls along that edge to the adjacent vertex. It takes him one minute to crawl to the next vertex, at which point he chooses another edge (at random) and starts crawling again. What is the probability that, after 6 minutes, he is back at vertex $A$?
Same as 1., except the bug is crawling along the edges of a cube.
We can compute the probability of both to find that they are both $\frac{61}{243}$, which probably implies there exists an isomorphism between the paths on the cube and the tetrahedron.
However, I don't quite see what or how the morphism can be built, because there are $4$ states for where the bug can be on the cube, while there are only $2$ states for where the bug can be on the tetrahedron.
I am not necessarily asking for a fully rigorous argument, some solid intuition (preferably geometric) will be accepted as well. (Of course, a rigorous argument will be accepted.)
A handwaving intuitive argument is that in both cases
each move involves $3$ equally likely choices leaving a vertex
so after after $6$ moves there are $3^6=729$ paths,
to a total of four possible places the bug can be (there is a parity restriction on the cube but not the tetrahedron),
roughly equally likely so about $182.25$ paths each, though the number of paths to each point must each be an integer.
Three of the places are exactly equally likely by symmetry, so presumably have $182$ paths each,
and the remaining place (which is vertex $A$ on the tetrahedron and vertex $A$ onm the cube after an even number of moves) is as close as possible to that namely $183$ paths or a probability of $\frac{183}{729}= \frac{61}{243}$.
The same intuitive argument would say that after five moves, the probability of being at vertex $A$ on the tetrahedron or oppositive vertex $A$ on the cube would be $\frac{60}{243}$.