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}$
- $n!+1 \equiv 0$ (mod $d$)
- $(n+1)!+1 \equiv 0$ (mod $d$)
Not sure what to do next. Any hints?
Thanks!
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.