MHB Proof of Triangle Inequality for $n$ Natural Numbers

solakis1
Messages
407
Reaction score
0
Prove for all $n\in N$

$\dfrac{|a_1+...a_n|}{1+|a_1+...+a_n|}\leq\dfrac{|a_1|}{1+|a_1|}+...\dfrac{|a_n|}{1+|a_n|}$
 
Mathematics news on Phys.org
First step is to prove the inequality when $n=2$ and both the numbers are positive. So we want to show that if $a,b\geqslant0$ then $$\frac{a+b}{1+a+b}\leqslant \frac a{1+a} + \frac b{1+b}.$$ Write that as $$1 - \frac1{1+a+b} \leqslant 1-\frac1{1+a} + 1 - \frac1{1+b},$$ $$ \frac1{1+a} + \frac1{1+b} \leqslant 1 + \frac1{1+a+b} = \frac{2+a+b}{1+a+b}.$$ Multiply out the fractions to get $$(2+a+b)(1+a+b) \leqslant (2+a+b)(1+a+b+ab).$$ That last inequality is clearly true, and all the steps are reversible. Therefore the first inequality is true.

The next step is to prove the given inequality in the case when $a_1,\ldots,a_n$ are all positive. This is done by induction, the base case $n=2$ being covered by Step 1 above. For the inductive step, suppose that $$\frac{a_1 + \ldots + a_{n-1}}{1+a_1 + \ldots + a_{n-1}} \leqslant \frac{a_1}{1+a_1} + \ldots + \frac{a_{n-1}}{1+a_{n-1}},$$ and apply the Step 1 inequality with $a=a_1+\ldots+a_{n-1}$ and $b=a_n$ to get $$\frac{a_1 + \ldots + a_n}{1+a_1 + \ldots + a_n} \leqslant \frac{a_1 + \ldots + a_{n-1}}{1+a_1 + \ldots + a_{n-1}} + \frac{a_n}{1+a_n}.$$ The result then follows from the inductive hypothesis.

Finally, suppose that $a_1,\ldots,a_n$ are arbitrary real (or even complex) numbers. For $x\geqslant0$, the function $\dfrac x{1+x}$ is an increasing function. Since $|a_1+\ldots+a_n| \leqslant |a_1| + \ldots + |a_n|$ it follows that $$\frac{|a_1 + \ldots + a_n|}{1+|a_1 + \ldots + a_n|} \leqslant \frac{|a_1| + \ldots + |a_n|}{1+|a_1| + \ldots + |a_n|}.$$ It then follows from Step 2 applied to the positive numbers $|a_1|,\ldots,|a_n|$ that $$\frac{|a_1 + \ldots + a_n|}{1+|a_1 + \ldots + a_n|} \leqslant \frac{|a_1| + \ldots + |a_n|}{1+|a_1| + \ldots + |a_n|} \leqslant \frac{|a_1|}{1+|a_1|} + \ldots + \frac{|a_n|}{1+|a_n|}.$$
 
Opalg said:
First step is to prove the inequality when $n=2$ and both the numbers are positive. So we want to show that if $a,b\geqslant0$ then $$\frac{a+b}{1+a+b}\leqslant \frac a{1+a} + \frac b{1+b}.$$ Write that as $$1 - \frac1{1+a+b} \leqslant 1-\frac1{1+a} + 1 - \frac1{1+b},$$ $$ \frac1{1+a} + \frac1{1+b} \leqslant 1 + \frac1{1+a+b} = \frac{2+a+b}{1+a+b}.$$ Multiply out the fractions to get $$(2+a+b)(1+a+b) \leqslant (2+a+b)(1+a+b+ab).$$ That last inequality is clearly true, and all the steps are reversible. Therefore the first inequality is true.

The next step is to prove the given inequality in the case when $a_1,\ldots,a_n$ are all positive. This is done by induction, the base case $n=2$ being covered by Step 1 above. For the inductive step, suppose that $$\frac{a_1 + \ldots + a_{n-1}}{1+a_1 + \ldots + a_{n-1}} \leqslant \frac{a_1}{1+a_1} + \ldots + \frac{a_{n-1}}{1+a_{n-1}},$$ and apply the Step 1 inequality with $a=a_1+\ldots+a_{n-1}$ and $b=a_n$ to get $$\frac{a_1 + \ldots + a_n}{1+a_1 + \ldots + a_n} \leqslant \frac{a_1 + \ldots + a_{n-1}}{1+a_1 + \ldots + a_{n-1}} + \frac{a_n}{1+a_n}.$$ The result then follows from the inductive hypothesis.

Finally, suppose that $a_1,\ldots,a_n$ are arbitrary real (or even complex) numbers. For $x\geqslant0$, the function $\dfrac x{1+x}$ is an increasing function. Since $|a_1+\ldots+a_n| \leqslant |a_1| + \ldots + |a_n|$ it follows that $$\frac{|a_1 + \ldots + a_n|}{1+|a_1 + \ldots + a_n|} \leqslant \frac{|a_1| + \ldots + |a_n|}{1+|a_1| + \ldots + |a_n|}.$$ It then follows from Step 2 applied to the positive numbers $|a_1|,\ldots,|a_n|$ that $$\frac{|a_1 + \ldots + a_n|}{1+|a_1 + \ldots + a_n|} \leqslant \frac{|a_1| + \ldots + |a_n|}{1+|a_1| + \ldots + |a_n|} \leqslant \frac{|a_1|}{1+|a_1|} + \ldots + \frac{|a_n|}{1+|a_n|}.$$
[sp]To follow your way We have:

$(a+b)\leq a+b$ Divide both sides by 1+a+b>0 and we have:

$\dfrac{(a+b)}{1+(a+b)}\leq\dfrac{a+b}{1+a+b}\leq\dfrac{a}{1+a}+\dfrac{b}{1+b}$

Now for the induction.

Since $(a_1+.....a_n)\leq a_1+.......a_n)$

Divide both sides by $(1+a_1.......a_n)$ and you have the desired result

Now substitute all the a's with there corresponding absolute value since they are positive and we have the desired inequality which holds for all values of a's[/sp]
 
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...
Thread 'Imaginary pythagorus'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...

Similar threads

Back
Top