0
$\begingroup$

I have to solve this question:

Given the following topology T on the real line R: T is generated by the set D = {ø, R, {[a,b)|a < b, where a and b are elements of R}}. Show that every subset [a,b) is also closed in the topological space (R,T).

We know that every subset [a,b) is open in (R,T) by definition (a set is open in a topology if it's a subset of that topology). To show that every subset [a,b) is also closed in the topology, I tried to show that the complement of [a,b), R\[a,b) = (-inf,a) U [b,inf), is open in the topology (by showing it's contained in the topology). Thus far I haven't succeeded!

Does anyone know how to solve this? Thanks in advance!

1 Answers 1

0

You were doing good. Just consider that

$(-\infty,a)=\bigcup_{n\in\mathbb{N}}[-n-1+a,a)$ and hence it is open

and similarly

$[b,\infty)=\bigcup_{n\in\mathbb{N}}[b,b+n+1)$ and hence it is open.

  • 0
    Uhm I don't fully understand this solution. I know that we can write (-inf, a) as ⋃n∈ℕ(−n,a), but why are you allowed to close the left side of the interval by substracting 1 and adding a? Regarding [b, ing); why would you add b and 1? Doesn't [b, inf) equal ⋃n∈ℕ[b,n)? Thanks for you reply!2017-02-20
  • 0
    Concerning the first point. The idea is that $a-1$n$ can be zero, adding $+1$ is to avoid the case $[b,b)$. Hope this helps! – 2017-02-20