Suppose that the following identity holds. $$P(A|B)=P(A|B \cap C)P(C)+P(A|B \cap C^C)P(C^C)$$ Also assume that, $P(A|B \cap C) \neq P(A|B)$ and $P(A)>0$. Then we have to show that $B$ and $C$ are independent events, i.e. $P(B \cap C)=P(B)P(C)$.
Note : The original problem was deriving the identity, assuming independence of $B$ and $C$, which can be shown easily. I'm stuck at this converse version.
Source : Rohatgi, Saleh - Problem $9$, page $36$.
Any help would be much appreciated. Thank you.
It suffices to consider the case in which $P(B)>0$. Provided this, note that $$P(A|B)=\frac{P(A\cap B)}{P(B)},$$ while $$P(A\cap B)=P(A|B\cap C)P(B\cap C)+P(A|B\cap C^c)P(B\cap C^c).$$ Therefore, $$\tag{*}P(A|B)=P(A|B\cap C)\frac{P(B\cap C)}{P(B)}+P(A|B\cap C^c)\frac{P(B\cap C^c)}{P(B)}\\=P(A|B\cap C)P(C|B)+P(A|B\cap C^c)P(C^c|B)$$ Use the identity, we get $$0=[P(A|B\cap C)-P(A|B\cap C^c)][P(C|B)-P(C)].$$ Use the condition that $P(A|B)\ne P(A|B\cap C)$ (indeed, if $P(A|B\cap C)=P(A|B\cap C^c)$, we would have $P(A|B)=P(A|B\cap C)[P(C|B)+P(C^c|B)]=P(A|B\cap C)$ by (*), a contradiction), we conclude that $P(C|B)=P(C)$, which yields independence.