Required To Prove: Let $a$ and $b$ be integers. Let $S$ = {$ma + nb$ : $m,n \in \mathbb{Z}$ and $ma + nb > 0$}, and $d$ be the least element. Show that $d$|$a$.
The following is how I attempted my proof:
Consider $d$ is not a divisor of $a$, i.e. by the Division Algorithm, $a = qd + r$ for $r \in \mathbb{Z}, 0 < r < d$. (Note that $0 < r$ since we are considering that $d$ is not a divisor, i.e. there must be a remainder of sorts).
Since $d \in S$, $d >= 1$.
It follows that $0 < r < 1$, since $d >= 1$.
However, $r \in \mathbb{Z}$, and since $0 < r < 1$, we have a contradiction. By definition of the remainder then, $0 <= r < 1$ i.e. $r = 0$.
Therefore, $d$ must be a divisor of $a$.
I am not entirely sure about the proof, however I have some doubts about the question as well. Consider the case where $a = 5$ and $b = 3$. In this case. Then the least element is 2 ($m = 1$, $n = -1$). In this case, 2|5 cannot be the case. I am not sure if the question is asking for some specific values of $a$ and $b$ in the set $\mathbb{Z}$, or if for all values of $a$ and $b$.
Regards, Xandru