I was reading the proof related to GCD from the Khan Academy website I understand the algebra but I cannot understand the reasoning of the following sentence.
Let $C=A-B.$ Then $\gcd(A,B)$ must be less than or equal to, $\gcd(B,C),$ because $\gcd(B,C)$ is the “greatest” common divisor of $B$ and $C.$
How is the $\gcd(A, B)$ less than the $\gcd(B, C)?$ I can understand it could be equal to due to the $B$ being common in both, but I cant understand why it would be less. Could someone please explain?