Prove Jensen's Inequality: Convex Functions (a,b) → R

  • Thread starter Thread starter v.rad
  • Start date Start date
  • Tags Tags
    Inequality
v.rad
Messages
3
Reaction score
0
1. Suppose that f: (a,b) --> R is convex. Prove Jensen's inequality: if x1,...,xn\in(a,b) and c1,...,cn >= 0 s.t. \sum(c_j)f(x_j) >= f(\sum((c_j)(x_j))

both summations from j = 1 to n

2: Convex: whenever x1, x2 \in(a,b) and 0 <= c <= 1, we have cf(x1) + (1 + c)f(x2) >= f(cx1 + (1-c)x2)


3. I realize that this is a proof by induction.
I have written the first summation in the form of (cn+1)(xn+1) + (1 - (cn+1)y, and then used my definition of convexity. My issue is trying to figure out what my y is. I know it has something to do with breaking it into a summation from just j=1 to n but I keep going in circles...
 
Physics news on Phys.org
Try this:

\sum_{j=1}^{n+1}c_j x_j = c_{n+1} x_{n+1} + \sum_{j=1}^{n}c_j x_j = c_{n+1} x_{n+1} + \left(\frac{1 - c_{n+1}}{1 - c_{n+1}}\right) \sum_{j=1}^{n}c_j x_j = c_{n+1} x_{n+1} + (1 - c_{n+1}) \sum_{j=1}^{n}\frac{c_j}{1 - c_{n+1}} x_j

What is

\sum_{j=1}^{n}\frac{c_j}{1 - c_{n+1}}?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...

Similar threads

Back
Top