A little help with a beginning stats proof

In summary: The statement for n = k-1 is that Pr\left( \bigcup_{i = 1}^{k-1} A_i \right)= \sum_{i = 1}^{k-1} Pr(B_i)excuse the sloppy notation, and AB means A intersect B:Let x be in U(i=1 to n)A_i. Then x is in A_i for some i<=n in I. Then x is in U(i=i to n)B_i, since U B_i = A_1 + A_1cA_2 + A_1cA_2cA_3 + ... + ...A
  • #1
bennyska
112
0

Homework Statement



Let A_1, A_2... be any infinite sequence of events, and let B_1, B_2... be another infinite sequence defined as B_1=A_1, B_2=A_1cA_2, B_3=A_1cA_2cA_3 and so on.
Prove that Pr(Union i=1 to n A_i) = Sum i=1 to n Pr(B_i).
(sorry if that notation is hard to understand)


Homework Equations





The Attempt at a Solution



so I'm somewhat new to statistics proofs, but this one is for the most part a sets proof, which i can do. I'm having trouble connecting them.
(c = complement)(AB = A intersect B)
)

So I've convinced myself that this is true. I see if i take the union of A_i up to n, that B_i up to n is equal. Each B_i is A_i minus any previous As that intersect it. I'm just having trouble saying that in math. If I had to write a proof right now, I'd say each Sum B_i = Union A_i, so they're equal.

So yeah, if i could get some hints on where to start. Thanks.
 
Physics news on Phys.org
  • #2
Is it the union from i = 1 to n or the union from i = 1 to infinity?
 
  • #3
i=1 to n, although the next proof is the same problem with i=1 to infinity. I'm hoping once i get this proof down that should be a simple extension.
 
  • #4
If you accept that probabilities are countably additive, both are easy. What facts are you allowed to assume?
 
  • #5
so do you mean [itex] B_2=A_1^c \cap A_2 [/itex]?

if so you should be able to show the sets are equivalent & the probabilities will follow...
 
  • #6
Math induction seems to me that way to go. The base case is trivial, since A1 = B1.

Assume that the statement is true for n = k - 1, and show why the statement must be true for n = k.

The statement for n = k - 1 is
[tex]Pr\left( \bigcup_{i = 1}^{k - 1} A_i \right)= \sum_{i = 1}^{k - 1} Pr(B_i)[/tex]
 
  • #7
excuse the sloppy notation, and AB means A intersect B:

Let x be in U(i=1 to n)A_i. Then x is in A_i for some i<=n in I. Then x is in U(i=i to n)B_i, since U B_i = A_1 + A_1cA_2 + A_1cA_2cA_3 + ... + ...A_n-1cA_n = A_1UA_2U...UA_n, so U(i=1 to n)A_i is a subset of U(i=1 to n)B_i.
Let y be in U(i=1 to n)B_i. Then y is in A_i for some i<=n in I. So y is in U(i=1 to n)A_i, and U(i=1 to n)B_i is a subset of U(i=1 to n)A_i, and the two sets are equal.
Since B_1, B_2,...B_n are disjoint events, then Sum(i=1 to n)Pr(B_i) = Pr(U(i=1 to n)B_i), and since B_i = A_i, then Pr(U(i=1 to n)A_i) = Pr(U(i=1 to n)B_i).

how does that look (aside from the sloppy notation?). Is the proof more or less the same for the next proof, which is the same, except it is from i=1 to infinity?
 
  • #8
Using "+" between sets is not standard. You can add probabilities but not sets.

Take Mark44's advice: assume
[tex]
Pr\left( \bigcup_{i = 1}^{k - 1} A_i \right)= \sum_{i = 1}^{k - 1} Pr(B_i)
[/tex]

is true. Now write:

[tex]
Pr\left( \bigcup_{i = 1}^{k} A_i \right) = Pr\left(\bigcup_{i = 1}^{k - 1} A_i \cup A_k\right)
[/tex]
and
[tex]
\sum_{i = 1}^{k} Pr(B_i) = \sum_{i = 1}^{k-1} Pr(B_i) + Pr(B_k)
[/tex]
and show the two are equal, using
[tex]
Pr\left( \bigcup_{i = 1}^{k - 1} A_i \right)= \sum_{i = 1}^{k - 1} Pr(B_i)
[/tex]
 
Last edited:
  • #9
so I'm having a hard time getting latex to work right (i figured out bigcup but can't get the sum to work, even copying and pasting from the post above), so I'm just going to do a skeleton proof.

Let A1, A2,... be any infinite sequence of events, and let B1, B2,... be another sequence of events defined as follows: B1 = A1, B2 = Ac1A2, B3 = Ac1Ac2A3...
Claim: Pr(U from i=1 to n Ai) = Sum(from i=1 to n Pr(Bi)) for n = 1, 2,...
Proof: Base case: this is true for n = 1
Assume it is true for n = k-1.
So Pr(U from i=1 to k-1 Ai) = Sum(from i=1 to k-1 Pr(Bi)).
Then Sum(from i=1 to k-1 Pr(Bi)) + Pr(Bk = Sum(from i=1 to k Pr(Bi)) = Pr(U from i=1 to k-1 Ai) + Pr(Bk = Pr(U from i=1 to k-1 Ai) + Pr(Ac1Ac2...Ack-1Ak = Pr(U from i=1 to k-1 AiUAk) = Pr(U from i=1 to k Ai) = Sum(from i=1 to k Pr(Bi)).

So, by the principle of mathematical induction, the claim is proved.

is this more or less right? please excuse the notation, but i figured if i learned enough latex to do this post, it'd have taken me an extra hour (on top of that i already lost a proof when my computer didn't want to connect to the website and i had to retype it).

also, is there any reason you chose k-1 and k, and not k and k+1? just curious. thanks.
 
  • #10
or how about (with no induction, sort of...)

pick n>m
[tex] B_n \cap B_m = (A_n \cap \bigcap_{i=1}^{n-1} A_i^c ) \cap (A_n \cap \bigcap_{j=1}^{m-1}A_j^c ) = 0[/tex]

so the B's are independent, then
[tex] P(\bigcup_{j=1}^{n} B_j) = \sum_{j=1}^{n} P(B_j)[/tex]

now the unions of the Bs is:
[tex] \bigcup_{j=1}^{n} B_j = \bigcup_{j=1}^{n} (A_j \cap \bigcap_{i=1}^{j-1} A_i^c) =\bigcup_{j=1}^{n}A_j [/tex]
 

Related to A little help with a beginning stats proof

1. What is a beginning stats proof?

A beginning stats proof is a mathematical method used to confirm or disprove a hypothesis or to analyze data in statistics. It involves using formulas, equations, and statistical methods to draw conclusions from a set of data.

2. Why is a beginning stats proof important?

A beginning stats proof is important because it allows for the testing and validation of theories and hypotheses. It provides a way to make informed decisions based on evidence and data analysis, rather than just relying on assumptions or intuition.

3. What is the difference between descriptive and inferential statistics?

Descriptive statistics focuses on summarizing and describing data, while inferential statistics involves making predictions or inferences about a population based on a sample of data.

4. What are some common methods used in beginning stats proofs?

Some common methods used in beginning stats proofs include hypothesis testing, regression analysis, and ANOVA (analysis of variance).

5. How can I improve my skills in performing beginning stats proofs?

To improve your skills in performing beginning stats proofs, it is important to practice regularly and familiarize yourself with statistical concepts and formulas. Additionally, seeking guidance from a mentor or taking a statistics course can also be helpful.

Similar threads

  • Calculus and Beyond Homework Help
Replies
4
Views
532
  • Calculus and Beyond Homework Help
Replies
5
Views
2K
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
Replies
8
Views
1K
  • Calculus and Beyond Homework Help
Replies
7
Views
2K
  • Calculus and Beyond Homework Help
Replies
5
Views
2K
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
Replies
22
Views
2K
  • Calculus and Beyond Homework Help
Replies
4
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
Back
Top