Let $a$ and $b$ be two coprime integers and $q \in \mathbb{Q}^*$. If $qa,\ qb \in \mathbb{Z}$ then $q \in \mathbb{Z}.$
From which historical mathematician does this lemma come? Any references?
Let $a$ and $b$ be two coprime integers and $q \in \mathbb{Q}^*$. If $qa,\ qb \in \mathbb{Z}$ then $q \in \mathbb{Z}.$
From which historical mathematician does this lemma come? Any references?
Setting $q=r/s$, this is equivalent to: if $(a,b)=1$ and $s\mid ra$ and $s\mid rb$, then $s\mid r$.
I doubt there is a specific significant first appearance of this lemma, but indeed it could have been proved by Euclid: write $1=ax+by$ for integers $x,y$, and then $$ r=1r=(ax+by)r = (ra)x+(rb)y $$ is a multiple of $s$.
While this proof uses the "Bezout identity" $(a,b)=ax+by$, which was apparently due to Bachet in the early 17th century, the Euclidean algorithm leads naturally to that statement, and thus one could algorithmically compute $r/s$ and know from Euclidean principles that the answer will be an integer.