How can we prove for $a$, $b$ and $c$ positive integers that if
$$\gcd(a,b)=\gcd(b,c)=\gcd(a,c)=d$$ then $$\gcd(a,b,c)=d$$
For $a$ and $b$ co-prime numbers, $\gcd(a,b)=1$, means that the pairs $(b,c)$ and $(a,c)$ are also co-prime numbers, then from the $\gcd$ commutativity and associativity:
$$\gcd(a,b,c)=\gcd(\gcd(a,b),c)=\gcd(\gcd(a,c),b)=\gcd(a,gcd(b,c))$$ $$\gcd(a,b,c)=\gcd(1,c)=\gcd(1,b)=\gcd(a,1)=1$$ This is correct because if $a$, $b$ and $c$ are mutually prime numbers their $\gcd$ is $1$, is this a special case only and we can found counterexamples for the above claim?