Def. Open Set
A set O⊆R is open if ∀a∈O,∃Vϵ(a)⊆O.
Thm. (Intersection and Union of Open Sets)
1. The union of arbitrary collections of open sets is open.
2. The intersection of finite collection of open sets is open.
Proof for 1.
Consider O=∪λ∈ΛOλ where Oλ is open for any λ∈Λ.
Let a∈O. Then a∈Oλ′ for some λ′∈Λ.
⇒Vϵ(a)⊆Oλ′⊆O. (QED)
Proof for 2.
Consider O=∩n∈[N]On where On is open for any n∈[N]. And let a∈O, then for each n∈[N],
∃ϵn such that Vϵn(a)⊆On.
Take ϵ=min(ϵn)n∈[N]. Then, ∀n∈[N],Vϵ(a)⊆Vϵn(a)⊆O. (QED)
Def. (Limit Point)
x∈A is a limit point of A if
∀ϵ>0,∃a∈A(a=x) s.t a∈Vϵ(x).
Thm.
x∈A is a limit point of A if and only if limn→∞an=x for some (an)⊆A.
Proof (if part).
Take ϵ=1/n.
Then, we can choose an(=x) such that an∈V1/n(x).
Then for arbitrary ϵ>0, choose N∈N so that 1/N<ϵ.
n≥N⇒d(an,x)<1/n<ϵ
Proof (Only if part).
Straightforward due to epsilon-n statement.