Suppose I have two events $A$, $B$ from the same sample space with $\mathbb{P}(B) = 1$ and $\mathbb{P}(A) > 0$. How can I show that $$\mathbb{P}(B) = 1 \implies \mathbb{P}(A \mid B) = \mathbb{P}(A)\text{?}$$
The definition of conditional probability doesn't help me, as it isn't clear what can be done with $\mathbb{P}(A \cap B)$. If I use Bayes' Theorem, I get $\mathbb{P}(B \mid A)\mathbb{P}(A)$, so the only way this would work is that $\mathbb{P}(B \mid A) = 1$. This makes intuitive sense, but I can't prove that $\mathbb{P}(B \mid A) = 1$.
This should be a trivial question, but I'm not seeing how to do it.
HINTS, not full solutions, are appreciated.
Consider $P(A\cap B)$. If you know that $P(B)=1$, then everywhere $P(A)$ occurs, you know that $P(B)$ must occur. If you draw a Venn diagram, $P(A)$ would be completely inside of $P(B)$. Thus, the probability that $A$ and $B$ occur is simply $P(A)$.
– Matt Brems Jun 23 '16 at 18:30