Properties of Open Sets (and what are Indexing Sets?)

  • Thread starter Thread starter maverick280857
  • Start date Start date
  • Tags Tags
    Properties Sets
Click For Summary

Homework Help Overview

The discussion revolves around properties of open sets in the context of metric spaces, specifically in the complex plane. The original poster seeks clarification on the role of indexing sets in the context of open sets, particularly in relation to the intersection and union of these sets.

Discussion Character

  • Conceptual clarification, Assumption checking

Approaches and Questions Raised

  • Participants explore the definition of indexing sets and their necessity in the context of finite versus infinite collections of open sets. Questions arise regarding the original poster's interpretation of the problem statement and the implications of using an indexing set.

Discussion Status

Participants are actively engaging with each other's points, questioning assumptions about indexing sets and their relevance to the examples provided. Some have offered clarifications regarding the nature of indexing sets in finite and infinite contexts, while others are exploring the implications of intersections and unions of open sets.

Contextual Notes

There is a discussion about the differences in proofs for finite versus infinite collections of open sets, and how this relates to the use of indexing sets. Some participants express uncertainty about the original poster's conclusions regarding indexing sets in the examples provided.

maverick280857
Messages
1,774
Reaction score
5

Homework Statement


Source: An Introduction to Complex Analysis (Classical and Modern Approaches) by Wolfgang Tutschke and Harkrishan L. Vasudeva (Champan and Hall/CRC)
Ref. page 17

Consider the metric space [itex](\mathbb{C}, d)[/itex]
1. If [itex]U_{1}[/itex], [itex]U_{2}[/itex],...,[itex]U_{n}[/itex] are open sets in [itex]\mathbb{C}[/itex], then so is [tex]\bigcap_{k = 1}^{n} U_{k}[/tex].
2. If {[itex]U_{\alpha} : \alpha \in \Lambda[/itex]} is a collection of open sets in [itex]\mathbb{C}[/itex], where [itex]\Lambda[/itex] is any indexing set, then [tex]U = \bigcup_{\alpha \in \Lambda} U_{\alpha}[/tex] is also open.

Homework Equations



(None...all data stated in the question above)

The Attempt at a Solution



I am able to understand the proof of (1) but the proposition (2) is not clear to me.

What does an indexing set mean? Also, why does one need an indexing set in part (2) and not (1)?
 
Last edited:
Physics news on Phys.org
An index set is a set used to label the elements of another set, by means of introducing a surjective function from the index set, to the set being indexed.

An index set is not needed to describe the first example, since there are finitely many sets Ui. However, in the second example, there is no restriction on the set [itex]\{U_\alpha:\alpha\in\Lambda\}[/itex] to make it finite. For example, [itex]\Lambda[/itex] may be |N, in which case {Ua} would be countably infinite.

For (1) an intersection of finitely many open sets it open, whereas for (2) the union of any number of open sets is open.
 
There's nothing really that special about the "indexing" set in this case. They could have just said "where [itex]\Lambda[/itex] is any set". Basically, they want you to prove that the union of [itex]|\Lambda |[/itex] open sets is open, where since [itex]\Lambda[/itex] can be any set, [itex]|\Lambda |[/itex] can be any cardinal number. More concisely, they want you to show that a union of any number of open sets is an open set.

In question 1, they could have talked about an indexing set. As you can see, they are using the indexing set {1, 2, ..., n}. If they were to talk about an indexing set, they would say "If {Ua : a is in L} is a collection of open sets in C, where L is any finite indexing set, then [itex]\cap _{a \in L}U_a[/itex] is also open."
 
Sorry. but how does the OP conclude that 1) does not have an indexing set but 2) does?
 
cristo said:
An index set is not needed to describe the first example, since there are finitely many sets Ui. However, in the second example, there is no restriction on the set [itex]\{U_\alpha:\alpha\in\Lambda\}[/itex] to make it finite. For example, [itex]\Lambda[/itex] may be |N, in which case {Ua} would be countably infinite.

For (1) an intersection of finitely many open sets it open, whereas for (2) the union of any number of open sets is open.

What about the set

[tex]U_{n} = D\left(0;\frac{1}{n}\right) = \left[z \in \mathbb{C} | |z| = \frac{1}{n}\right][/tex]

and the intersection of an arbitrarily large number of such sets, that is

[tex]\bigcap_{n = 1}^{\infty}U_{n} = \left[0\right][/tex]

which reduces to the singleton closed set.

(PS--How does one indicate parentheses { and } around sets?)
 
Last edited:
maverick280857 said:
What about the set

[tex]U_{n} = D\left(0;\frac{1}{n}\right) = \left[z \in \mathbb{C} | |z| = \frac{1}{n}\right][/tex]

and the intersection of an arbitrarily large number of such sets, that is

[tex]\bigcap_{n = 1}^{\infty}U_{n} = \left[0\right][/tex]

which reduces to the singleton closed set.

I'm not sure that I understand your question. This example is showing that the intersection of infinitely many sets is not open.

(PS--How does one indicate parentheses { and } around sets?)

When writing in tex use the commands \{ and \} to obtain { and } respectively.
 
matt grime said:
Sorry. but how does the OP conclude that 1) does not have an indexing set but 2) does?

He doesn't. He should not have said that there is not indexing set. What he should have said was that the indexing set in 1) is {1, 2, 3, ..., n}, the set of positive integers less than or equal to n. His point is that that is given in the notation of the problem. In problem 2) the indexing set can be any set. Not only "infinite" but possibly "uncountable".
 
HallsofIvy said:
He doesn't. He should not have said that there is not indexing set. What he should have said was that the indexing set in 1) is {1, 2, 3, ..., n}, the set of positive integers less than or equal to n. His point is that that is given in the notation of the problem. In problem 2) the indexing set can be any set. Not only "infinite" but possibly "uncountable".

Okay to make my query more explicit, I want to understand why an indexing set is invoked at all and why only in the second part.
 
Because the proof for a finite collection of open sets is different from the proof for a infinite collection of sets. For a finite collection you could use proof by induction. Just show that the union of two open sets is open and induction does the rest for you. That's why you can prove that the intersection of a finite number of open sets is open but not the intersection of an infinite number of opens sets.
 
  • #10
Thank you all :smile:
 
  • #11
maverick280857 said:
Okay to make my query more explicit, I want to understand why an indexing set is invoked at all and why only in the second part.

An index set is invoked in the first one. It is the set {1,2,..,n}. Call that S. The following are identical

[tex]\cup_{s \in S}U_s[/tex]

and

[tex]\cup_{i=1}^n U_i[/tex]

However, the latter notation only works for a well ordered index set. i.e. the second one takes the FIRST set, intersects it with the SECOND, then the THIRD,... . Not all index sets need to be well ordered so there is no concept of doing things first, second or third.
 
  • #12
Thank you! I think I see what you mean now. And I see that a similar theorem holds for closed subsets of [itex]\mathbb{C}[/itex] with the intersection and union interchanged.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
Replies
20
Views
4K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K