I came across a problem that I tried to formalize as follows:
Let say i have two functions $x(t)$ and $y(t)$ such that for $t \rightarrow t_0$ $$ \left\{ \begin{array} \;y(t) \rightarrow -\infty \\ x(t) \rightarrow -\infty \\ y(t) = o(x(t)) \end{array} \right. $$
Shouldn't be in such case $ 2^{y(t)} = o(2^{x(t)})$ ? If yes I struggle to prove it is true... otherwise what can we say instead? What about if we don't assume $y(t),x(t) \rightarrow - \infty$?
PS. Just to be clear.. by $y(t) = o(x(t))$ I mean that $\frac{y(t)}{x(t)} = 0$, for $t \rightarrow t_0$.