I want to prove $\gcd(a,b)=\gcd(b,a)$. I tried using the euclidean algorithm but that didn't help me much.
2026-04-03 19:43:06.1775245386
Prove that $\gcd(a,b) = \gcd(b,a)$
6.3k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
If $\gcd(a,b)=x$ then $x \mid a$ and $x\mid b$ this implies $x \mid \gcd(b,a)$. By similar argument $\gcd(b,a)\mid\gcd(a,b).$ i.e., $\gcd(a,b) = \gcd(b,a). $