I was wondering:
- If $a, b \in \mathbb{N}$ and obviously they both have a prime factorization, we know that $a+b \in \mathbb{N}$ and $a+b$ also has a prime factorization so $a$, $b$ and $a+b$ can be rewritten as $\prod_{i = 1}^{N}p_i^{n_i}$ with $n_i \in \mathbb{N}$.
- If $p, q \in \mathbb{Q}$ and obviously they both have a prime factorization, we know that $p+q \in \mathbb{Q}$ and $p+q$ also has a prime factorization so $p$, $q$ and $p+q$ can be rewritten as $\prod_{i = 1}^{N}p_i^{n_i}$ with $n_i \in \mathbb{Z}$.
But here it comes the question:
If I got two numbers $r$ and $s$ so they can be expressed as $\prod_{i = 1}^{N}p_i^{n_i}$ with $n_i \in \mathbb{Q}$ (so they are roots of any grade of positive rational numbers), can $r+s$ be also expressed as $\prod_{i = 1}^{N}p_i^{n_i}$ with $n_i \in \mathbb{Q}$ but we cannot find that factorization even when it exists? Or we just can't because the factorization doesn't exist? If not: why? Is it some kind of algebraic limitation?
Examples:
- $2^2 + 2\cdot3 = 4 + 6 = 10 = 2\cdot5$
- $2^{-1}+5^{-1} = \frac{1}{2}+\frac{1}{5} = \frac{7}{10} = 2^{-1}\cdot5^{-1}\cdot7$
- $2^{\frac{1}{2}}+2^{\frac{1}{3}}\cdot3^{\frac{1}{3}} = \sqrt{2} + \sqrt[3]{6} = \textbf{???}$
Many thanks in advance!!!