Converse of Jensen's inequality











up vote
1
down vote

favorite












Suppose $varphi:mathbb{R}rightarrowmathbb{R}$ and for all bounded measurable $f$,
$$
varphiBig(int_0^1fdlambdaBig) le int_0^1varphi(f)dlambda
$$

I'm asked to prove that $varphi$ is a convex function.
I have no idea how to even begin, only idea I've had is to try to suppose that $varphi''(x)<0$ for some $xin(0,1)$ but then I haven't got a clue.










share|cite|improve this question




















  • 1




    This is much simpler than the Jensen's inequality itself. Just recall the definition of convexity, and try to pick your $f$ to arrive at it exactly.
    – metamorphy
    Nov 21 at 16:13















up vote
1
down vote

favorite












Suppose $varphi:mathbb{R}rightarrowmathbb{R}$ and for all bounded measurable $f$,
$$
varphiBig(int_0^1fdlambdaBig) le int_0^1varphi(f)dlambda
$$

I'm asked to prove that $varphi$ is a convex function.
I have no idea how to even begin, only idea I've had is to try to suppose that $varphi''(x)<0$ for some $xin(0,1)$ but then I haven't got a clue.










share|cite|improve this question




















  • 1




    This is much simpler than the Jensen's inequality itself. Just recall the definition of convexity, and try to pick your $f$ to arrive at it exactly.
    – metamorphy
    Nov 21 at 16:13













up vote
1
down vote

favorite









up vote
1
down vote

favorite











Suppose $varphi:mathbb{R}rightarrowmathbb{R}$ and for all bounded measurable $f$,
$$
varphiBig(int_0^1fdlambdaBig) le int_0^1varphi(f)dlambda
$$

I'm asked to prove that $varphi$ is a convex function.
I have no idea how to even begin, only idea I've had is to try to suppose that $varphi''(x)<0$ for some $xin(0,1)$ but then I haven't got a clue.










share|cite|improve this question















Suppose $varphi:mathbb{R}rightarrowmathbb{R}$ and for all bounded measurable $f$,
$$
varphiBig(int_0^1fdlambdaBig) le int_0^1varphi(f)dlambda
$$

I'm asked to prove that $varphi$ is a convex function.
I have no idea how to even begin, only idea I've had is to try to suppose that $varphi''(x)<0$ for some $xin(0,1)$ but then I haven't got a clue.







measure-theory lebesgue-integral






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Nov 21 at 18:48









Federico

2,367510




2,367510










asked Nov 21 at 15:58









D. Brito

345110




345110








  • 1




    This is much simpler than the Jensen's inequality itself. Just recall the definition of convexity, and try to pick your $f$ to arrive at it exactly.
    – metamorphy
    Nov 21 at 16:13














  • 1




    This is much simpler than the Jensen's inequality itself. Just recall the definition of convexity, and try to pick your $f$ to arrive at it exactly.
    – metamorphy
    Nov 21 at 16:13








1




1




This is much simpler than the Jensen's inequality itself. Just recall the definition of convexity, and try to pick your $f$ to arrive at it exactly.
– metamorphy
Nov 21 at 16:13




This is much simpler than the Jensen's inequality itself. Just recall the definition of convexity, and try to pick your $f$ to arrive at it exactly.
– metamorphy
Nov 21 at 16:13










1 Answer
1






active

oldest

votes

















up vote
1
down vote













Given $x,yinmathbb R$ and $tin(0,1)$, consider
$$
f(s) = begin{cases} x & sleq t \ y & s>t. end{cases}
$$

Then your inequality tells
$$
phi(tx+(1-t)y) leq tphi(x)+(1-t)phi(y).
$$






share|cite|improve this answer





















    Your Answer





    StackExchange.ifUsing("editor", function () {
    return StackExchange.using("mathjaxEditing", function () {
    StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
    StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
    });
    });
    }, "mathjax-editing");

    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "69"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    noCode: true, onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














     

    draft saved


    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3007917%2fconverse-of-jensens-inequality%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    1
    down vote













    Given $x,yinmathbb R$ and $tin(0,1)$, consider
    $$
    f(s) = begin{cases} x & sleq t \ y & s>t. end{cases}
    $$

    Then your inequality tells
    $$
    phi(tx+(1-t)y) leq tphi(x)+(1-t)phi(y).
    $$






    share|cite|improve this answer

























      up vote
      1
      down vote













      Given $x,yinmathbb R$ and $tin(0,1)$, consider
      $$
      f(s) = begin{cases} x & sleq t \ y & s>t. end{cases}
      $$

      Then your inequality tells
      $$
      phi(tx+(1-t)y) leq tphi(x)+(1-t)phi(y).
      $$






      share|cite|improve this answer























        up vote
        1
        down vote










        up vote
        1
        down vote









        Given $x,yinmathbb R$ and $tin(0,1)$, consider
        $$
        f(s) = begin{cases} x & sleq t \ y & s>t. end{cases}
        $$

        Then your inequality tells
        $$
        phi(tx+(1-t)y) leq tphi(x)+(1-t)phi(y).
        $$






        share|cite|improve this answer












        Given $x,yinmathbb R$ and $tin(0,1)$, consider
        $$
        f(s) = begin{cases} x & sleq t \ y & s>t. end{cases}
        $$

        Then your inequality tells
        $$
        phi(tx+(1-t)y) leq tphi(x)+(1-t)phi(y).
        $$







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Nov 21 at 18:47









        Federico

        2,367510




        2,367510






























             

            draft saved


            draft discarded



















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3007917%2fconverse-of-jensens-inequality%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Tonle Sap (See)

            I get strange results when I access the Sqlitedatabase with Unity C# via XAMPP

            Guatemaltekische Davis-Cup-Mannschaft