Tokipin
- 19
- 0
I'm going through the book Number Theory by George E. Andrews. I'm having particular difficulty constructing proofs, which I'm sure is quite common. Problem 4 of section 2-2:
Prove that
\operatorname{lcm}(a,b) = \frac{{ab}}{{\operatorname{gcd}(a,b)}}.--------------------
Ok, so I guess a good place to start is the definitions.
gcd( a, b ) is a number d such that:
--------------------
1.
First, we show that \frac{{ab}}{{\operatorname{gcd}(a,b)}} is a common multiple of a and b.
We set a = q_a \operatorname{gcd}(a,b) and b = q_b \operatorname{gcd}(a,b) so that \frac{{ab}}{{\operatorname{gcd}(a,b)}} becomes
\frac{{q_a \gcd (a,b)q_b \gcd (a,b)}}{{\gcd (a,b)}}
which is
q_a q_b \operatorname{gcd}(a,b)
which we see:
a|\bold{q_a \operatorname{gcd}(a,b)} q_b and b|\bold{q_b \operatorname{gcd}(a,b)} q_a.--------------------
2.
Next, we consider a number f such that a|f and b|f.
We set f = k_1 a and f = k_2 b
which is
f = k_1 q_a \operatorname{gcd}(a,b) and f = k_2 q_b \operatorname{gcd}(a,b).
We set k_1 q_a \operatorname{gcd}(a,b) = k_2 q_b \operatorname{gcd}(a,b)
which becomes
k_1 q_a = k_2 q_b
which we can write as
\frac{{k_1 }}{{k_2 }} = \frac{{q_b }}{{q_a }}.
Because \frac{{q_b }}{{q_a }} is irreducible as q_b and q_a are relatively prime since q_a = \frac{{a}}{{\operatorname{gcd}(a,b)}} and q_b = \frac{{b}}{{\operatorname{gcd}(a,b)}}, it follows that k_1 \geqslant q_b and k_2 \geqslant q_a.
Therefore, f \geqslant q_a q_b \operatorname{gcd}(a,b).--------------------
I'm pretty sure 1 is fine. I'm not really sure about 2. I've been mulling over this problem for about a week as I wanted something fairly solid to show for an attempt before seeking help. Any advice is appreciated.
Prove that
\operatorname{lcm}(a,b) = \frac{{ab}}{{\operatorname{gcd}(a,b)}}.--------------------
Ok, so I guess a good place to start is the definitions.
gcd( a, b ) is a number d such that:
- It is a common divisor: d|a and d|b.
- It is the greatest common divisor: For every c which is a common divisor of a and b, c|d.
- It is a common multiple: a|m and b|m.
- It is the smallest common multiple.
--------------------
1.
First, we show that \frac{{ab}}{{\operatorname{gcd}(a,b)}} is a common multiple of a and b.
We set a = q_a \operatorname{gcd}(a,b) and b = q_b \operatorname{gcd}(a,b) so that \frac{{ab}}{{\operatorname{gcd}(a,b)}} becomes
\frac{{q_a \gcd (a,b)q_b \gcd (a,b)}}{{\gcd (a,b)}}
which is
q_a q_b \operatorname{gcd}(a,b)
which we see:
a|\bold{q_a \operatorname{gcd}(a,b)} q_b and b|\bold{q_b \operatorname{gcd}(a,b)} q_a.--------------------
2.
Next, we consider a number f such that a|f and b|f.
We set f = k_1 a and f = k_2 b
which is
f = k_1 q_a \operatorname{gcd}(a,b) and f = k_2 q_b \operatorname{gcd}(a,b).
We set k_1 q_a \operatorname{gcd}(a,b) = k_2 q_b \operatorname{gcd}(a,b)
which becomes
k_1 q_a = k_2 q_b
which we can write as
\frac{{k_1 }}{{k_2 }} = \frac{{q_b }}{{q_a }}.
Because \frac{{q_b }}{{q_a }} is irreducible as q_b and q_a are relatively prime since q_a = \frac{{a}}{{\operatorname{gcd}(a,b)}} and q_b = \frac{{b}}{{\operatorname{gcd}(a,b)}}, it follows that k_1 \geqslant q_b and k_2 \geqslant q_a.
Therefore, f \geqslant q_a q_b \operatorname{gcd}(a,b).--------------------
I'm pretty sure 1 is fine. I'm not really sure about 2. I've been mulling over this problem for about a week as I wanted something fairly solid to show for an attempt before seeking help. Any advice is appreciated.
Last edited: