I got asked to prove this which makes no sense to me
“Proof if a and b are two arbitrary numbers then (a,b) are divisors of lcm(a;b)”
Isn’t this a part of the definition of lcm? What is there to prove?
I got asked to prove this which makes no sense to me
“Proof if a and b are two arbitrary numbers then (a,b) are divisors of lcm(a;b)”
Isn’t this a part of the definition of lcm? What is there to prove?
Given the title of your question, I suspect that you misunderstood the notation $(a,b)$, which actually means $\gcd(a,b)$. Thus the question is to prove that the greatest common divisor of $a$ and $b$ divides the least common multiple of $a$ and $b$. Not really difficult to prove, but still needs a short argument.
If $p_1,...,p_n$ are the prime numbers that appear in the fatorization of $a$ or $b$ then
$a=p_1^{\alpha_1}\times...\times p_n^{\alpha_n}$ and $b=p_1^{\beta_1}\times...\times p_n^{\beta_n}$ with $\alpha_i,\beta_i\in\mathbb{N}\cup\{0\}$ for $i=1,...,n$
by definition $gcd(a,b)$ we have that $gcd(a,b)=p_1^{c_1}\times...\times p_n^{c_n}$ with $c_i=min\{\alpha_i,\beta_i\}$ for $i=1,...,n$
by definition $lcm(a,b)$ we have that $lcm(a,b)=p_1^{d_1}\times...\times p_n^{d_n}$ with $d_i=max\{\alpha_i,\beta_i\}$ for $i=1,...,n$
As $c_i\leq d_i$ then $p_i^{c_i}|p_i^{d_i}$ and finally $gcd(a,b)|lcm(a,b)$.