Let $(X, \langle \cdot, \cdot \rangle)$ be a vector space over $\mathbb{R}$ with an inner product. Then every approximately compact set in this space is proximal. Now, I want to find an example where the converse of the above statement does not necessarily hold. My attempt: consider the set $K = \{y \in l_2 \mid \|y\| = 1\}$ and the sequence $(e_n)$ defined by $e_n(i)=$ $$ \delta_{n,i} = \begin{cases} 0, & \text{if } n \neq i, \\ 1, & \text{if } n = i \end{cases} \quad \forall n, i \in \mathbb{N}. $$ Observe the following:
- $e_n \in K$ and $d(0, K) = 1 = \|e_n\|$ for all $n \in \mathbb{N}$, hence the sequence $(e_n)$ in $K$ is minimizing for the point $0$.
- $\|e_n - e_m\| = \sqrt{2}$ for all $n, m \in \mathbb{N}, n \neq m$, so no subsequence of $(e_n)$ is convergent, and thus the set $K$ is not approximately compact.
Now I want to prove:
- The set $K$ is not convex.
- $P_K(x) = \frac{x}{\|x\|}$ for all $x \neq 0$ and $P_K(0) = K$.
- The set $K$ is proximal but not Chebyshev.
For 1. point it seems obvious that $K$ in not convex, but how would I prove it formally. Point 2. I just don't know how to even approach. Any for point 3. why does point 1. and 2. imply point 3.? Why do we even need that $K$ is not Chebyshev here? Thanks for all your help in advance.
Note: Let $K$ be a nonempty subset of the inner product space $X$ and let $x \in X$. An element $y_0 \in K$ is called a best approximation, or nearest point, to $x$ from $K$ if $$ \|x - y_0\| = d(x, K), $$ where $d(x, K) := \inf_{y \in K} \|x - y\|$. The number $d(x, K)$ is called the distance from $x$ to $K$, or the error in approximating $x$ by $K$.
The (possibly empty) set of all best approximations from $x$ to $K$ is denoted by $P_K(x)$. Thus $$ P_K(x) := \{ y \in K \mid \|x - y\| = d(x, K) \}. $$
This defines a mapping $P_K$ from $X$ into the subsets of $K$ called the metric projection onto $K$.
If each $x \in X$ has at least (respectively exactly) one best approximation in $K$, then $K$ is called a proximal (respectively Chebyshev) set. Thus $K$ is proximal (respectively Chebyshev) if and only if $P_K(x) \neq \emptyset$ (respectively $P_K(x)$ is a singleton) for each $x \in X$.