According to >this proof<, the author is saying that
$g=\gcd(a,b)$, $g'\in\mathbb{N}$, and $g'=\gcd(a,b)$.
The author then states that $g'|g$ and $g|g'$.
From my understanding, $g'*k_1=a$ and $g*k_2=a$ [where $k_1$ and $k_2$ are integers].
It follows that $g'*k_1=g*k_2$.
But from that, how can one reach the conclusion that $g'|g$ and $g|g'$?
Edit:
The given definition of Greatest Common Divisor:
$g$ is the greatest common divisor of a and b, where $a$ and $b$ are non-zero integers if:
$g|a$ and $g|b$
if $c$ is any integer such that $c|a$ and $c|b$, then $c\leq{g}$
Edit2:
I'm assuming that $g$ and $g'$ are some greatest common divisors of $a$ and $b$.