The title is rather moot, didn't find better words to describe it, so please bear with me...
Consider two integers
a = p1 * p2 * p3 .... * pn
b = p(n+1) * ... * pm
where p1 till pm are distinct primes. Then none of this primes appears in the factorization of the sum of the two numbers, ie
mod((a + b), pi ) > 0 for all pi = p1....pm
I only stumbled upon this fact by chance and now I wonder: Is there some theorem about this? Does this property have a name?
Maybe this is just too trivial to be a theorem or even get a name, in that case, I'd be happy to get any pointers about where I can read more on it.
If $p_i\mid a+b$ and $p_i\mid a$ then $p_i\mid a+b-a=b$. Contradiction.