Prove: If $a,b,c$ in $\mathbb N$, then $lcm(ca, cb) = c \cdot lcm(a,b)$.
Assume $a$,$b$,$c \in \mathbb N$. Let $m = lcm(ca,cb)$ and $n = c\cdot lcm$. Showing $n = m$. Since $lcm(a,b)$ is a multiple of both a and b, then by definition $lcm(a,b) = ax = by$ for some $x,y \in Z$. This means that $m = lcm(ca,cb) = cax = cby$. Likewise $n = c \cdot lcm(a,b) = cax = cby$. Therefore $n = m$. Thus $lcm(ca, cb) = c \cdot lcm(a,b)$.
Is this a valid proof, being able to show that $n$ and $m$ are equal in this way, and if not, why not? The book i got this problem from was http://www.people.vcu.edu/~rhammack/BookOfProof/BookOfProof.pdf on page 106. The author uses this proof problem as a way to show how to prove using $m \le n$ and $n \le m$ making them indirectly equal to each other, but it seemed to me that this particular example could be proved more simply by being directly equaled. Is this reasoning correct?