I'm almost positive I'm going to be marked for duplicate, but I really really just need this sorted out once and for all with a simple example.
I don't understand how a small p-value is evidence against the null hypothesis.
Take a simple example: testing if a coin is fair. This is modeled with a binomial distribution with $n$ fixed (the number of times we flip the coin) and parameter $p$. The null hypothesis $H_0$ is $p = 0.5$.
Now, let our test statistic be $D = |X - np|$, where $X$ is the number of heads in the sample (binomially distributed). The p-value is defined as $p = P(D \ge d\ |\ H_0)$, where $d$ is our observed value of the statistic.
Lets say we find, initially, for $100$ tosses that $60$ heads occurred. So $d = 10$. Then $p = P(D\ge 10\ |\ H_0)$.
Here begins my interpretation:
Then a small p-value means its unlikely for D to be greater than 10, assuming our hypothesis is true.
This means, its more likely for $D \le 10$, which is "near" $0$. That means that the sample $X$ is very likely close to a binomial distribution with p=.5.
That's my innterpretation of it, for which I can't find anything wrong. Why, then, does a small p-value indicate strong evidence against the hypothesis?
That makes zero sense to me. If $p$ is small, then our test statistic is close to zero, meaning our model is mostly likely correct! Why on Earth is that evidence against $H_0$, that's completely in support of it! Please, what is wrong with this? I can't for the life of me tell.