MHB Can You Prove the GCD Inequality for Natural Numbers?

  • Thread starter Thread starter lfdahl
  • Start date Start date
  • Tags Tags
    Gcd Inequality
lfdahl
Gold Member
MHB
Messages
747
Reaction score
0
Prove, that for all natural numbers, $a$ and $b$, with $b > a$:

\[\frac{ab}{(a,b)}+\frac{(a+1)(b+1)}{(a+1,b+1)}\geq \frac{2ab}{\sqrt{b-a}}\]

where $(m,n)$ denotes the greatest common divisor of the natural numbers $m$ and $n$.
 
Mathematics news on Phys.org
lfdahl said:
Prove, that for all natural numbers, $a$ and $b$, with $b > a$:

\[\frac{ab}{(a,b)}+\frac{(a+1)(b+1)}{(a+1,b+1)}\geq \frac{2ab}{\sqrt{b-a}}\]

where $(m,n)$ denotes the greatest common divisor of the natural numbers $m$ and $n$.
let $A=\dfrac{ab}{(a,b)}+\dfrac{(a+1)(b+1)}{(a+1,b+1)}$
$B=\dfrac{2ab}{\sqrt{b-a}}$
using $a\times b=(a,b)\times [a,b]$
where $(a,b)$ denotes the greatest common divisor of the natural numbers $a$ and $b$
and $[a,b]$ denotes the least common multiple of the natural numbers $a$ and $b$
we have $min(A)=b+b+1\leq A=[a,b]+[a+1,b+1]\leq ab+(a+1)(b+1)$
$=2ab+a+b+1=max(A)$
$B\leq 2ab=max(B)$
if we can find a solution $min(A)\geq max(B)$
that is to find solution $2b+1\geq 2ab$ then we have the proof
in this case $a=1,b>a$
in general we may set $b-a=k>0$
to find $\sqrt k(2b+1)\geq 2ab$
we get $\sqrt k=a,or \,\, k=a^2$
 
Last edited:
Albert said:
let $A=\dfrac{ab}{(a,b)}+\dfrac{(a+1)(b+1)}{(a+1,b+1)}$
$B=\dfrac{2ab}{\sqrt{b-a}}$
using $a\times b=(a,b)\times [a,b]$
where $(a,b)$ denotes the greatest common divisor of the natural numbers $a$ and $b$
and $[a,b]$ denotes the least common multiple of the natural numbers $a$ and $b$
we have $min(A)=b+b+1\leq A=[a,b]+[a+1,b+1]\leq ab+(a+1)(b+1)$
$=2ab+a+b+1=max(A)$
$B\leq 2ab=max(B)$
if we can find a solution $min(A)\geq max(B)$
that is to find solution $2b+1\geq 2ab$ then we have the proof
in this case $a=1,b>a$
in general we may set $b-a=k>0$
to find $\sqrt k(2b+1)\geq 2ab$
we get $\sqrt k=a,or \,\, k=a^2$

Thankyou, Albert for your approach to the problem. Well done.

Here´s another approach:

By applying the AM-GM inequality we get:
\[\frac{ab}{(a,b)}+\frac{(a+1)(b+1)}{(a+1,b+1)}\geq 2 \sqrt{\frac{a(a+1)b(b+1)}{(a,b)(a+1,b+1)}} > \frac{2ab}{\sqrt{(a,b)(a+1,b+1)}}\]
In order to complete the solution, we now show that:
\[b-a \ge (a,b)(a+1,b+1)\]
Indeed, $(a,b)$ and $(a+1,b+1)$ both divide $b-a$, since the greatest common divisor of two
numbers also divides their difference. On the other hand, $(a,b)$ and $(a+1,b+1)$ are coprimes.
Therefore the product $(a,b)(a+1,b+1)$ divides $b-a$. Hence the inequality is proved.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.
Back
Top