0

In a metric space,the union of two open sets is open,i.e, $U=(4,6)\cup (9,14)$.

1)Is this true because all the points that belong to $U$ are interior points?

But $U$ is not an open ball.

2)Is it because there is not open ball with center in $U$ that contains only interior points? 3)Could you consider the balls with center outside U to prove that not all points are interior?

  • Yes, correct. A set is open iff it is a union of open balls. 2. Note that an open ball must contain its center. Balls in $\Bbb R$ are connected.
  • – Berci Nov 26 '19 at 08:46
  • 1
    And $U$ is not an open ball because there is no way to find a "center" $a$ and a "radius" $r$ such that $B_r(a)$ contains all and only points of $U$. – Mauro ALLEGRANZA Nov 26 '19 at 08:47
  • @MauroALLEGRANZA Can I try to find this "center" outside the set $U$? (If $U$ is contained in a bigger set) – ron jacobs Nov 26 '19 at 08:50
  • For metric space $X$, $B_r(a) = { x \in X \mid d(x,a) < r }$. But $d(a,a)=0 < r$ for $r$ whatever. Thus : $a \in B_r(a)$ by definition, i,.e. the "center" is inside the ball. Intuitively, an open ball is a circle without circumference... – Mauro ALLEGRANZA Nov 26 '19 at 08:54