Prove that $\gcd(n!+1,(n+1)!+1)=1$

8.4k Views Asked by At

I'd like to solve this one similarly to my previous question: Is this a Valid proof for $(2n+1,3n+1)=1$?

I did find a somewhat related post that uses a different method: How to show that $\gcd(n! + 1, (n + 1)! + 1) \mid n$?

So how would I go about this? I can write the above like:

$\exists \ d \ \in \mathbb{Z}$

  1. $n!+1 \equiv 0$ (mod $d$)
  2. $(n+1)!+1 \equiv 0$ (mod $d$)

Not sure what to do next. Any hints?

Thanks!

3

There are 3 best solutions below

3
On BEST ANSWER

Here's a purely equational proof. Simply put $\rm\ k = (n-1)!\ $ in

Theorem $\rm\ \ ((n+1)\, n\, k+1,\ n\, k+1)\ =\ 1$

Proof $\ \ $ Working modulo the gcd $\rm\: := d\:$ we have

$(1)\rm\quad\quad (n+1)\, \color{#c00}{n\, k}\ \equiv\: -1\quad\quad$ by $\rm\ d\ |\ (n+1)\, n\, k+1$

$(2)\rm\quad\quad\phantom{(n+1)\, } \color{#c00}{n\, k}\ \equiv\: -1\quad\quad$ by $\rm\ d\ |\ n\, k+1$

$(3)\rm\quad\quad\phantom{(n+1)\ n\ } n\ \equiv\,\ \ \ 0\quad\quad $ by substituting $\:\color{#c00}{(2)}\:$ in $\:(1)\:$

$(4)\rm\quad\quad\phantom{(n+1)\ n\ } 0\ \equiv\: -1\quad\quad$ by substituting $\:(3)\:$ in $(2)$

Thus we conclude $\rm\: 0\ \equiv\ 1,\, $ i.e. $\rm\ d\ |\ 1\quad$ QED

Unwinding the linear relations used in the above proof (or, equivalently, using the extended Euclidean algorithm) yields the Bezout relation that I gave in the question that you linked to, viz.

$$ \rm 1\ =\ (n-1)!\ ((n+1)!+1)\ +\ (1-(n+1)!/n)\ (n!+1)$$

Notice how what seems like magic viewed in terms of divisibility relations is reduced to a purely mechanical elimination process in equational form. In higher number theory you'll learn more precisely how linear algebra methods such as Gaussian elimination extend from fields to certain rings, e.g. google Hermite and Smith normal forms.

3
On

Suppose $m$ is a positive integer dividing both $n! + 1$ and $(n+1)! + 1$. The goal is to show that $m = 1$. Note that $m$ also divides $(n+1)*(n! + 1) - ((n+1)! + 1)$, which is equal to $(n+1)! + (n+1) - (n+1)! - 1 = n$. Since $m$ divides $n$, it also divides $n!$. Since it divides $n! + 1$ as well, it divides $n! + 1 - n!$ or just $1$. Hence $m = 1$ as needed.

0
On

By the Euclidean Algorithm $$\left(n!+1,\ (n+1)!+1\right)=\left(n!+1,\ (n+1)!+1-(n!+1)\right)$$ $$=\left(n!+1,n\cdot n!\right).$$ It is clear the last two must be relatively prime, since if $p|\ (n!\cdot n)$ then $p| n!$ (and there is an extra +1 hanging around).