Any even number $2n$ can be written as the sum of two primes, $p_{a}$ and $p_{b}$. For $n \geq 2$ this is the Goldbach Conjecture.
$$ p_{a} + p_{b} = 2n $$
Why are $p_a$ and $2n$ co-prime? That is, $p_a$ is not a factor of $2n$?
Any even number $2n$ can be written as the sum of two primes, $p_{a}$ and $p_{b}$. For $n \geq 2$ this is the Goldbach Conjecture.
$$ p_{a} + p_{b} = 2n $$
Why are $p_a$ and $2n$ co-prime? That is, $p_a$ is not a factor of $2n$?
Because $p_a$ and $p_b$ are coprime to each other, they are also both coprime to their sum, $p_a{+}p_b$.
From the contradiction side: clearly if say $p_a$ divides $p_a{+}p_b$, it must also divide $p_b$.