2

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?

Carpenter
  • 399

2 Answers2

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
  • 1
    That 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