What does mean?
First stab at a definition
Definition 1.
Let .
means for any , there exists a , such that implies .
Note that if we edited the definition to say such that , would (always) be a limit, as we can have . Not a good idea. Besides, we do not want to make any assertion about .
Also note that we do NOT want to say , since may be a constant function around .
What's wrong with this?
We would like to take the limit of a function as approaches a point which is not in its domain. Thus, we would like to allow the domain of the function to be something that does not contain , i.e, some subset . However, we cannot just replace the domain with in the definition, as this might result in the “such that” clause being vacuously true for some (when is a singleton set , for example, is true for all ), making the definition useless. Thus, we need to be more discerning about the types of subsets we allow in the definition.
Second stab at a definition
Definition 2.
Let , such that contains a deleted neighborhood of .
Then, means for any , there exists a , such that implies .
Note that we have only modified the prerequisites. We have replaced with a subset of , and required to contain a deleted neighborhood of . We say deleted neighborhood since we do not want the membership of in to play any role in the definition.
This definition attempts to ensure that the “such that” clause is never vacuously true. If contains a (deleted) neighborhood of , contains an open ball (an open interval in ) centered at of some finite radius (minus , won’t say it again). Thus, for any , we will have satisfying , so the “such that” clause will never be vacuously true.
What's wrong (or rather inconvenient) about this?
Consider a function defined as . While does not contain a deleted neighborhood of, say, , we would still like to be able to say . What we would actually like to mandate is regardless of how small becomes, we will always have some satisfying .
Brutus’s stab at a definition
We formalize the requirements we have distilled so far by defining limit points.
Limit points
Rudin, 2.18
Definition 3.
Given , a point is a limit point of , if for all , contains a point other than .
We denote the set of limit points of by .
Definition 4.
If and , is called an isolated point of .
Note that the membership of in has got nothing to do with the membership of in .
- , : For example,
- , : is an isolated point of . For example,
- , : For example,
- , : For example,
Observe that if has a limit point, it cannot be of finite cardinality.
For , it makes sense to define only if is a limit point of the domain of .
Definition of limit of a function in R
Definition 5.
Let , and let be a limit point of .
Then, means for any , there exists a , such that implies .
Theorems about limit points
Rudin, 2.20
Theorem 6.
If is a limit point of a set , then every neighborhood of contains infinitely many points of .
Fairly easy to see.
Rudin, 3.2 d
Theorem 7.
If is a metric space, and if is a limit point of , then there is a sequence in such that .
Ditto.
Analogs for metric spaces
Definition of limit point in metric spaces
Definition 8.
Given , a point is a limit point of , if for all , contains a point other than .
Definition of limit of a function in metric spaces
Rudin, 4.1
Definition 9.
Let and be metric spaces, , , is a limit point of .
We write , if for any there exists a such that implies , i.e, .
Epilogue
We stated Rudin, 4.2, the sequence criterion.