A number $(n)$ has a set of prime factors $\{\alpha_1, \alpha_2,...\alpha_\epsilon\}$ and a number $(n+1)$ has a set of prime factors $\{\beta_1,\beta_2,...\beta_\psi\}$. The conjunction, $\{\alpha_1,\alpha_2,...\alpha_\epsilon\}\cap\{\beta_1,\beta_2,...\beta_\psi\}$ = $\emptyset$. What is the proof?
Asked
Active
Viewed 139 times
2
-
Hint: This is equivalent to showing that $\gcd(n,n+1)=1$. To show this, use Euclidean Algorithm.$$n+1=1\times n + \boxed{1}\ n=n\times 1 + 0$$ – learner Apr 18 '16 at 18:52
-
1You can see this easily from when you have $p\mid n$ and $p\mid (n+1)$, then $p \mid (n+1) - n = 1$, so $p=1$... – Sil Apr 18 '16 at 18:53
2 Answers
3
Suppose $\alpha_{i}=\beta_{j}=p$ for some $i,j$. Then, $p$ divides $n$ and $n+1$. Consequently, $p$ divides the difference $(n+1)-n=1$. But this is impossible since $p\geq 2$.

ervx
- 12,208
-
1That is as easy as it gets ... no "buzz words" or notation from number theory ... just a simple explanation that a high school freshman would understand. (+1) – Mark Viola Jan 08 '22 at 23:02
1
Suppose $p|n$ and $p|n+1$. Then $n = kp$ for some $k$ and $n+1 = jp$ for some $j$. That means $(n+ 1) - n = jp - kp = p(j-k)$.
Can you take it from there?

fleablood
- 124,253