Proving LCM Inequality for Positive Integers

In summary, we are trying to prove that for all positive integers $m > n$, the sum of the least common multiples of $m,n$ and $m+1,n+1$ is greater than $\frac{2mn}{\sqrt{m-n}}$. We can rewrite this sum as $A(m,n)=\frac{m\cdot n}{\gcd(m,n)}+\frac{(m+1)\cdot (n+1)}{\gcd(m+1,n+1)}$, which can be simplified to $m\cdot n \cdot \left( \tfrac{1}{\gcd(m,n)}+\tfrac{1}{\gcd(m+1,n+1)} \right)$. Using the
  • #1
pedja
15
0
For all positive integers \(\displaystyle m > n\), prove that :

\(\displaystyle \operatorname{lcm}(m,n)+\operatorname{lcm}(m+1,n+1)>\frac{2mn}{\sqrt{m-n}}\)
 
Mathematics news on Phys.org
  • #2
Remember that $\text{lcm}(x,y)=\displaystyle\frac{x\cdot y}{\gcd(x,y)}$ so we have

\[A(m,n):=\text{lcm}(m,n)+\text{lcm}(m+1,n+1) = \frac{m\cdot n}{\gcd(m,n)}+\frac{(m+1)\cdot (n+1)}{\gcd(m+1,n+1)}\]

and then clearly

\[A(m,n) > \frac{m\cdot n}{\gcd(m,n)}+\frac{m\cdot n}{\gcd(m+1,n+1)} = m\cdot n \cdot \left( \tfrac{1}{\gcd(m,n)}+\tfrac{1}{\gcd(m+1,n+1)} \right)\]

Now let us use the AM-GM inequality ( $x+y \geq 2\sqrt{x\cdot y}$ for $x,y\geq 0$) to get

\[\frac{1}{\gcd(m,n)}+\frac{1}{\gcd(m+1,n+1)} \geq \frac{2}{\sqrt{\gcd(m,n)\cdot \gcd(m+1,n+1)}}\]

Next note that if we get $\gcd(m,n)\cdot \gcd(m+1,n+1) \leq m-n$, we are done.

To prove it, note that $d_1 = \gcd(m,n) = \gcd(n,m-n)$ which divides $m-n$, and $d_2=\gcd(m+1,n+1)=\gcd(n+1,m-n)$ which also divides $m-n$. But $d_1$ divides $n$ and $d_2$ divides $n+1$ ... and $\gcd(n,n+1)=1$ :p so in fact $\gcd(d_1,d_2)=1$ !.

Hence $d_1\cdot d_2$ must divide $m-n$, and so $d_1\cdot d_2 \leq m - n$ completing the proof $\square$.
 

FAQ: Proving LCM Inequality for Positive Integers

What is the LCM inequality for positive integers?

The LCM inequality for positive integers states that the LCM (least common multiple) of two or more positive integers is always greater than or equal to the product of those integers.

Why is it important to prove the LCM inequality?

Proving the LCM inequality is important because it helps us understand the relationship between the LCM and the product of positive integers. It is also useful in number theory and other areas of mathematics.

What is the process for proving the LCM inequality?

The process for proving the LCM inequality involves using mathematical induction. This means showing that the inequality holds for a base case (usually two integers) and then showing that it also holds for any two consecutive integers. This proves that the inequality holds for all positive integers.

Are there any exceptions to the LCM inequality?

No, the LCM inequality holds true for all positive integers. There are no exceptions to this rule.

How is the LCM inequality related to other mathematical concepts?

The LCM inequality is closely related to the fundamental theorem of arithmetic, which states that every positive integer can be uniquely expressed as a product of prime numbers. It is also related to the distributive property, which states that the product of two integers can be distributed over their sum. Understanding these relationships can help in proving the LCM inequality.

Similar threads

Replies
1
Views
1K
Replies
5
Views
2K
Replies
1
Views
872
Replies
5
Views
2K
Replies
2
Views
1K
Replies
7
Views
541
Replies
1
Views
892
Replies
1
Views
958
Back
Top