So this is the question I'm stuck at:
Assume that we have a knight on the chess board on the square B1 and there is no other piece on the board. Each time the knight moves randomly on the board. Prove that the probability of the knight reaching the square B8 is 1.(The number of moves are infinite)
I know that it is possible to reach any square of the chess table by knights tour problem. And I know that starting and the ending point doesn't matters in the problem. I just don't know how to show that the probability of getting to a specific square is 1.
The pigeonhole principle guarantees that there is a square (let us call it X) on which the knight is infinite many times.
There is a fixed sequence of moves taking him from X to B8 , and we have infinite many trials , so this fixed sequence must eventually occur.