$a leq b$, is $a^b leq b^a$ correct?limit of $x cot x$ as $xto 0$.How to find $dA$ for change of variables.What is $sin(fracpi2-fracnpi2)$ equal to?Finding volume of solid revolution about x-axisCan you take the derivative of a function at infinity?Are points of the form $overlinex = (1,x_2)$ extremes of $f(x) = (x_1-1)^2x_2$?Compute $lim_xto01 - e^-xover e^x - 1$How would I calculate the limit of $g(x)$ that inside another function?graphical meaning of integration by parts of this functionWhy we can't differentiate both sides of a polynomial equation?

Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?

Motorized valve interfering with button?

The magic money tree problem

How to get the available space of $HOME as a variable in shell scripting?

Copenhagen passport control - US citizen

What defenses are there against being summoned by the Gate spell?

How to add power-LED to my small amplifier?

Is there really no realistic way for a skeleton monster to move around without magic?

Compute hash value according to multiplication method

Is it tax fraud for an individual to declare non-taxable revenue as taxable income? (US tax laws)

How is this relation reflexive?

I probably found a bug with the sudo apt install function

What do you call a Matrix-like slowdown and camera movement effect?

How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?

Why can't I see bouncing of a switch on an oscilloscope?

"You are your self first supporter", a more proper way to say it

Patience, young "Padovan"

How is it possible to have an ability score that is less than 3?

If I cast Expeditious Retreat, can I Dash as a bonus action on the same turn?

What typically incentivizes a professor to change jobs to a lower ranking university?

Suffixes -unt and -ut-

Draw simple lines in Inkscape

Can I make popcorn with any corn?

How can bays and straits be determined in a procedurally generated map?



$a leq b$, is $a^b leq b^a$ correct?


limit of $x cot x$ as $xto 0$.How to find $dA$ for change of variables.What is $sin(fracpi2-fracnpi2)$ equal to?Finding volume of solid revolution about x-axisCan you take the derivative of a function at infinity?Are points of the form $overlinex = (1,x_2)$ extremes of $f(x) = (x_1-1)^2x_2$?Compute $lim_xto01 - e^-xover e^x - 1$How would I calculate the limit of $g(x)$ that inside another function?graphical meaning of integration by parts of this functionWhy we can't differentiate both sides of a polynomial equation?













4












$begingroup$


I have just thought about an interview question, it was maybe asked previously, but I thought about it myself.




Consider, $a leq b$, is $a^b leq b^a$ correct? Justify.




I thought about solving it in the following manner, but don't end with a conclusive result.



Let's consider:
$$beginalign
a^b &leq b^a \
e^ln(a^b) &leq e^ln(b^a) \
ln(a^b) &leq ln(b^a) \
bln(a) &leq aln(b)
endalign
$$

I know that $ln(a) leq ln(b)$, but cannot conclude from there.
Do you have any suggestion?










share|cite|improve this question











$endgroup$
















    4












    $begingroup$


    I have just thought about an interview question, it was maybe asked previously, but I thought about it myself.




    Consider, $a leq b$, is $a^b leq b^a$ correct? Justify.




    I thought about solving it in the following manner, but don't end with a conclusive result.



    Let's consider:
    $$beginalign
    a^b &leq b^a \
    e^ln(a^b) &leq e^ln(b^a) \
    ln(a^b) &leq ln(b^a) \
    bln(a) &leq aln(b)
    endalign
    $$

    I know that $ln(a) leq ln(b)$, but cannot conclude from there.
    Do you have any suggestion?










    share|cite|improve this question











    $endgroup$














      4












      4








      4





      $begingroup$


      I have just thought about an interview question, it was maybe asked previously, but I thought about it myself.




      Consider, $a leq b$, is $a^b leq b^a$ correct? Justify.




      I thought about solving it in the following manner, but don't end with a conclusive result.



      Let's consider:
      $$beginalign
      a^b &leq b^a \
      e^ln(a^b) &leq e^ln(b^a) \
      ln(a^b) &leq ln(b^a) \
      bln(a) &leq aln(b)
      endalign
      $$

      I know that $ln(a) leq ln(b)$, but cannot conclude from there.
      Do you have any suggestion?










      share|cite|improve this question











      $endgroup$




      I have just thought about an interview question, it was maybe asked previously, but I thought about it myself.




      Consider, $a leq b$, is $a^b leq b^a$ correct? Justify.




      I thought about solving it in the following manner, but don't end with a conclusive result.



      Let's consider:
      $$beginalign
      a^b &leq b^a \
      e^ln(a^b) &leq e^ln(b^a) \
      ln(a^b) &leq ln(b^a) \
      bln(a) &leq aln(b)
      endalign
      $$

      I know that $ln(a) leq ln(b)$, but cannot conclude from there.
      Do you have any suggestion?







      calculus






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Mar 29 at 21:04









      Ertxiem

      661112




      661112










      asked Mar 29 at 20:41









      QFiQFi

      595315




      595315




















          3 Answers
          3






          active

          oldest

          votes


















          8












          $begingroup$

          Here is a slightly more systematic way of looking at it.
          You want to check whether
          $$a le b implies fraclog aa le fraclog bb$$
          This would be true if the function $f: mathbbR to mathbbR$
          mapping $x mapsto fraclog xx$ were an increasing function.



          Now, if you know a little calculus, we can look at the derivative to
          get a bit of a clue. It's hopefully easy for you to check that
          $$f'(x) = frac1-log xx^2.$$



          Now the relationship between increasing/decreasing functions and their
          derivatives is the sign of the derivative. It is also hopefully easy
          to see that
          $$f'(x) text is begincases
          textpositive & text if x < e \
          textzero & text if x = e \
          textnegative & text if x > e
          endcases$$



          So, $f$ is increasing, stationary, and decreasing on the respective intervals.
          Oh no! If $f$ is decreasing, then our desired property will fail. So pick some
          $e < a < b$, and you should get a counterexample. Indeed,
          $$3 le 4 text but 3^4 > 4^3$$
          as (un)desired.






          share|cite|improve this answer









          $endgroup$












          • $begingroup$
            This has the nice side effect of proving a fact that looks almost like the original proposition: if $e leq a leq b$ then $b^a leq a^b.$
            $endgroup$
            – David K
            Mar 29 at 21:06










          • $begingroup$
            Thank you for this crystal clear answer. Indeed, I missed to check the derivative of $f(x)=fraclog(x)x$, as it gives all information needed to have a complete answer to the problem.
            $endgroup$
            – QFi
            Mar 29 at 21:07











          • $begingroup$
            @Zizou23 No problem! Glad you found it helpful.
            $endgroup$
            – preferred_anon
            Mar 29 at 23:50


















          3












          $begingroup$

          Counter-example:



          $2le 5$, yet $;2^5>5^2$.






          share|cite|improve this answer











          $endgroup$












          • $begingroup$
            Yes. Sorry for the mistyping.
            $endgroup$
            – Bernard
            Mar 29 at 20:48










          • $begingroup$
            Certainly the problem is not formulated perfectly, as it just popped up in my mind. More opened question would be how do you compare $a^b$ to $b^a$ for $aleq b$. Then, if it is possible to find general solutions for different constraints if required, such as $aleq b leq 0$ or $0leq a leq b$, for instance.
            $endgroup$
            – QFi
            Mar 29 at 20:52











          • $begingroup$
            Your answer is perfectly valid to the question I posted. Can you edit it in such a way it answers to the following question: $aleq b$ how do you compare $a^b$ to $b^a$? Thinking this question would be more interesting to the community.
            $endgroup$
            – QFi
            Mar 29 at 20:56











          • $begingroup$
            You're right. However, speaking of $a^b$ and $b^a$ implies $a$ and $b$ are positive if they're not necessarily integers. Also comparing these powers amounts to $fracln a alefracln bb$, i.e. you have to determine whether the function $fracln xx$ is increasing or decreasing. You can do that looking at the derivative.
            $endgroup$
            – Bernard
            Mar 29 at 20:58











          • $begingroup$
            Yes, thank you.
            $endgroup$
            – QFi
            Mar 29 at 21:08


















          1












          $begingroup$

          When looking for counterexamples, I recommend trying the simplest cases first.



          Are the signs of $a, b$ restricted in any way? If not, try $a = -1, b = 2$.






          share|cite|improve this answer









          $endgroup$













            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',
            autoActivateHeartbeat: false,
            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%2f3167586%2fa-leq-b-is-ab-leq-ba-correct%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            3 Answers
            3






            active

            oldest

            votes








            3 Answers
            3






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            8












            $begingroup$

            Here is a slightly more systematic way of looking at it.
            You want to check whether
            $$a le b implies fraclog aa le fraclog bb$$
            This would be true if the function $f: mathbbR to mathbbR$
            mapping $x mapsto fraclog xx$ were an increasing function.



            Now, if you know a little calculus, we can look at the derivative to
            get a bit of a clue. It's hopefully easy for you to check that
            $$f'(x) = frac1-log xx^2.$$



            Now the relationship between increasing/decreasing functions and their
            derivatives is the sign of the derivative. It is also hopefully easy
            to see that
            $$f'(x) text is begincases
            textpositive & text if x < e \
            textzero & text if x = e \
            textnegative & text if x > e
            endcases$$



            So, $f$ is increasing, stationary, and decreasing on the respective intervals.
            Oh no! If $f$ is decreasing, then our desired property will fail. So pick some
            $e < a < b$, and you should get a counterexample. Indeed,
            $$3 le 4 text but 3^4 > 4^3$$
            as (un)desired.






            share|cite|improve this answer









            $endgroup$












            • $begingroup$
              This has the nice side effect of proving a fact that looks almost like the original proposition: if $e leq a leq b$ then $b^a leq a^b.$
              $endgroup$
              – David K
              Mar 29 at 21:06










            • $begingroup$
              Thank you for this crystal clear answer. Indeed, I missed to check the derivative of $f(x)=fraclog(x)x$, as it gives all information needed to have a complete answer to the problem.
              $endgroup$
              – QFi
              Mar 29 at 21:07











            • $begingroup$
              @Zizou23 No problem! Glad you found it helpful.
              $endgroup$
              – preferred_anon
              Mar 29 at 23:50















            8












            $begingroup$

            Here is a slightly more systematic way of looking at it.
            You want to check whether
            $$a le b implies fraclog aa le fraclog bb$$
            This would be true if the function $f: mathbbR to mathbbR$
            mapping $x mapsto fraclog xx$ were an increasing function.



            Now, if you know a little calculus, we can look at the derivative to
            get a bit of a clue. It's hopefully easy for you to check that
            $$f'(x) = frac1-log xx^2.$$



            Now the relationship between increasing/decreasing functions and their
            derivatives is the sign of the derivative. It is also hopefully easy
            to see that
            $$f'(x) text is begincases
            textpositive & text if x < e \
            textzero & text if x = e \
            textnegative & text if x > e
            endcases$$



            So, $f$ is increasing, stationary, and decreasing on the respective intervals.
            Oh no! If $f$ is decreasing, then our desired property will fail. So pick some
            $e < a < b$, and you should get a counterexample. Indeed,
            $$3 le 4 text but 3^4 > 4^3$$
            as (un)desired.






            share|cite|improve this answer









            $endgroup$












            • $begingroup$
              This has the nice side effect of proving a fact that looks almost like the original proposition: if $e leq a leq b$ then $b^a leq a^b.$
              $endgroup$
              – David K
              Mar 29 at 21:06










            • $begingroup$
              Thank you for this crystal clear answer. Indeed, I missed to check the derivative of $f(x)=fraclog(x)x$, as it gives all information needed to have a complete answer to the problem.
              $endgroup$
              – QFi
              Mar 29 at 21:07











            • $begingroup$
              @Zizou23 No problem! Glad you found it helpful.
              $endgroup$
              – preferred_anon
              Mar 29 at 23:50













            8












            8








            8





            $begingroup$

            Here is a slightly more systematic way of looking at it.
            You want to check whether
            $$a le b implies fraclog aa le fraclog bb$$
            This would be true if the function $f: mathbbR to mathbbR$
            mapping $x mapsto fraclog xx$ were an increasing function.



            Now, if you know a little calculus, we can look at the derivative to
            get a bit of a clue. It's hopefully easy for you to check that
            $$f'(x) = frac1-log xx^2.$$



            Now the relationship between increasing/decreasing functions and their
            derivatives is the sign of the derivative. It is also hopefully easy
            to see that
            $$f'(x) text is begincases
            textpositive & text if x < e \
            textzero & text if x = e \
            textnegative & text if x > e
            endcases$$



            So, $f$ is increasing, stationary, and decreasing on the respective intervals.
            Oh no! If $f$ is decreasing, then our desired property will fail. So pick some
            $e < a < b$, and you should get a counterexample. Indeed,
            $$3 le 4 text but 3^4 > 4^3$$
            as (un)desired.






            share|cite|improve this answer









            $endgroup$



            Here is a slightly more systematic way of looking at it.
            You want to check whether
            $$a le b implies fraclog aa le fraclog bb$$
            This would be true if the function $f: mathbbR to mathbbR$
            mapping $x mapsto fraclog xx$ were an increasing function.



            Now, if you know a little calculus, we can look at the derivative to
            get a bit of a clue. It's hopefully easy for you to check that
            $$f'(x) = frac1-log xx^2.$$



            Now the relationship between increasing/decreasing functions and their
            derivatives is the sign of the derivative. It is also hopefully easy
            to see that
            $$f'(x) text is begincases
            textpositive & text if x < e \
            textzero & text if x = e \
            textnegative & text if x > e
            endcases$$



            So, $f$ is increasing, stationary, and decreasing on the respective intervals.
            Oh no! If $f$ is decreasing, then our desired property will fail. So pick some
            $e < a < b$, and you should get a counterexample. Indeed,
            $$3 le 4 text but 3^4 > 4^3$$
            as (un)desired.







            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered Mar 29 at 20:57









            preferred_anonpreferred_anon

            13.1k11843




            13.1k11843











            • $begingroup$
              This has the nice side effect of proving a fact that looks almost like the original proposition: if $e leq a leq b$ then $b^a leq a^b.$
              $endgroup$
              – David K
              Mar 29 at 21:06










            • $begingroup$
              Thank you for this crystal clear answer. Indeed, I missed to check the derivative of $f(x)=fraclog(x)x$, as it gives all information needed to have a complete answer to the problem.
              $endgroup$
              – QFi
              Mar 29 at 21:07











            • $begingroup$
              @Zizou23 No problem! Glad you found it helpful.
              $endgroup$
              – preferred_anon
              Mar 29 at 23:50
















            • $begingroup$
              This has the nice side effect of proving a fact that looks almost like the original proposition: if $e leq a leq b$ then $b^a leq a^b.$
              $endgroup$
              – David K
              Mar 29 at 21:06










            • $begingroup$
              Thank you for this crystal clear answer. Indeed, I missed to check the derivative of $f(x)=fraclog(x)x$, as it gives all information needed to have a complete answer to the problem.
              $endgroup$
              – QFi
              Mar 29 at 21:07











            • $begingroup$
              @Zizou23 No problem! Glad you found it helpful.
              $endgroup$
              – preferred_anon
              Mar 29 at 23:50















            $begingroup$
            This has the nice side effect of proving a fact that looks almost like the original proposition: if $e leq a leq b$ then $b^a leq a^b.$
            $endgroup$
            – David K
            Mar 29 at 21:06




            $begingroup$
            This has the nice side effect of proving a fact that looks almost like the original proposition: if $e leq a leq b$ then $b^a leq a^b.$
            $endgroup$
            – David K
            Mar 29 at 21:06












            $begingroup$
            Thank you for this crystal clear answer. Indeed, I missed to check the derivative of $f(x)=fraclog(x)x$, as it gives all information needed to have a complete answer to the problem.
            $endgroup$
            – QFi
            Mar 29 at 21:07





            $begingroup$
            Thank you for this crystal clear answer. Indeed, I missed to check the derivative of $f(x)=fraclog(x)x$, as it gives all information needed to have a complete answer to the problem.
            $endgroup$
            – QFi
            Mar 29 at 21:07













            $begingroup$
            @Zizou23 No problem! Glad you found it helpful.
            $endgroup$
            – preferred_anon
            Mar 29 at 23:50




            $begingroup$
            @Zizou23 No problem! Glad you found it helpful.
            $endgroup$
            – preferred_anon
            Mar 29 at 23:50











            3












            $begingroup$

            Counter-example:



            $2le 5$, yet $;2^5>5^2$.






            share|cite|improve this answer











            $endgroup$












            • $begingroup$
              Yes. Sorry for the mistyping.
              $endgroup$
              – Bernard
              Mar 29 at 20:48










            • $begingroup$
              Certainly the problem is not formulated perfectly, as it just popped up in my mind. More opened question would be how do you compare $a^b$ to $b^a$ for $aleq b$. Then, if it is possible to find general solutions for different constraints if required, such as $aleq b leq 0$ or $0leq a leq b$, for instance.
              $endgroup$
              – QFi
              Mar 29 at 20:52











            • $begingroup$
              Your answer is perfectly valid to the question I posted. Can you edit it in such a way it answers to the following question: $aleq b$ how do you compare $a^b$ to $b^a$? Thinking this question would be more interesting to the community.
              $endgroup$
              – QFi
              Mar 29 at 20:56











            • $begingroup$
              You're right. However, speaking of $a^b$ and $b^a$ implies $a$ and $b$ are positive if they're not necessarily integers. Also comparing these powers amounts to $fracln a alefracln bb$, i.e. you have to determine whether the function $fracln xx$ is increasing or decreasing. You can do that looking at the derivative.
              $endgroup$
              – Bernard
              Mar 29 at 20:58











            • $begingroup$
              Yes, thank you.
              $endgroup$
              – QFi
              Mar 29 at 21:08















            3












            $begingroup$

            Counter-example:



            $2le 5$, yet $;2^5>5^2$.






            share|cite|improve this answer











            $endgroup$












            • $begingroup$
              Yes. Sorry for the mistyping.
              $endgroup$
              – Bernard
              Mar 29 at 20:48










            • $begingroup$
              Certainly the problem is not formulated perfectly, as it just popped up in my mind. More opened question would be how do you compare $a^b$ to $b^a$ for $aleq b$. Then, if it is possible to find general solutions for different constraints if required, such as $aleq b leq 0$ or $0leq a leq b$, for instance.
              $endgroup$
              – QFi
              Mar 29 at 20:52











            • $begingroup$
              Your answer is perfectly valid to the question I posted. Can you edit it in such a way it answers to the following question: $aleq b$ how do you compare $a^b$ to $b^a$? Thinking this question would be more interesting to the community.
              $endgroup$
              – QFi
              Mar 29 at 20:56











            • $begingroup$
              You're right. However, speaking of $a^b$ and $b^a$ implies $a$ and $b$ are positive if they're not necessarily integers. Also comparing these powers amounts to $fracln a alefracln bb$, i.e. you have to determine whether the function $fracln xx$ is increasing or decreasing. You can do that looking at the derivative.
              $endgroup$
              – Bernard
              Mar 29 at 20:58











            • $begingroup$
              Yes, thank you.
              $endgroup$
              – QFi
              Mar 29 at 21:08













            3












            3








            3





            $begingroup$

            Counter-example:



            $2le 5$, yet $;2^5>5^2$.






            share|cite|improve this answer











            $endgroup$



            Counter-example:



            $2le 5$, yet $;2^5>5^2$.







            share|cite|improve this answer














            share|cite|improve this answer



            share|cite|improve this answer








            edited Mar 29 at 20:48

























            answered Mar 29 at 20:44









            BernardBernard

            124k741116




            124k741116











            • $begingroup$
              Yes. Sorry for the mistyping.
              $endgroup$
              – Bernard
              Mar 29 at 20:48










            • $begingroup$
              Certainly the problem is not formulated perfectly, as it just popped up in my mind. More opened question would be how do you compare $a^b$ to $b^a$ for $aleq b$. Then, if it is possible to find general solutions for different constraints if required, such as $aleq b leq 0$ or $0leq a leq b$, for instance.
              $endgroup$
              – QFi
              Mar 29 at 20:52











            • $begingroup$
              Your answer is perfectly valid to the question I posted. Can you edit it in such a way it answers to the following question: $aleq b$ how do you compare $a^b$ to $b^a$? Thinking this question would be more interesting to the community.
              $endgroup$
              – QFi
              Mar 29 at 20:56











            • $begingroup$
              You're right. However, speaking of $a^b$ and $b^a$ implies $a$ and $b$ are positive if they're not necessarily integers. Also comparing these powers amounts to $fracln a alefracln bb$, i.e. you have to determine whether the function $fracln xx$ is increasing or decreasing. You can do that looking at the derivative.
              $endgroup$
              – Bernard
              Mar 29 at 20:58











            • $begingroup$
              Yes, thank you.
              $endgroup$
              – QFi
              Mar 29 at 21:08
















            • $begingroup$
              Yes. Sorry for the mistyping.
              $endgroup$
              – Bernard
              Mar 29 at 20:48










            • $begingroup$
              Certainly the problem is not formulated perfectly, as it just popped up in my mind. More opened question would be how do you compare $a^b$ to $b^a$ for $aleq b$. Then, if it is possible to find general solutions for different constraints if required, such as $aleq b leq 0$ or $0leq a leq b$, for instance.
              $endgroup$
              – QFi
              Mar 29 at 20:52











            • $begingroup$
              Your answer is perfectly valid to the question I posted. Can you edit it in such a way it answers to the following question: $aleq b$ how do you compare $a^b$ to $b^a$? Thinking this question would be more interesting to the community.
              $endgroup$
              – QFi
              Mar 29 at 20:56











            • $begingroup$
              You're right. However, speaking of $a^b$ and $b^a$ implies $a$ and $b$ are positive if they're not necessarily integers. Also comparing these powers amounts to $fracln a alefracln bb$, i.e. you have to determine whether the function $fracln xx$ is increasing or decreasing. You can do that looking at the derivative.
              $endgroup$
              – Bernard
              Mar 29 at 20:58











            • $begingroup$
              Yes, thank you.
              $endgroup$
              – QFi
              Mar 29 at 21:08















            $begingroup$
            Yes. Sorry for the mistyping.
            $endgroup$
            – Bernard
            Mar 29 at 20:48




            $begingroup$
            Yes. Sorry for the mistyping.
            $endgroup$
            – Bernard
            Mar 29 at 20:48












            $begingroup$
            Certainly the problem is not formulated perfectly, as it just popped up in my mind. More opened question would be how do you compare $a^b$ to $b^a$ for $aleq b$. Then, if it is possible to find general solutions for different constraints if required, such as $aleq b leq 0$ or $0leq a leq b$, for instance.
            $endgroup$
            – QFi
            Mar 29 at 20:52





            $begingroup$
            Certainly the problem is not formulated perfectly, as it just popped up in my mind. More opened question would be how do you compare $a^b$ to $b^a$ for $aleq b$. Then, if it is possible to find general solutions for different constraints if required, such as $aleq b leq 0$ or $0leq a leq b$, for instance.
            $endgroup$
            – QFi
            Mar 29 at 20:52













            $begingroup$
            Your answer is perfectly valid to the question I posted. Can you edit it in such a way it answers to the following question: $aleq b$ how do you compare $a^b$ to $b^a$? Thinking this question would be more interesting to the community.
            $endgroup$
            – QFi
            Mar 29 at 20:56





            $begingroup$
            Your answer is perfectly valid to the question I posted. Can you edit it in such a way it answers to the following question: $aleq b$ how do you compare $a^b$ to $b^a$? Thinking this question would be more interesting to the community.
            $endgroup$
            – QFi
            Mar 29 at 20:56













            $begingroup$
            You're right. However, speaking of $a^b$ and $b^a$ implies $a$ and $b$ are positive if they're not necessarily integers. Also comparing these powers amounts to $fracln a alefracln bb$, i.e. you have to determine whether the function $fracln xx$ is increasing or decreasing. You can do that looking at the derivative.
            $endgroup$
            – Bernard
            Mar 29 at 20:58





            $begingroup$
            You're right. However, speaking of $a^b$ and $b^a$ implies $a$ and $b$ are positive if they're not necessarily integers. Also comparing these powers amounts to $fracln a alefracln bb$, i.e. you have to determine whether the function $fracln xx$ is increasing or decreasing. You can do that looking at the derivative.
            $endgroup$
            – Bernard
            Mar 29 at 20:58













            $begingroup$
            Yes, thank you.
            $endgroup$
            – QFi
            Mar 29 at 21:08




            $begingroup$
            Yes, thank you.
            $endgroup$
            – QFi
            Mar 29 at 21:08











            1












            $begingroup$

            When looking for counterexamples, I recommend trying the simplest cases first.



            Are the signs of $a, b$ restricted in any way? If not, try $a = -1, b = 2$.






            share|cite|improve this answer









            $endgroup$

















              1












              $begingroup$

              When looking for counterexamples, I recommend trying the simplest cases first.



              Are the signs of $a, b$ restricted in any way? If not, try $a = -1, b = 2$.






              share|cite|improve this answer









              $endgroup$















                1












                1








                1





                $begingroup$

                When looking for counterexamples, I recommend trying the simplest cases first.



                Are the signs of $a, b$ restricted in any way? If not, try $a = -1, b = 2$.






                share|cite|improve this answer









                $endgroup$



                When looking for counterexamples, I recommend trying the simplest cases first.



                Are the signs of $a, b$ restricted in any way? If not, try $a = -1, b = 2$.







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered Mar 29 at 20:45









                avsavs

                3,904515




                3,904515



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Mathematics 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%2fmath.stackexchange.com%2fquestions%2f3167586%2fa-leq-b-is-ab-leq-ba-correct%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

                    Boston (Lincolnshire) Stedsbyld | Berne yn Boston | NavigaasjemenuBoston Borough CouncilBoston, Lincolnshire

                    Trouble understanding the speech of overseas colleaguesHow can I better understand manager or clients with strong accents?Adding more movement and speech at the fundamental level to a highly-sedentary job?Difficulty in understanding Manager's accent(language and communication)How to adjust yourself where your colleagues are not understanding to you?Understanding manager's expectationsForeigner and colleagues using slangHaving difficulty understanding meetingsHow do you breathe when giving a speech?Trouble Waking Up for Emergencies (On-Call)Problems with colleaguesColleagues feeling insecure when I do my work

                    Ballerup Komuun Stääden an saarpen | Futnuuten | Luke uk diar | Nawigatsjuunwww.ballerup.dkwww.statistikbanken.dk: Tabelle BEF44 (Folketal pr. 1. januar fordelt på byer)Commonskategorii: Ballerup Komuun55° 44′ N, 12° 22′ O