Question:
So I want to create a set of real numbers $\{a\}_{N} = \{a_{1}, a_{2}, \ldots, a_{N}\}$ such that if there exists a common factor between all of the elements, it must be irrational.
In this way, the fraction $\frac{a_{i}}{a_{j}} \notin \mathbb{Q} \; \forall i \neq j \; \; (1 \leq i,j \leq N)$.
How can I create this set?
Solution Attempt:
We know that the square root of any prime number is irrational, therefore, just pick the set $\{a\}_{N}$ to be a set of square roots of distinct prime numbers.
What is tripping me up is that, the division of two irrational numbers can still be rational. An easy example is $\frac{2 \sqrt{2}}{3\sqrt{2}} = \frac{2}{3} \in \mathbb{Q}$
Disclaimer:
I am not a number theorist, and have never taken a course on number theory, but I converted another problem I am working on to this problem. If I can solve this problem, I can solve the other problem, however, I don't know if this problem has a solution, and if it does, how to find it.
Let $\alpha $ be any transcendental number (such as $e$ or $\pi$). Then let $a_i=\alpha^i$.
To see that this works, suppose that $\frac {a_i}{a_j}\in \mathbb Q$ for some $i\neq j$. Then we'd have $\alpha^i-c\times \alpha^j=0$ for $c\in \mathbb Q$ which would be a polynomial with rational coefficients satisfied by $\alpha$, contradicting transcendence.