The problem is, as in the title:
Given $a$, $b$, $c$ are positive integers so that $\gcd(a^2-1,b^2-1,c^2-1)=1$. Prove $\gcd(ab+c,ca+b,bc+a)=\gcd(a,b,c)$.
So far I have only proved that the second GCD divides the first GCD. Here's my work:
Let $\gcd(a,b,c)=d_1$, $\gcd(ab+c,ca+b,bc+a)=d_2$. From that we know $d_1|a,b,c$, that means $d_1|ab+c,ca+b,bc+a$. Thus, $d_2|d_1$.
The other way I haven't figured it out yet, I think because I haven't used the given $\gcd(a^2-1,b^2-1,c^2-1)=1$ stated in the problem, and I'm not used to working with the GCD of 3 numbers. Any hint would be greatly appreciated and thanks in advance.
$\!\bmod\!$ first gcd $\,d\!:\,\ 0\equiv \overbrace{\color{#0a0}c\:\!a\!+\!b\equiv -\color{#0a0}b(\color{#0a0}a^2\!-\!1)}^{\textstyle \color{#0a0}{c\equiv -ab}\ \ \ } = -b\:\!\bar a,\ \ \bar x:=x^2\!-\!1$.
Thus $\:d\mid b\bar a\Rightarrow d\mid \color{#c00}{(b,d)}\bar a= \color{#c00}{(a,b,c)}\bar a,\,$ i.e. $\,\bbox[5px,border:1px solid #c00]{d\mid e\bar a}\:\!,\ \ e := (a,b,c)$.
$\underbrace{a,b,c\,\ \rm symmetry}_{\large \text{i.e. a "similar" proof}}\Rightarrow \bbox[5px,border:1px solid #c00]{d\mid e\bar b,e\bar c}\ $ so $\ d\mid e\!\!\underbrace{(\bar a,\bar b,\bar c)}_{\large \text{assumed}\ =1}\!\!\! = e.\ \ \ \small\bf QED$