How to construct a disjoint sequence from an infinite sigma-algebra?

  • Context: Graduate 
  • Thread starter Thread starter zzzhhh
  • Start date Start date
  • Tags Tags
    Infinite Sequence
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 9K views
zzzhhh
Messages
39
Reaction score
1
Suppose [tex]\mathcal A[/tex] is an infinite [tex]\sigma[/tex]-algebra, how to construct a disjoint sequence in [tex]\mathcal A[/tex] such that each term is nonempty? Thanks!
 
Physics news on Phys.org
Last edited by a moderator:
Let X1, X2, X3, ..., Xn, ... are the elements of the said [itex]\sigma[/itex]-algebra.

Then, for any positive integer n>1, let En = Xn - [itex][[/itex]Xn[itex]\bigcap[/itex][itex]([/itex]Xn-1[itex]\bigcup[/itex] ... [itex]\bigcup[/itex]X1[itex])[/itex][itex]][/itex]

The result is a disjoint sequence {En}, where E1= X1
 
stat22 said:
Let X1, X2, X3, ..., Xn, ... are the elements of the said [itex]\sigma[/itex]-algebra.

Then, for any positive integer n>1, let En = Xn - [itex][[/itex]Xn[itex]\bigcap[/itex][itex]([/itex]Xn-1[itex]\bigcup[/itex] ... [itex]\bigcup[/itex]X1[itex])[/itex][itex]][/itex]

The result is a disjoint sequence {En}, where E1= X1

And who says that the terms are nonempty?? For example, take X1=[0,2] and X2=[0,1]. Then

[tex]X_2\setminus (X_2\cap X_1)=[0,1]\setminus [0,1]=\emptyset[/tex]
 
micromass,

in your example X1={0,2} and X2={0,1}, the intersection is {0} not {0,1}. Thus X2-(X2[itex]\bigcap[/itex]X1)={0,1}-{0}={1} not empty!
 
stat22 said:
micromass,

in your example X1={0,2} and X2={0,1}, the intersection is {0} not {0,1}. Thus X2-(X2[itex]\bigcap[/itex]X1)={0,1}-{0}={1} not empty!

I'm talking about the interval [0,1], not {0,1}.

But, if you don't like intervals, consider X1={0,1}, X2={0}. Then

[tex]X_2\setminus(X_2\cap X_1)=\emptyset[/tex]
 
I think the standard way, given a collection A:={A_1,...,A_n,..} (I think this works only for countable collections ) to define B:={B_1,...,B_n,...} by:

B_1:=A_1
B_2:=A_2-A_1
...
...
B_n:=A_n-[A_1\/A_2\/...\/A_(n-1)]
 
Then I imagine one can ignore the empty sets, but that depends on what zzzhhh wants.