Obviously, for two events $A$ and $B$, you can not infer $P(A \cap B)$ from $P(A)$ and $P(B)$ if you don't know $P(A|B)$ or $P(B|A)$.
I have three events, $A,B$ and $C$, and I know $P(A), P(B), P(C), P(A \cap B), P(A \cap C), P(B \cap C)$. I suppose, from this, there is no way to compute $P(A \cap B \cap C)$.
Is this right and is there a way to prove it? And how does this generalise to more Events: If you only know the unconditional probabilities of every event, and the probabilities of every pair of events $(P(A \cap B), P(A \cap C), P(A \cap D), P(B \cap C), ...)$, can you show that there is no way of computing the probability of all events together $(P(A \cap B \cap C \cap D ...))$?
The events $A,B,C$ induce a pseudo-partition of $\Omega$ that contains $8$ events.
With a pseudo-partition (unofficial and personal terminology) I mean a collection of disjoint sets that cover $\Omega$ but do not necessarily satisfy the condition that they are not empty.
Elements are the events of the form $E\cap F\cap G$ where $E\in\{A,A^\complement\}$, $F\in\{B,B^\complement\}$ and $G\in\{C,C^\complement\}$.
If $(U_1,U_2,\dots,U_8)$ is a tuple containing these $8$ sets then at first hand we have the equality:$$\sum_{i=1}^8P(U_i)=1$$
To get a situation where the $P(U_i)$ are determined we need $7$ extra conditions.
The knowledge of e.g. $P(A\cap B)$ can be looked at as such a condition.
But knowing $P(A), P(B), P(C), P(A \cap B), P(A \cap C), P(B \cap C)$ is not enough because that only gives us $6$ conditions.
The same approach works if we are dealing more generally with $n$ events.
In that case we need $2^n-1$ extra conditions.