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)...