2

Suppose I have two sequences, $t=(t_1,t_2,... )$ in $[0,1]$ and $y=(y_1,y_2,...)$ in $\mathbb{R}$. Is it possible to construct a continuous function $f:[0,1]\longrightarrow \mathbb{R}$ such that $f(t_i)=y_i$ $\forall i \in \mathbb{N}$? If it is possible, how can it be done? Thanks a lot in advance!

Vokram8
  • 341

1 Answers1

3

In general you cannot do this. For example, let $t = (0, 1/2, 1/4, 1/8, \ldots)$, and $y = (0, 1, 1, 1, \ldots)$. Such a continuous function would necessarily take the value $0$ at $x = 0$, but take the value $1$ at points arbitrarily close to $0$.

Edit: In addition, if $y$ contains arbitrarily large real numbers, then such a continuous function will not exist, since the image of this function should be compact.