I have $k$ distinct linear operators $\{\phi_i\}$ which act on $V$, a vector space on some number field $K$ (in the sense that $\Bbb Q$ is the smallest possible one). Now I have to prove that there exists some $\alpha\in V$ such that all the $\{\phi_i(\alpha)\}$ are distinct.
My thoughts are as follows:
For any pair $\phi_i,\phi_j$, I can find at least a one-dimensional subspace (say $\text{span}(u)$) which fulfils $\phi_i(v)\ne\phi_j(v)$ as long as $v\in\text{span}(u)-\{0\}$. I cannot guarantee higher dimensions, because for example, $A=\text{diag}(1,0,\cdots,0)$ and $B=\text{diag}(2,0,\cdots,0)$ differ only in $\text{span}(e_1)$.
So I will get $\frac{k(k-1)}{2}$ such pairs and hence $\frac{k(k-1)}{2}$ such $u$s. I want to construct a fulfilling $\alpha$ directly from these $u$s but I don't know how.
Can you help me? Thanks!