I'm having trouble showing that if and are positive integers with |, then (, ) = a.
I'm aware that the greatest common divisor of two numbers is the largest number that is a divisor of both numbers. Ex) $\gcd(4,2) = 2 $. But in this case $a=4$ and $b=2$ so the expression above would not work. I suppose what I'm asking is if variable $a$ is always the smallest of the two numbers given.
Note
I now realize that I should have given the problem some more thought before posting on here. I had been overlooking the | portion of the expression. Thank you for the help!