Re: It is not easy




Rob wrote:
Student of Math wrote:
I am working on this inequality since Nov2004, with no proof for it,
(a+b+c+d+e)(ab+bc+cd+de+ea)<(a^1.5+b^1.5+c^1.5+d^1.5+e^1.5)^2,
for any real&positive real a,b,c,d,e.
Please help me to find its proof.

Try induction on the sum of a,b,c,d,e. [...]

This would only give a proof if a,b,c,d,e are positive _INTEGERS_.

Hints for Student of Math: Try to prove it using fewer variables. Try
induction on the _number_ of variables.

--- Christopher Heckman

.



Relevant Pages

  • Re: Proof that a Number is a Multiple of 3 If the Sum Of Its Digits in Decimal Notation Is a Multip
    ... decimal representation is a multiple of 3, ... Symbolic Sum Manipulation ... Induction via Integer Division Algorithm ... is essentially equivalent to passing to polynomials as I do in, ...
    (sci.math)
  • Re: Help with Mathematical Induction
    ... and the n+1th odd number. ... By the induction hypothesis, fis n^2. ... sum for the first n and adding the th odd number, 2-1, to it. ... basic algebra is generally useful in computer science. ...
    (sci.logic)
  • Re: It is not easy
    ... Try induction on the sum of a,b,c,d,e. ... the inequality is strict, if it has any positive real counterexamples ... and yet has no positive rational counterexamples. ...
    (sci.math)
  • Re: help with induction of a summation
    ... Prove that the Sum as i goes to n when i starts at 0 (no idea how to ... prove the binomial theorem by induction. ... What's the range of i in the second sumation? ...
    (sci.math)
  • Re: recursion
    ... The sum of the items in list l is zero if the list is empty. ... Proof that my_sum(seq) computes the sum of the items in seq (this ... my_sumterminates with value 0 when lenis ... Induction hypothesis: ...
    (comp.lang.python)