I am reading Jaynes' "probability theory: the logic of science"
He uses a notation that I do not understand.
He says that if $A_i$ and $A_j$ are two mutually exclusive events, then:
$p(A_i A_j |B) = p(A_i |B)δ_{ij} $
How am I to understand this notation? Jayne uses Boolean logic notation, so $A_i A_j$ means the event that both $A_i$ and $A_j$ are true. However if these two events are mutually exclusive, wouldn't that mean that:
$p(A_i A_j |B) = 0$
So why the weird notation with $\delta _{ij}$?
The notation $\delta_{i,j}$, sometimes called Kronecker delta, is defined as $\delta_{i,j}=0$ for $i \neq j$ and $\delta_{i,j}=1$ for $i = j$.
Thus, for $i\neq j$ the expression is indeed $0$ as you said. The point is that the expression you quote from the book is also valid for the case $i=j$, where it is not necessarily $0$.