0

Hi everyone here is my question;

So, let $a$ and $b$ be positive integers. Prove that $(a,b)|[a,b]$. Here what I have so far;

$(a,b)=d$ $[a,b]=m$ so I need an equation of the form $m=d()$. I just need some hints on how to proceed.

Thank you so much in advance.

Tim Thayer
  • 1,333
Jamie John
  • 237
  • 3
  • 12

2 Answers2

1

I suppose that $d=(a,b)$ denotes $gcd(a,b)$ and $m=[a,b]$ denotes $lcm(a,b)$.

Now, $d\mid a$ and hence $d\mid x$ for any $x$ beeing a multiple of $a$ (by transitivity of the relation $\mid$).

As a special case : $d\mid m$.

Adren
  • 7,515
  • 10
  • 26
  • Yes this makes so much sense! – Jamie John Feb 12 '17 at 20:11
  • now i need to find in what conditions (a,b)=[a,b], i do not want the answer just a way to proceed? any help? – Jamie John Feb 12 '17 at 20:20
  • We know that $(a,b)\le a\le [a,b]$. Hence $(a,b)=[a,b]$ implies ... And after that, you can do the same with $b$, so ... – Adren Feb 12 '17 at 20:25
  • how did you get a is between (a,b) and [a,b]? I did not get that? – Jamie John Feb 12 '17 at 20:29
  • @HananIbraheim: Given two positive integers $m,n$ such that $m\mid n$, you have $n=km$ for some positive integer $k$ and hence $n\ge m$.

    Here we have $(a,b)\mid a$, thus $(a,b)\le a$ and we also have $a\mid [a,b]$, thus $a\le [a,b]$.

    – Adren Feb 12 '17 at 20:31
  • I thought about it as hard as I can but I still cant get it. Thank you :) – Jamie John Feb 12 '17 at 23:19
  • According to my previous comment, if $(a ,b)=[a,b]$, then $(a,b)=a$ (which implies $a\mid b$) and $(a,b)=b$ (which implies $b\mid a$), hence $a=b$. The converse is obviously true. – Adren Feb 13 '17 at 05:04
0

Another approach using prime decomposition. If $a={r_1}^{k_1}\cdots {r_j}^{k_j}\cdot{p_1}^{n_1}\cdots {p_r}^{n_r}$ and $b={r_1}^{k'_1}\cdots {r_j}^{k'_j}{q_1}^{m_1}\cdots {q_s}^{m_s}$, where $r_1, \cdots, r_j$ are the common primes, we have

$$gcd(a,b)= {r_1}^{\min{k_1, k'_1}}\cdots {r_j}^{\min{k_j, k'_j}}$$ $$lcm(a,b)= {r_1}^{\max{k_1, k'_1}}\cdots {r_j}^{\max{k_j, k'_j}}\cdot{p_1}^{n_1}\cdots {p_r}^{n_r}{q_1}^{m_1}\cdots {q_s}^{m_s}$$

so it is clear that $gcd(a,b)$ divides $lcm(a,b)$.

A. Salguero-Alarcón
  • 3,734
  • 10
  • 23