Let $\{a_1,a_2,\ldots,a_k\}$ be a set of integers and let $m=\text{lcm}(a_1,\ldots ,a_k)$
What I am trying to prove is that if $a_1|n, a_2|n,\ldots, a_k|n$ then $m|n$.
I understand that $m$ is the lowest common multiple, and that $n$ dividies into all $a_1, a_2, \ldots a_k$.
What I am trying to prove is that $m$ divides into $n$, or in other words, that the lowest common denominator divides into $n$.
However, I have no idea how to prove this algebraically. What steps should I do?
Suppose not. Then we use the division algorithm, with remainder, to write $n=Qm+R$ (where $Q$ is the quotient, and $R$ the remainder.) Of course we have $0<R<m$. But it is easy to see that $a_i$ divides $R$ for each $i$, hence $R$ is a common multiple of the $a_i$, contradicting the assumption that $m$ was the least such.