I hate proof questions, I never know how to start. My question says:
Let $A$ and $B$ be two events in a sample space such that $0 < P(A) < 1$. Let $A'$ denote the complement event of $A$. Show that if $P(B|A) > P(B)$ then $P(B|A') < P(B)$.
How do I go about answering this question? I don't understand why $P(B)$ is between $1$ and $0$ but not $P(B)$?
Has it got something to do with using that Bayesian Theorem?
We are told that $\Pr(B|A)\gt \Pr(B)$. So knowing that $A$ holds makes $B$ more likely. It stands to reason that knowing that $A'$ holds makes $B$ less likely. "It stands to reason" is presumably not enough for a proof, so we give full details.
Of course we will use $\Pr(B|A)=\frac{\Pr(A\cap B)}{\Pr(A)}$. For this we need $\Pr(A)\ne 0$. From $\Pr(B|A)\gt \Pr(B)$ we get $$\Pr(A\cap B)\gt \Pr(A)\Pr(B).\tag{$1$}$$
Note that $$\Pr(A\cap B)+\Pr(A'\cap B)=\Pr(B).$$ Substituting in Equation $(1)$ we get $$\Pr(B)-\Pr(A'\cap B)\gt \Pr(A)\Pr(B),$$ which can be rewritten as $$\Pr(A'\cap B)\lt \Pr(B)-\Pr(A)\Pr(B)=\Pr(B)(1-\Pr(A))=\Pr(B)\Pr(A').$$ If $\Pr(A')\ne 0$, we can divide, obtaining $$\frac{\Pr(A'\cap B)}{\Pr(A')}\lt \Pr(B).$$ This says exactly what we want, since the left side is just $\Pr(B|A')$.