For $n$, a positive integer, and integers $i,j$ with $1\leq i < j \leq n$, I wish to show that $\gcd(n!i+1,n!j+1) = 1$.
I have shown that $\gcd(n!i+1,n!j+1) = \gcd(n!i+1, n(j-i)$), which I believe is important. I have a hunch that the proof involves the fact that $b|a \implies b\not{|}(a+1)$, and have shown this as a lemma. May I have a hint as to how to proceed?
$\begin{align}{\bf Hint}\ \ \ (im\!+\!1,jm\!+\!1) \,&=\, (im\!+\!1,(j\!-\!i)m)\ \ \, {\rm by}\ \ (x,y) = (x,\,y\!-\!x)\\[.3em] &=\, (im\!+\!1,\,j\!-\!i)\ \ \ \ \ \ \ \ \,{\rm by}\ \ (im\!+\!1,m) = 1\\[.3em] &=\, 1\ \ {\rm if}\ \ j\!-\!i\mid m \\ \end{align}$