Homework problem: prove there exist infinitely many $n\in\mathbb N$ for any $a,b,c\in\mathbb N$ which are distinct such that $a+n,b+n,c+n$ are pairwise coprime.
First off, I am aware of a similar post (Prove that for infinitely many $n$, the numbers $(a+n)$,$(b+n)$,$(c+n)$ are mutually prime), but the problem is a bit different and the answers don't seem to help me. Please correct me if I'm wrong.
I really don't know where to start with this problem. I tried constructing such $n$, for example taking $n=p-max(a,b,c)$ where $p$ is any prime larger than $max(a,b,c)$, but it only proves that $GCD(a+n,b+n)=GCD(a+n,c+n)=1$, while leaving $GCD(b+n,c+n)=1$ unproven. I am really stuck here. Any help? Thank you.
First note that any common factor of $x+n$ and $y+n$ is also a factor of $|x-y|$. Therefore, all we have to do is avoid small prime factors $\le\max\{a,b,c\}-\min\{a,b,c\}$.
Consider a single prime $p$.
By repeating the above for the finitely many primes $p_1,\ldots, p_k\le \max\{a,b,c\}-\min\{a,b,c\}$ and using the Chinese Remainder Theorem, we conclude that for suitable $r$, all $n$ with $n\equiv r\pmod{p_1\cdots p_k}$ prevent any two of $a+n$ ,$b+n$, $c+n$ from having any of the $p_i$ as common factor. As noted above, this is sufficient to make $a+n$, $b+n$, $c+n$ pairwise co-prime.