et $a, b \in \mathbb N$, assume they are not both $0$. Define $L = \{n\in\mathbb N^+ \mid \exists x, y \in \mathbb{Z}: n = ax + by\}$
how do I prove the following claim without using gcd(a, b) = ax + by
$m = gcd(a, b)$
we know that
m = min(L)
m divides a
m divides b
Hint: First prove that $m\geq \gcd(a,b)$. Then prove that $\gcd(a,b)$ is attainable as a value of $ax+by$.