I was interested to see a proof for Jensen's inequality for the following variant:
Let $X$ be a discrete random variable with finite expected value and let $h:\mathbb{R} \to \mathbb{R}$ be a convex function. then: $h(E[X])\leq E[h(X)]$
Please note, I'm interested in a proof for this variant with a discrete random variable. The proof in Wikipedia doesn't match my needs.
I believe you might be interested in the proof provided in Theorem 2.4 in Probability and Computing: Randomization and Probabilistic Techniques in Algorithms and data Analysis, Second Edition from M. Mitzenmacher and E. Upfal. The only assumption there is that $f$ has a Taylor expansion, so your random variable can be either discrete or continuous.