Suppose one flips a coin $N$ times, and every single time it comes out heads (H). For some sufficiently large $N = N_0$ (10?, 20?, 100?), even someone who knows nothing of probability theory would reach the conclusion that the coin is not fair1.
For the sake of this question, let's say that $N_0 = 20$.
Suppose that one wanted to use probability theory to justify the conclusion that the coin is not fair. How would one do it?
The argument I am familiar with goes something like this: the probability of getting $N_0 = 20$ heads out of $N_0 = 20$ flips of a fair coin is $(\frac{1}{2})^{N_0} = (\frac{1}{2})^{20} = 9.5\times 10^{-7}$. In other words, this result is too improbable, and therefore, we conclude that the coin must not be fair.
One problem with this argument, at least the way I worded it, is that it would apply to any sequence of 20 coin flips. For example, if the sequence of result had been the very respectable-looking HHTTHTTTHTHHTTTHTHTT instead, one could argue exactly as before: the probability of getting this sequence out of $N_0 = 20$ flips of a fair coin is $(\frac{1}{2})^{N_0} = (\frac{1}{2})^{20} = 9.5\times 10^{-7}$; this result is too improbable, and therefore, we conclude that the coin must not be fair.
Clearly, my reasoning, or at least its wording, can't be right, since it leads to the absurd conclusion that no coin can be fair.
What is the correct way to use probability theory to justify the conclusion that a coin that produces heads in every one of $N_0$ flips (for some sufficiently large $N_0$) must not be fair?
1Here and elsewhere in this post, strictly speaking, instead of "the coin is not fair", I should have written something like "it is very unlikely that the coin is fair," but I ultimately decided that this additional precision may end up derailing the discussion. If you feel that the wording I rejected is actually essential to reason properly through the situation, please feel free use it.