Given three events $E$, $A$ and $B$, is it possbile to decompose the joint-conditional probability $P(E \vert A, B)$, as a expression in terms of non-joint-conditional probabilities, and marginal probabilities, as following?
$$ P(E \vert A, B) \equiv Expression-Only-Using \\ \{P(E), P(A), P(B), P(E \vert A), P(A \vert E), P(E \vert B), P(B \vert E), P(A \vert B), P(B \vert A) \} $$
It seems to me that, this is impossible unless some conditional independence is assumed. For example,
$P(E \vert A, B) \propto P(A, B \vert E) P(E)$
if assume $A$ and $B$ are independent in the condition of $E$, we further get
$P(A, B \vert E) P(E) \propto P(A \vert E)P(B \vert E) P(E)$