Interchange Between Union and Intersection: Am I Correct?

  • Context: Graduate 
  • Thread starter Thread starter wayneckm
  • Start date Start date
  • Tags Tags
    Intersection Union
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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.