3

Say you have two disjoint closed sets $X$ and $Y$ in a metric space. I'm trying to interpret what $$\sup_{x\in X}\inf_{y\in Y}d(x,y)$$ means.

Does it mean that you pick a fixed $x\in X$, and then compute $\inf_{y\in Y}d(x,y)$ for this fixed $x$ as $y$ ranges over $Y$, to get a set of infimums, one for each $x\in X$, and then take the supremum of that resulting set?

Bear
  • 33

2 Answers2

2

You can unravel this in the following way:

  1. For every $x\in X$ let $y_x = \inf\{d(x,y)\mid y\in Y\}$.
  2. Now we take $\sup\{y_x\mid x\in X\}$.
Asaf Karagila
  • 393,674
0

Exactly as you said.${}{}{}{}{}$

Lord Soth
  • 7,750
  • 20
  • 37