$\textbf{Ex. 1.2.16.}$ Let $f,g: [0,1] \longrightarrow \mathbb{R}$ be continuous and $f(t) < g(t)$ for all $t \in [0,1]$. Consider the set
$U := \{ h \in \mathcal{C}[0,1] \ ; \ f(t) < h(t) < g(t), t \in [0,1] \}$
in the space $X = \left( \mathcal{C}[0,1], || \ ||_{\infty} \right)$. Is $U$ a ball in $X$? If not, can you think of a condition of $f$ and $g$ will ensure that the set $U$ is an open ball?
My attempt:
I thought if even I define $\epsilon := \inf_{h \in \mathcal{C}[0,1]} \ \{ \sup_{t \in [0,1]} \{ |(g-h)(t)| \}, \sup_{t \in [0,1]} \{ |(f - h)(t)| \} \}$, I won't conclude that have that $U$ is an open ball, but I don't know how to show this.
Anyone can help me? Thanks in advance!
– George May 30 '17 at 23:50When you translated $U$, you obtained $\frac{f(t) - g(t)}{2} < h(t) - \frac{g(t)+f(t)}{2} < \frac{g(t) - f(t)}{2}$, but in your proof you put that $U = { h \in \mathcal{C}[0,1] \ | \ -g < h < g }$. Is your $g$ my $\frac{g(t) - f(t)}{2}$ and your $h$ my $h(t) - \frac{g(t)+f(t)}{2}$?
Is the $r := \sup_{t \in [0,1]} g(t)$? I think you need the compactness of [0,1] and the continuity of $g$ to ensure the existence of $r$.
Third, In fact, we need compactness and continuity in order to $C[0,1]$ be well-defined!
– Red shoes May 31 '17 at 00:01