Is This Constraint Convex?Reference for “expectation preserves convexity”Static stochastic knapsack problem: unbounded versionHow to determine the convexity of my problem and categorize it?Convex vs Strictly Quasiconvex Functions in OptimizationConvexity of Variance MinimizationCan an integer optimization problem be convex?How to linearize a constraint with maxHow To Linearize $X = maxx_1,x_2$Examples of problems with non-convex constraint functions but convex feasible region

How to explain to traditional people why they should upgrade their old Windows XP device?

Why is there potato in meatballs?

Conservation of momentum in photon-atom collision

A new type of builder pattern

Automatically verify passwords for classroom exercise?

How to tell my mentor to be careful when discussing my work in progress around people I do not trust?

What are the minimum element requirements for a star?

Ethics: Is it ethical for a professor to conduct research using a student's ideas without giving them credit?

How does the credit rating of a country affect its populace?

Grammar explanation for ~よし

How to capitalize letter (using uppercase) that has been assigned to let (or to def)?

Car imitates dead battery but comes back to life ~30 minutes later and lets me start it

What was the motive for inventing Gröbner bases?

Does toddler keep hands around private parts?

Is it possible to change paper title after send back from reviewers for revising?

Twelve Labours #08 - Dark Horse Bookmakers

What Are The Semantics Of Wav-File Sample Values?

Isn't any conversation with the US president quid-pro-quo?

What does Yoda's species eat?

Is every conformal manifold equivalent to a flat one with cone singularities?

Need help reading piano sheet music

RPMs too high on freeway?

Speed up animation

My PhD defense is next week and I am having negative thoughts about my work and knowledge. Any advice on how to tackle this?



Is This Constraint Convex?


Reference for “expectation preserves convexity”Static stochastic knapsack problem: unbounded versionHow to determine the convexity of my problem and categorize it?Convex vs Strictly Quasiconvex Functions in OptimizationConvexity of Variance MinimizationCan an integer optimization problem be convex?How to linearize a constraint with maxHow To Linearize $X = maxx_1,x_2$Examples of problems with non-convex constraint functions but convex feasible region













13















$begingroup$


I have a constraint that I believe to be convex and not affine which I think means that I can implement a relaxation. I will first define the full constraint, and then build up my (informal) reasoning as to why I think it's convex. Hopefully the holes in my thinking can be pointed out and corrected.



$$ X_t = frac Y_t-1^2 Y_t-1^2 + a^2Z_t-1, quad t=1,2,dots,T tag1 $$
$$ X_t,Y_t,Z_t ge 0, $$
$$ X_0, Y_0, Z_0, alpha gt 0 $$



Argument 1: A quadratic polynomial is convex, so if the constraint was simply $ X_t = Y_t-1^2$ then the constraint would be convex.



Argument 2: By a similar extension, $ X_t = Y_t-1^2 + alpha^2 $ would be convex.



Argument 3: The ratio of two convex functions, call it $F_t-1$, should also be convex.



Argument 4: If $F_t-1$ is convex, then multiplying $F_t-1$ by a continuous linear variable would not impose any non-convexity issues.



Conclusion: The original constraint is convex but not affine and as such we can apply a relaxation to change the problem into:



$$ X_t le frac Y_t-1^2 Y_t-1^2 + a^2Z_t-1, quad t=1,2,dots,T tag1 $$










share|improve this question











$endgroup$














  • $begingroup$
    Even though your argument is not correct, there is still a possibility to obtain a convex formulation. You could substitute all your $X_t$ variables using the equality constraints that you showed us. If you are (really) lucky, it might be that your problem is convex after the substitutions.
    $endgroup$
    – Kevin Dalmeijer
    Oct 16 at 3:20
















13















$begingroup$


I have a constraint that I believe to be convex and not affine which I think means that I can implement a relaxation. I will first define the full constraint, and then build up my (informal) reasoning as to why I think it's convex. Hopefully the holes in my thinking can be pointed out and corrected.



$$ X_t = frac Y_t-1^2 Y_t-1^2 + a^2Z_t-1, quad t=1,2,dots,T tag1 $$
$$ X_t,Y_t,Z_t ge 0, $$
$$ X_0, Y_0, Z_0, alpha gt 0 $$



Argument 1: A quadratic polynomial is convex, so if the constraint was simply $ X_t = Y_t-1^2$ then the constraint would be convex.



Argument 2: By a similar extension, $ X_t = Y_t-1^2 + alpha^2 $ would be convex.



Argument 3: The ratio of two convex functions, call it $F_t-1$, should also be convex.



Argument 4: If $F_t-1$ is convex, then multiplying $F_t-1$ by a continuous linear variable would not impose any non-convexity issues.



Conclusion: The original constraint is convex but not affine and as such we can apply a relaxation to change the problem into:



$$ X_t le frac Y_t-1^2 Y_t-1^2 + a^2Z_t-1, quad t=1,2,dots,T tag1 $$










share|improve this question











$endgroup$














  • $begingroup$
    Even though your argument is not correct, there is still a possibility to obtain a convex formulation. You could substitute all your $X_t$ variables using the equality constraints that you showed us. If you are (really) lucky, it might be that your problem is convex after the substitutions.
    $endgroup$
    – Kevin Dalmeijer
    Oct 16 at 3:20














13













13









13


3



$begingroup$


I have a constraint that I believe to be convex and not affine which I think means that I can implement a relaxation. I will first define the full constraint, and then build up my (informal) reasoning as to why I think it's convex. Hopefully the holes in my thinking can be pointed out and corrected.



$$ X_t = frac Y_t-1^2 Y_t-1^2 + a^2Z_t-1, quad t=1,2,dots,T tag1 $$
$$ X_t,Y_t,Z_t ge 0, $$
$$ X_0, Y_0, Z_0, alpha gt 0 $$



Argument 1: A quadratic polynomial is convex, so if the constraint was simply $ X_t = Y_t-1^2$ then the constraint would be convex.



Argument 2: By a similar extension, $ X_t = Y_t-1^2 + alpha^2 $ would be convex.



Argument 3: The ratio of two convex functions, call it $F_t-1$, should also be convex.



Argument 4: If $F_t-1$ is convex, then multiplying $F_t-1$ by a continuous linear variable would not impose any non-convexity issues.



Conclusion: The original constraint is convex but not affine and as such we can apply a relaxation to change the problem into:



$$ X_t le frac Y_t-1^2 Y_t-1^2 + a^2Z_t-1, quad t=1,2,dots,T tag1 $$










share|improve this question











$endgroup$




I have a constraint that I believe to be convex and not affine which I think means that I can implement a relaxation. I will first define the full constraint, and then build up my (informal) reasoning as to why I think it's convex. Hopefully the holes in my thinking can be pointed out and corrected.



$$ X_t = frac Y_t-1^2 Y_t-1^2 + a^2Z_t-1, quad t=1,2,dots,T tag1 $$
$$ X_t,Y_t,Z_t ge 0, $$
$$ X_0, Y_0, Z_0, alpha gt 0 $$



Argument 1: A quadratic polynomial is convex, so if the constraint was simply $ X_t = Y_t-1^2$ then the constraint would be convex.



Argument 2: By a similar extension, $ X_t = Y_t-1^2 + alpha^2 $ would be convex.



Argument 3: The ratio of two convex functions, call it $F_t-1$, should also be convex.



Argument 4: If $F_t-1$ is convex, then multiplying $F_t-1$ by a continuous linear variable would not impose any non-convexity issues.



Conclusion: The original constraint is convex but not affine and as such we can apply a relaxation to change the problem into:



$$ X_t le frac Y_t-1^2 Y_t-1^2 + a^2Z_t-1, quad t=1,2,dots,T tag1 $$







constraint convexity nonconvex-programming lp-relaxation convexity-propagation






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Oct 17 at 15:45









Mark L. Stone

4,7151 gold badge10 silver badges35 bronze badges




4,7151 gold badge10 silver badges35 bronze badges










asked Oct 15 at 15:54









D.GrayD.Gray

1,70514 bronze badges




1,70514 bronze badges














  • $begingroup$
    Even though your argument is not correct, there is still a possibility to obtain a convex formulation. You could substitute all your $X_t$ variables using the equality constraints that you showed us. If you are (really) lucky, it might be that your problem is convex after the substitutions.
    $endgroup$
    – Kevin Dalmeijer
    Oct 16 at 3:20

















  • $begingroup$
    Even though your argument is not correct, there is still a possibility to obtain a convex formulation. You could substitute all your $X_t$ variables using the equality constraints that you showed us. If you are (really) lucky, it might be that your problem is convex after the substitutions.
    $endgroup$
    – Kevin Dalmeijer
    Oct 16 at 3:20
















$begingroup$
Even though your argument is not correct, there is still a possibility to obtain a convex formulation. You could substitute all your $X_t$ variables using the equality constraints that you showed us. If you are (really) lucky, it might be that your problem is convex after the substitutions.
$endgroup$
– Kevin Dalmeijer
Oct 16 at 3:20





$begingroup$
Even though your argument is not correct, there is still a possibility to obtain a convex formulation. You could substitute all your $X_t$ variables using the equality constraints that you showed us. If you are (really) lucky, it might be that your problem is convex after the substitutions.
$endgroup$
– Kevin Dalmeijer
Oct 16 at 3:20











2 Answers
2






active

oldest

votes


















18

















$begingroup$

Arguments 3 and 4 are incorrect. The Right-Hand Side (RHS) is not convex. Even if it were, setting a nonlinear equality with either side non-affine is non-convex. As the final coup de grace, even if the RHS were convex, an inequality, affine expression $le$ convex RHS, is going the wrong direction to be convex.



I suggest you study sections 2.3 and especially 3.2, both named "Operations that preserve convexity" of Convex Optimization, by Boyd and Vandenberghe which is freely available at the linked website of one of the authors.






share|improve this answer












$endgroup$










  • 3




    $begingroup$
    Thank you for the resource! Always appreciate your guidance on the forums.
    $endgroup$
    – D.Gray
    Oct 15 at 16:57










  • $begingroup$
    Boyd also recommends (jokingly?) to work on this problem in two ways, simultaneously: While you try to prove convexity on paper, you run a program that samples two random points, and checks the convexity of the function at their midpoint, potentially providing a counter-example.
    $endgroup$
    – Robert Schwarz
    Oct 16 at 8:41


















13

















$begingroup$

Counterexamples to your arguments:



Argument 1:
Only affine equality constraints are convex, $x = y^2$ is not convex.



Argument 3:
Take $f(x) = x^4$ and $g(x) = x$. Both are convex, but the ratio $h(x) = fracx^4x $ is not.



Argument 4:
Let $f(x) = x$, and $y in mathbbR$. $f$ is convex, but $g(x, y) = yf(x) = xy$ is not.






share|improve this answer










$endgroup$
















    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "700"
    ;
    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',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    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/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );














    draft saved

    draft discarded
















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2for.stackexchange.com%2fquestions%2f2828%2fis-this-constraint-convex%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown


























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    18

















    $begingroup$

    Arguments 3 and 4 are incorrect. The Right-Hand Side (RHS) is not convex. Even if it were, setting a nonlinear equality with either side non-affine is non-convex. As the final coup de grace, even if the RHS were convex, an inequality, affine expression $le$ convex RHS, is going the wrong direction to be convex.



    I suggest you study sections 2.3 and especially 3.2, both named "Operations that preserve convexity" of Convex Optimization, by Boyd and Vandenberghe which is freely available at the linked website of one of the authors.






    share|improve this answer












    $endgroup$










    • 3




      $begingroup$
      Thank you for the resource! Always appreciate your guidance on the forums.
      $endgroup$
      – D.Gray
      Oct 15 at 16:57










    • $begingroup$
      Boyd also recommends (jokingly?) to work on this problem in two ways, simultaneously: While you try to prove convexity on paper, you run a program that samples two random points, and checks the convexity of the function at their midpoint, potentially providing a counter-example.
      $endgroup$
      – Robert Schwarz
      Oct 16 at 8:41















    18

















    $begingroup$

    Arguments 3 and 4 are incorrect. The Right-Hand Side (RHS) is not convex. Even if it were, setting a nonlinear equality with either side non-affine is non-convex. As the final coup de grace, even if the RHS were convex, an inequality, affine expression $le$ convex RHS, is going the wrong direction to be convex.



    I suggest you study sections 2.3 and especially 3.2, both named "Operations that preserve convexity" of Convex Optimization, by Boyd and Vandenberghe which is freely available at the linked website of one of the authors.






    share|improve this answer












    $endgroup$










    • 3




      $begingroup$
      Thank you for the resource! Always appreciate your guidance on the forums.
      $endgroup$
      – D.Gray
      Oct 15 at 16:57










    • $begingroup$
      Boyd also recommends (jokingly?) to work on this problem in two ways, simultaneously: While you try to prove convexity on paper, you run a program that samples two random points, and checks the convexity of the function at their midpoint, potentially providing a counter-example.
      $endgroup$
      – Robert Schwarz
      Oct 16 at 8:41













    18















    18











    18







    $begingroup$

    Arguments 3 and 4 are incorrect. The Right-Hand Side (RHS) is not convex. Even if it were, setting a nonlinear equality with either side non-affine is non-convex. As the final coup de grace, even if the RHS were convex, an inequality, affine expression $le$ convex RHS, is going the wrong direction to be convex.



    I suggest you study sections 2.3 and especially 3.2, both named "Operations that preserve convexity" of Convex Optimization, by Boyd and Vandenberghe which is freely available at the linked website of one of the authors.






    share|improve this answer












    $endgroup$



    Arguments 3 and 4 are incorrect. The Right-Hand Side (RHS) is not convex. Even if it were, setting a nonlinear equality with either side non-affine is non-convex. As the final coup de grace, even if the RHS were convex, an inequality, affine expression $le$ convex RHS, is going the wrong direction to be convex.



    I suggest you study sections 2.3 and especially 3.2, both named "Operations that preserve convexity" of Convex Optimization, by Boyd and Vandenberghe which is freely available at the linked website of one of the authors.







    share|improve this answer















    share|improve this answer




    share|improve this answer








    edited Oct 15 at 17:07

























    answered Oct 15 at 16:01









    Mark L. StoneMark L. Stone

    4,7151 gold badge10 silver badges35 bronze badges




    4,7151 gold badge10 silver badges35 bronze badges










    • 3




      $begingroup$
      Thank you for the resource! Always appreciate your guidance on the forums.
      $endgroup$
      – D.Gray
      Oct 15 at 16:57










    • $begingroup$
      Boyd also recommends (jokingly?) to work on this problem in two ways, simultaneously: While you try to prove convexity on paper, you run a program that samples two random points, and checks the convexity of the function at their midpoint, potentially providing a counter-example.
      $endgroup$
      – Robert Schwarz
      Oct 16 at 8:41












    • 3




      $begingroup$
      Thank you for the resource! Always appreciate your guidance on the forums.
      $endgroup$
      – D.Gray
      Oct 15 at 16:57










    • $begingroup$
      Boyd also recommends (jokingly?) to work on this problem in two ways, simultaneously: While you try to prove convexity on paper, you run a program that samples two random points, and checks the convexity of the function at their midpoint, potentially providing a counter-example.
      $endgroup$
      – Robert Schwarz
      Oct 16 at 8:41







    3




    3




    $begingroup$
    Thank you for the resource! Always appreciate your guidance on the forums.
    $endgroup$
    – D.Gray
    Oct 15 at 16:57




    $begingroup$
    Thank you for the resource! Always appreciate your guidance on the forums.
    $endgroup$
    – D.Gray
    Oct 15 at 16:57












    $begingroup$
    Boyd also recommends (jokingly?) to work on this problem in two ways, simultaneously: While you try to prove convexity on paper, you run a program that samples two random points, and checks the convexity of the function at their midpoint, potentially providing a counter-example.
    $endgroup$
    – Robert Schwarz
    Oct 16 at 8:41




    $begingroup$
    Boyd also recommends (jokingly?) to work on this problem in two ways, simultaneously: While you try to prove convexity on paper, you run a program that samples two random points, and checks the convexity of the function at their midpoint, potentially providing a counter-example.
    $endgroup$
    – Robert Schwarz
    Oct 16 at 8:41











    13

















    $begingroup$

    Counterexamples to your arguments:



    Argument 1:
    Only affine equality constraints are convex, $x = y^2$ is not convex.



    Argument 3:
    Take $f(x) = x^4$ and $g(x) = x$. Both are convex, but the ratio $h(x) = fracx^4x $ is not.



    Argument 4:
    Let $f(x) = x$, and $y in mathbbR$. $f$ is convex, but $g(x, y) = yf(x) = xy$ is not.






    share|improve this answer










    $endgroup$



















      13

















      $begingroup$

      Counterexamples to your arguments:



      Argument 1:
      Only affine equality constraints are convex, $x = y^2$ is not convex.



      Argument 3:
      Take $f(x) = x^4$ and $g(x) = x$. Both are convex, but the ratio $h(x) = fracx^4x $ is not.



      Argument 4:
      Let $f(x) = x$, and $y in mathbbR$. $f$ is convex, but $g(x, y) = yf(x) = xy$ is not.






      share|improve this answer










      $endgroup$

















        13















        13











        13







        $begingroup$

        Counterexamples to your arguments:



        Argument 1:
        Only affine equality constraints are convex, $x = y^2$ is not convex.



        Argument 3:
        Take $f(x) = x^4$ and $g(x) = x$. Both are convex, but the ratio $h(x) = fracx^4x $ is not.



        Argument 4:
        Let $f(x) = x$, and $y in mathbbR$. $f$ is convex, but $g(x, y) = yf(x) = xy$ is not.






        share|improve this answer










        $endgroup$



        Counterexamples to your arguments:



        Argument 1:
        Only affine equality constraints are convex, $x = y^2$ is not convex.



        Argument 3:
        Take $f(x) = x^4$ and $g(x) = x$. Both are convex, but the ratio $h(x) = fracx^4x $ is not.



        Argument 4:
        Let $f(x) = x$, and $y in mathbbR$. $f$ is convex, but $g(x, y) = yf(x) = xy$ is not.







        share|improve this answer













        share|improve this answer




        share|improve this answer










        answered Oct 15 at 18:55









        Michael FeldmeierMichael Feldmeier

        2,5096 silver badges37 bronze badges




        2,5096 silver badges37 bronze badges































            draft saved

            draft discarded















































            Thanks for contributing an answer to Operations Research Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            Use MathJax to format equations. MathJax reference.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2for.stackexchange.com%2fquestions%2f2828%2fis-this-constraint-convex%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

            Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

            Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

            Tom Holland Mục lục Đầu đời và giáo dục | Sự nghiệp | Cuộc sống cá nhân | Phim tham gia | Giải thưởng và đề cử | Chú thích | Liên kết ngoài | Trình đơn chuyển hướngProfile“Person Details for Thomas Stanley Holland, "England and Wales Birth Registration Index, 1837-2008" — FamilySearch.org”"Meet Tom Holland... the 16-year-old star of The Impossible""Schoolboy actor Tom Holland finds himself in Oscar contention for role in tsunami drama"“Naomi Watts on the Prince William and Harry's reaction to her film about the late Princess Diana”lưu trữ"Holland and Pflueger Are West End's Two New 'Billy Elliots'""I'm so envious of my son, the movie star! British writer Dominic Holland's spent 20 years trying to crack Hollywood - but he's been beaten to it by a very unlikely rival"“Richard and Margaret Povey of Jersey, Channel Islands, UK: Information about Thomas Stanley Holland”"Tom Holland to play Billy Elliot""New Billy Elliot leaving the garage"Billy Elliot the Musical - Tom Holland - Billy"A Tale of four Billys: Tom Holland""The Feel Good Factor""Thames Christian College schoolboys join Myleene Klass for The Feelgood Factor""Government launches £600,000 arts bursaries pilot""BILLY's Chapman, Holland, Gardner & Jackson-Keen Visit Prime Minister""Elton John 'blown away' by Billy Elliot fifth birthday" (video with John's interview and fragments of Holland's performance)"First News interviews Arrietty's Tom Holland"“33rd Critics' Circle Film Awards winners”“National Board of Review Current Awards”Bản gốc"Ron Howard Whaling Tale 'In The Heart Of The Sea' Casts Tom Holland"“'Spider-Man' Finds Tom Holland to Star as New Web-Slinger”lưu trữ“Captain America: Civil War (2016)”“Film Review: ‘Captain America: Civil War’”lưu trữ“‘Captain America: Civil War’ review: Choose your own avenger”lưu trữ“The Lost City of Z reviews”“Sony Pictures and Marvel Studios Find Their 'Spider-Man' Star and Director”“‘Mary Magdalene’, ‘Current War’ & ‘Wind River’ Get 2017 Release Dates From Weinstein”“Lionsgate Unleashing Daisy Ridley & Tom Holland Starrer ‘Chaos Walking’ In Cannes”“PTA's 'Master' Leads Chicago Film Critics Nominations, UPDATED: Houston and Indiana Critics Nominations”“Nominaciones Goya 2013 Telecinco Cinema – ENG”“Jameson Empire Film Awards: Martin Freeman wins best actor for performance in The Hobbit”“34th Annual Young Artist Awards”Bản gốc“Teen Choice Awards 2016—Captain America: Civil War Leads Second Wave of Nominations”“BAFTA Film Award Nominations: ‘La La Land’ Leads Race”“Saturn Awards Nominations 2017: 'Rogue One,' 'Walking Dead' Lead”Tom HollandTom HollandTom HollandTom Hollandmedia.gettyimages.comWorldCat Identities300279794no20130442900000 0004 0355 42791085670554170004732cb16706349t(data)XX5557367