I am brushing up on graphical models, and doing the following problem 3.3 from the book PGM by Kophler.
An alarm A can be set off by either Burglary B or earthquake E. Prove that if $P(a^1| b^1, e^1) = P(a^1 | b^0, e^1) = 1$ then $P(b^1| a^1, e^1) = P(b^1)$.
From the result I can only derive the equivalent formula that $P(e^1) = P(a^1, e^1)$. How to go from here?
The derivation:
$P(b^1| a^1, e^1) = P(b^1)$
$P(b^1, a^1, e^1) = P(b^1) P(a^1, e^1)$
$P(a^1 | b^1, e^1) P(b^1) P(e^1) = P(b^1) P(a^1, e^1)$
$P(e^1) = P(a^1, e^1)$
$P(e^1) = P(a^1| b^1, e^1)P(b^1) + P(a^1 | b^0, e^1) P(b^0)$
$P(e^1) = P(b^1) + P(b^0) = 1$ wrong???