Does the equation $ax + by = \gcd(a, b) = \gcd(ax+by,b) = \gcd(a,ax+by)$ hold for $a, b, x, y \in \mathbb{Z}$? (Note that $x$ and $y$ are not uniquely determined by the equation $\gcd(a,b)=ax+by$.)
From this MSE question, I have the result $\gcd(a,b)=ax'+by'=c$. So I guess my main inquiry would then be: Can I push this finding further into $$\gcd(a,c)=\gcd(b,c) = \gcd(a,b) = c?$$
If not, under what conditions will such a system of equations hold?