Can I interchange union and intersection over indexed sets this way?

  • Context: Graduate 
  • Thread starter Thread starter wayneckm
  • Start date Start date
  • Tags Tags
    Intersection Union
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
wayneckm
Messages
66
Reaction score
0
Hello all,


I have the following question regarding the interchange between union and intersection.

[tex]\cup_{q < t} \cap_{s > q} A_{s} = \cap_{s<t} \cup_{q<s} A_{q} = \cup_{q < t} A_{q}[/tex]

Am I correct? Also, can anyone provide me some more resources regarding this kind of interchange in set operation or change of variable technique?

Thanks.


Wayne
 
Physics news on Phys.org
Off the top of my head, it doesn't look correct.

Suppose Ai is empty for all i>100. Then [tex]\cap_{s>q}A_s[/tex] will be empty for all q, and the union of these will be empty. So lhs is empty.

But rhs, being just a union of As, will not necessarily be empty.