I am working my way (self-study) through E.T. Jaynes' book Probability Theory - The Logic of Science
Original Problem
Exercise 2.1 says: "Is it possible to find a general formula for $p(C|A+B)$ analogous to [the formula $p(A+B|C)=p(A|C)+p(B|C)-p(AB|C)$] from the product and sum rules. If so, derive it; if not, explain why this cannot be done."
Givens
The rules I have to work with are:
$p(AB | C) = p(A|C)p(B|AC) = p(B|C)p(A|BC)$ and $p(A|B)+p(\bar{A}|B)=1$
Where we can also use logical identities to manipulate propositions. For example: $A+B=\overline{\bar{A}\bar{B}}$
Assumption of Solvability
I believe it must be possible because he does not introduce any other rules later and having a simple logical combination of propositions that was not easily expressible would defeat Jaynes' central thesis. However, I've been unable to derive the rule.
My Attempt
To keep myself from getting confused due to using the same variable names as the givens, I am solving the problem as:
Derive a formula for $p(X|Y+Z)$
Introducing a tautology for conditioning
My best attempt at solving it so far has been to introduce a proposition $W$ which is always true. Thus I can rewrite $Y+Z$ as $(Y+Z)W$ (since truth is the multiplicative identity).
Then, I can write:
$p(X|Y+Z)=p(X|(Y+Z)W)$
So, rewriting one of the givens as Bayes' rule: $p(A|BC)=\frac{p(B|AC)p(A|C)}{p(B|C)}$, I can write:
$p(X|(Y+Z)W)=\frac{p(Y+Z|XW)p(X|W)}{p(Y+Z|W)}=\frac{p(Y+Z|X)p(X|W)}{p(Y+Z|W)}$
Why this doesn't work
The term $p(Y+Z|X)$ is easy to deal with. (Its expansion is referred to in the problem definition.)
However, I don't know what to do with $p(X|W)$ and $p(Y+Z|W)$. There is no logical transformation I can apply to get rid of the $W$, nor can I think of any way of applying the given rules to get there.
Other places I've looked
I've done a Google search, which turned up this forum page. But the author does the same thing I tried without seeing the difficulty I have with the resulting conditioning on the introduced tautology.
I also searched stats.stackexchange.com for "Jaynes" and also for "Exercise 2.1" without finding any useful results.
