In his book "Probabilistic Robotics", Thrun has the following equation: (Context here) - $\eta$ is supposed to be a "normalizer"
As I see it, this boils down to:
$P(A|B,C) = \dfrac{P(A|B) \cdot P(A|C)}{P(A)}\cdot constant$
I have tried to convert the left side to the right side, but failed. I need to know whether he assumes that P(A|B) and P(A|C) are stochastically independent, since in my case, they aren't. Can anybody point me in the right direction on how to solve this? I tried using the chain rule and (obviously) Bayes' theorem.
