Let $g:[0,\infty)\to[1,\infty)$ a continuous strickly increasing function, with $g(0)=1$ and $g(t)\to\infty$, as $t\to\infty$. Let $X=\{x\in C([0,\infty)); \sup_{t\geq 0}{\dfrac{|x(t)|}{g(t)}}<\infty\}$. And if define,
$$\|x\|=\sup_{t\geq 0}{\dfrac{|x(t)|}{g(t)}}\qquad,\forall x\in X$$
Then $(X,\|\cdot\|)$ is a banach space.
My atttemp: Let $(x_n)_n\subset X$ a cauchy sequence, then given $\epsilon>0$, there exist $n_{\epsilon}\in\mathbb{N}$, such that for all $n,m\geq n_{\epsilon}$, we have $$\|x_n-x_m\|<\epsilon\implies \left|\dfrac{x_n(t)}{g(t)}-\dfrac{x_m(t)}{g(t)}\right|<\epsilon$$ Thus, $\left(\frac{x_{n}(t)}{g(t)}\right)_n$ is a cauchy sequence in $\mathbb{K}$. As, $\mathbb{K}$ is a complete space, then $\left(\frac{x_{n}(t)}{g(t)}\right)_n$, converges to $\left(\frac{x(t)}{g(t)}\right)$, when $n\to\infty$. So, we have $$\sup_{t\geq 0}{ \left|\dfrac{x_n(t)}{g(t)}-\dfrac{x(t)}{g(t)}\right| }\to 0$$ Because, $g(t)\to\infty$, when $t\to\infty$. Therefore, for each $\epsilon>0$, exist $n_{\epsilon}\in\mathbb{N}$, such that for all $m\geq n_{\epsilon}$, we have $$\|x-x_m\|<\epsilon$$ So, $x\in X$ and $x_n\to x$.
This proof, is correct? My main problem is I don't be sure of how use the function $g(t)$. Thanks!