I am trying to solve the following question but without any result so far:
Let $p_1, p_2, \ldots, p_t$ be different primes. Prove that $\log (p_1), \log (p_2), \ldots, \log (p_t)$ are linearly independent over $\mathbb{Q}$ that is, if $x_1,x_2,\ldots, x_t$ are rational numbers with $$ x_1 \log (p_1) + x_2 \log (p_2) + \cdots + x_t \log (p_t) = 0 $$ then $x_1 = x_2 = \cdots = x_t = 0$.
We are supposed to use the following result:
Let $x \in \mathbb{Q}$ with $x > 0$. Then there is a unique sequence of integers $(n_2,n_3,n_5, \ldots)$, almost all equal to $0$, such that $$ x = \prod_{p \text{ prime}} p^{n_p}. $$
Any tips are welcome for solving it, thanks.