How would one show $P(A\,|\,A\cup B)\ge P(A\,|\,B)$?
I first tried to expand the LHS using the definition of conditional probability and therefore it becomes:
$\frac{P(A \cap (A \cup B))}{P(A \cup B)}$
Then I tried to use distribution law to further expand the numerator and get:
$P((A \cap A) \cup (B \cap A))$
Since $A \cap A$ is just A and it becomes $P(A \cup (B \cap A))$.
However, if I use distribution law again, it looks like it will go back to the previous step and I'm just repeating doing the same thing. In the solution, it mentioned the total probability law, but I'm wondering how to link these two together and what should be the correct way to prove this.
$$P(A\mid A\cup B)=\frac{P(A\cap(A\cup B))}{P(A\cup B)}=\frac{P(A)}{P(A\cup B)}=\frac{P(A\cap B)+P(A\setminus B)}{P(B)+P(A\setminus B)}$$
On the other hand,
$$P(A\mid B)=\frac{P(A\cap B)}{P(B)}$$
Now, let $x=P(A\cap B), y=P(B), z=P(A\setminus B)$. The original inequality now boils down to:
$$\frac{x+z}{y+z}\ge\frac{x}{y}$$
which is equivalent to $x\le y$ i.e. $P(A\cap B)\le P(B)$ - which is certainly true.