1

Every half-open interval $[a,b)$ is a $G_\alpha$ and an $F_\delta$ in $R^1$.

My attempt: What I know is every $(a,b)$ is a $G_\alpha$ and an $F_\delta$ in $R^1$. Since

$(a,b)= \cap (a+\frac{1}{n}, b-\frac{1}{n})$ and obviously, (a,b) is a $G_\alpha$. But how to show $[a,b)$ is a $G_\alpha$ and an $F_\delta$ ?

My attempt:

$[a,b) = \cap (a-\frac{1}{n}, b)$ So [a,b) is a $G_\alpha$.

$[a,b) = [a+\frac{1}{n}, b-\frac{1}{n}] \cup \{a\}$

Am I correct?

tomasz
  • 35,474
Mariana
  • 1,253

1 Answers1

2

You seem to be mostly correct about all the facts, but there are several issues with what you write, mostly in the notation:

  1. It's $G_\delta$ and $F_\sigma$, not $G_\alpha$ and $F_\delta$.
  2. $(a,b)$ is trivially $G_\delta$, because it is open itself ($(a,b)=\bigcap_n (a,b)$, if you want). It is not equal to what you wrote. If you replace $\cap$ with a $\bigcup$, though, then it is true: $(a,b)=\bigcup_n (a+\frac1n,b-\frac1n)$, which shows that the open interval is $F_\sigma$
  3. Indeed, $[a,b)=\bigcap_n (a-\frac1n,b)$ (note the $\bigcap$: the small $\cap$ is a binary operation symbol, and similarly for $\bigcup$ vs $\cup$).
  4. In the last equation, you missed the union symbol: $[a,b)=\bigcup_n [a+\frac1n,b-\frac1n]\cup \{a\}$. It can be made slightly simpler than that, though: $[a,b)=\bigcup_n[a,b-\frac1n]$.
tomasz
  • 35,474
  • Technically, I think that the unions should start from big enough values of $n$ for intervals of the form $[a,b-1/n]$ and $[a+1/n, b-1/n]$ to make sense. – Giorgos Giapitzakis Sep 08 '21 at 14:44
  • Do you know why we care about these 2 constructions? Why they are special? $G_\delta$, $F_\sigma$ – Mariana Sep 08 '21 at 14:58
  • @Mariana: That is a different question altogether. And a bit too broad one for this site. One thing that is nice about $G_\delta$ sets is that they are completely metrizable. But there are also other nice properties (probably too many to list) that can be derived from being $G_\delta$ or $F_\sigma$. – tomasz Sep 08 '21 at 19:20
  • @GiorgosGiapitzakis: Depends what you mean by $[a,b]$ and $(a,b)$ when $b<a$. – tomasz Sep 08 '21 at 20:19