Prove gcf times the lcm of any two numbers equals the products of those two numbers

Given two numbers, l and m, prove that:

gcf(l, m)lcm(l, m) = lm

#NumberTheory #HelpMe! #Proofs #MathProblem #Math

Note by Varun Iyer
7 years, 9 months ago

No vote yet
4 votes

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

Assuming that the prime factorisations of ll and mm are as follow,

l=2a1×3a2×...×Panl=2^{a_1}\times3^{a_2}\times...\times P^{a_n}

m=2b1×3b2×...×Pbnm=2^{b_1}\times3^{b_2}\times...\times P^{b_n}

where {an}N{0}\left \{ a_n \right \}\in \mathbb{N}\cup \left \{ 0 \right \}, {bn}N{0}\left \{ b_n \right \}\in \mathbb{N}\cup \left \{ 0 \right \} and PP is a prime.

WLOG, assuming that a1b1,a2b2,...,anbna_1\leq b_1, a_2\leq b_2,...,a_n\leq b_n,

The lcm(l,m)\operatorname{lcm}(l,m) can be obtained by choosing the highest power of each prime factor from either of the numbers. lcm(l,m)=2b1×3b2×...Pbn\operatorname{lcm} (l,m)=2^{b_1}\times 3^{b_2}\times...P^{b_n}

On the other hand, the gcd(l,m)\gcd (l,m) is obtained by choosing the smallest power of each prime factor from either of the numbers.

gcd(l,m)=2a1×3a2×...×Pan\gcd (l,m)=2^{a_1}\times3^{a_2}\times...\times P^{a_n}

Notice that

gcd(l,m)×lcm(l,m)=2a1+b1×3a2+b2×...×Pan+bn\gcd (l,m)\times \operatorname {lcm}(l,m)= 2^{a_1+b_1}\times 3^{a_2+b_2}\times ... \times P^{a_n+b_n}

which is equivalent to

l×m=2a1+b1×3a2+b2×...×Pan+bnl \times m=2^{a_1+b_1}\times 3^{a_2+b_2}\times...\times P^{a_n+b_n}

gcd(l,m)×lcm(l,m)=l×m\therefore\gcd(l,m)\times \operatorname {lcm}(l,m)=l\times m

I may have made some mistakes in my proof. Please do correct me if you spotted any.

Ho Wei Haw - 7 years, 9 months ago

See http://www.proofwiki.org/wiki/ProductofGCDandLCM for a much neater, albeit trickier, proof of the above.

Siddharth Prasad - 7 years, 9 months ago

You can refer to the GCD/LCM writeup in the Olympiad section.

This is a basic interesting fact which relates these two.

Is there a similar equation for the three variable case? Why, or why not?

Calvin Lin Staff - 7 years, 9 months ago
×

Problem Loading...

Note Loading...

Set Loading...