Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

Is this formula right?

$$\renewcommand{\Pr}{\mathbb P}\Pr[\cap_{i=1}^n A_i] = \sum_{i=1}^d (-1)^{i-1} \sum_{|K|=k} \Pr[\cup_{k\in K} A_k],$$ with $K$ a subset (without repetition) of $\{1, ..., n\}$.

I have found a similar formula that expresses $\Pr[\cup_{i=1}^n A_i]$ in terms of $\Pr[\cap_{k\in K} A_k]$, and I'd like to be sure I have derived the other formula in the good way.

share|improve this question
3  
Why don't you write out the formula explicitly for the cases $n=2,3,4$ and see if it is correct? Then use induction to prove it in general. – Dilip Sarwate Apr 5 '12 at 13:36
On the right hand side there seems to be some confusion about the roles of $i$ and $d$. Note that $k$ is not even defined, nor is $d$ specified. The formula, as it stands, therefore is neither right nor wrong: it makes no sense. – whuber Apr 5 '12 at 19:27
Hint: The usual inclusion/exclusion formula, the simplest case of which is $$P(A\cup B) = P(A) + P(B) - P(A\cap B),$$ can be re-written as $$P(A\cap B) = P(A) + P(B) - P(A\cup B)$$ which looks a lot like your result. Is your general result also just a re-arrangement of the standard inclusion/exclusion formula with slightly different notation? – Dilip Sarwate Apr 5 '12 at 19:32

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.