Intersection of sets with infinite number of elements

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 8K views
autre
Messages
116
Reaction score
0
I have to decide whether the following is true or false:

If A1[itex]\supseteq[/itex]A2[itex]\supseteq[/itex]A3[itex]\supseteq[/itex]...are all sets containing an infinite number of elements, then the intersection of those sets is infinite as well.

I think I found a counterexample but I'm not sure the correct notation. I to have sets {n, n+1, n+2,...} from n to infinity (so {1, 2, 3,...}[itex]\supseteq[/itex]{2,3,4,...}) and the intersection of those sets is obviously null. How do I write this out? Thanks!
 
Physics news on Phys.org
The intersection of a set of sets is the set of elements contained in every of those sets. What number is contained in every such set? (Hint: assume n is in the intersection, and find a set which does not contain n)
 
Thanks micromass, that's the notation I was looking for.