1
$\begingroup$

Imagine I were to toss a coin, so that

  1. if it is tails, I will toss again.
  2. if it is heads, I stop the game.

It is clear that if I would to play the game forever the probability of me tossing tails over and over again tends to $0$, because $\lim\limits_{n \rightarrow \infty}{\frac{1}{2^{n}}} = 0$ and therefore the game terminates. My question is if it would still be correct to say that the game terminates after a finite number of tosses, for the reason that after a finite number of tosses the probability still gets smaller than every $\epsilon>0$ (if i get it right). This is just confusing me for a while now and I would appreciate a detailed explanation.
Thx in advance!

  • 0
    You cannot say "The game terminates in a finite number of moves" because you cannot define an *upper bound* on the number of moves the game must end in. Hence, the statement is incorrect. However, what you can say is that it is more likely that the game will end in a small number of moves rather than a large number, and the game is almost surely not going to go on infinitely.2017-01-31
  • 0
    You can also say *the expected number of flips* to reach a game end is finite.2017-01-31
  • 0
    There is special jargon for this type of situation. We say that the game terminates "with probability 1".2017-01-31

2 Answers 2

2

You are correct that when the game terminates it does so in a finite number of steps. Now, is it possible that the game does not terminate? Sure, there is no reason to assume that you will always end up getting a Head.

However, the probability of the game not terminating is the probability of an infinite sequence of Tails, i.e.... zero.

Such is life with probability. There can be events that are possible (not impossible) but still have zero probability (for continuous random variables, many values are possible but usually all have zero probability).

Note that in practice you cannot perform this experiment: whatever resources you may have (millions of people tossing billions of coins for many many years) you are not guaranteed to ever get a Head. The above therefore relates to a thought experiment that is allowed to go on "forever".

1

How about the followings? The probability that the game will terminate after N tosses = 1 - probability that the game doesn't terminate after N tosses = $$ 1 - \frac{1}{2^{N}}$$

If you define $\epsilon$ be the upper bound of the probability, $$ 1 - \frac{1}{2^{N}} < \epsilon$$ $$ 2^{N} < \frac{1}{1 - \epsilon}$$ $$ N < -\frac{\ln(1 - \epsilon)}{\ln2}$$

So if there are N tosses and $ N < -\frac{\ln(1 - \epsilon)}{\ln2}$, the probability of the game terminating is less than $\epsilon$. As $N \rightarrow \infty, \epsilon \rightarrow 1.$