If ${u_k}$ is a sequence in a vector space $X$ with $u_k \to 0$, and there exist $v, w \in X$ and two real sequences $t_k \to 0, s_k \to 0$, such that $\frac{u_k}{t_k} \to v$ and $\frac{u_k}{s_k} \to w$, must it be the case that $v$ and $w$ are colinear, i.e., $\exists \lambda \in \mathbb{R}$, s.t. $ v = \lambda w$?
I'm having trouble proving this, but also can't come up with counter-examples...
P.S. By $ x_k \to y$, of course I mean $\lim_{k\to\infty}x_k = y$. And I'm currently looking just at $X$ being the Euclidean space with the standard $\ell_2$ norm/metric.
This indeed holds. Let $(t_k)_{k\in \mathbb{N}}$ be a non-zero sequence, $t_k >0$ for all $k$ (the case of a negative sequence is similar), $(u_k)_{k\in \mathbb{N}} \in X, \lim_{k\to\infty} u_k = 0$, and $\lim_{k\to\infty} \frac{u_k}{t_k}=v\neq 0$ (the statement trivially holds if $v=0$).
We just need one simple lemma, a limit law for a real and a vector sequence (this was used implicitly in @Servaes's answer): Let $(a_k)_{k\in \mathbb{N}}$ be a sequence of reals, $(b_k)_{k\in \mathbb{N}}$ be a sequence in a vector space $X$, $a \in \mathbb{R}$, $b \in X$, such that $\lim_{k\to\infty} a_k = a, \lim_{k\to\infty} b_k = b$. Then $\lim_{k\to\infty} a_k b_k = ab$.
Now observe that $\lim_{k\to\infty} \frac{u_k}{t_k}=v$ implies $\lim_{k\to\infty} \frac{\|u_k\|}{t_k} = \lim_{k\to\infty} \frac{\|u_k\|}{|t_k|}=\|v\|$, so $\lim_{k\to\infty} \frac{t_k}{\|u_k\|} = \frac{1}{\|v\|}$ (since $v\neq 0$). By our lemma, we then have $$\lim_{k\to\infty} \frac{u_k}{\|u_k\|} = \lim_{k\to\infty} \frac{u_k}{t_k} \frac{t_k} {\|u_k\|} = (\lim_{k\to\infty} \frac{u_k}{t_k}) (\lim_{k\to\infty} \frac{t_k} {\|u_k\|}) = \frac{v}{\|v\|} $$
If we also have $\lim_{k\to\infty} \frac{u_k}{s_k}=w\neq 0$ (again assuming $s_k > 0$; you need a negative sign in the following limit if $s_k < 0$), then by the same argument as above, $$\lim_{k\to\infty} \frac{u_k}{\|u_k\|} = \frac{w}{\|w\|} $$
By the uniqueness of limits, we must have $$ \frac{v}{\|v\|} = \frac{w}{\|w\|}$$ (or, $\frac{v}{\|v\|} = - \frac{w}{\|w\|}$, when $t_k$ and $s_k$ have different signs), which shows that $u$ and $w$ are parallel (and in fact point in the same direction as $\lim_{k\to\infty} \frac{u_k}{\|u_k\|}$).