A little help with a beginning stats proof

Click For Summary

Homework Help Overview

The discussion revolves around a proof in probability theory involving infinite sequences of events. The original poster presents a statement regarding the relationship between the probability of the union of a sequence of events and the sum of probabilities of another defined sequence of events.

Discussion Character

  • Exploratory, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants explore the definitions of the sequences of events and their relationships, questioning the notation and assumptions involved. Some suggest using mathematical induction to establish the proof, while others discuss the implications of countable additivity in probability.

Discussion Status

The discussion is active, with participants providing hints and suggestions for approaching the proof. There is a focus on clarifying the notation and ensuring the logical connections between the events are correctly articulated. Multiple interpretations of the problem are being explored, particularly regarding the use of induction and the equivalence of the defined sequences.

Contextual Notes

There are mentions of notation issues and the challenge of expressing mathematical concepts clearly, which may affect the clarity of the proof attempts. Participants are also considering the implications of the proof for both finite and infinite cases.

bennyska
Messages
110
Reaction score
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
Is it the union from i = 1 to n or the union from i = 1 to infinity?
 
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.
 
If you accept that probabilities are countably additive, both are easy. What facts are you allowed to assume?
 
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...
 
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]
 
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?
 
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:
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]
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
8
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K