Finding bounds of the set: $ A = { frac{mcdot n}{m+n}: m,n in mathbb N } $











up vote
1
down vote

favorite












I'm having some problems with this.



I know that lower bound will be $dfrac{1}{2}$. Should I just find $m,n$ for which $dfrac{mcdot n}{m+n} lt dfrac{1}{2} + epsilon $? Also I'm not sure how to prove that it's the best possible lower bound.



Also I presume that there isn't any upper bound, thus it goes to infinity, but I have problems coming up with the proof.



Thank you for any hints.










share|cite|improve this question









New contributor




Bartosz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























    up vote
    1
    down vote

    favorite












    I'm having some problems with this.



    I know that lower bound will be $dfrac{1}{2}$. Should I just find $m,n$ for which $dfrac{mcdot n}{m+n} lt dfrac{1}{2} + epsilon $? Also I'm not sure how to prove that it's the best possible lower bound.



    Also I presume that there isn't any upper bound, thus it goes to infinity, but I have problems coming up with the proof.



    Thank you for any hints.










    share|cite|improve this question









    New contributor




    Bartosz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      I'm having some problems with this.



      I know that lower bound will be $dfrac{1}{2}$. Should I just find $m,n$ for which $dfrac{mcdot n}{m+n} lt dfrac{1}{2} + epsilon $? Also I'm not sure how to prove that it's the best possible lower bound.



      Also I presume that there isn't any upper bound, thus it goes to infinity, but I have problems coming up with the proof.



      Thank you for any hints.










      share|cite|improve this question









      New contributor




      Bartosz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      I'm having some problems with this.



      I know that lower bound will be $dfrac{1}{2}$. Should I just find $m,n$ for which $dfrac{mcdot n}{m+n} lt dfrac{1}{2} + epsilon $? Also I'm not sure how to prove that it's the best possible lower bound.



      Also I presume that there isn't any upper bound, thus it goes to infinity, but I have problems coming up with the proof.



      Thank you for any hints.







      upper-lower-bounds






      share|cite|improve this question









      New contributor




      Bartosz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|cite|improve this question









      New contributor




      Bartosz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|cite|improve this question




      share|cite|improve this question








      edited yesterday









      amWhy

      191k27223437




      191k27223437






      New contributor




      Bartosz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked yesterday









      Bartosz

      84




      84




      New contributor




      Bartosz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Bartosz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Bartosz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          3 Answers
          3






          active

          oldest

          votes

















          up vote
          2
          down vote



          accepted










          The number $dfrac12$ is a lower bound because, for each $m,ninmathbb N$, you have$$frac{mn}{m+n}geqslantfrac12.$$That's so becausebegin{align}frac{mn}{m+n}geqslantfrac12&iff2mngeqslant m+n\&iff2mn-m-ngeqslant0\&iff mn+mn-m-n+1geqslant1\&iff mn+(m-1)(n-1)geqslant1,end{align}which is true. On the other hand $dfrac{1times1}{1+1}=dfrac12$ and therefore $dfrac12$ is the greatest lower bound.



          On the other hand, $lim_{ntoinfty}dfrac{n^2}{2n}=infty$, and therefore your set has no upper bound.






          share|cite|improve this answer




























            up vote
            1
            down vote













            Consider $(m-frac{1}{2})(n-frac{1}{2}) ge frac{1}{4}$ if $m,nge1$.






            share|cite|improve this answer




























              up vote
              0
              down vote













              Intuitively, you have multiplication on the top and addition on the bottom, so the top should, at least after a point, grow faster than the bottom. Therefore the minimum should come pretty early on.



              Let's fix one of the variables and see if we can find the minimum. Suppose $m=1$. Then it becomes $dfrac {n}{n+1}$. Now, how does $dfrac {n}{n+1}$ behave? Well it only gets bigger and bigger: $dfrac 12, dfrac 23, dfrac 34, ...$ Can you prove it using induction?



              Next, can you prove that for any fixed $m$, not only $1$, the resulting sequence is increasing as $n$ increases?



              If you can do this, then it will follow that the minimum is achieved at $(1, 1)$, so it is $dfrac 12$.






              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
                });


                }
                });






                Bartosz is a new contributor. Be nice, and check out our Code of Conduct.










                 

                draft saved


                draft discarded


















                StackExchange.ready(
                function () {
                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3004931%2ffinding-bounds-of-the-set-a-fracm-cdot-nmn-m-n-in-mathbb-n%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








                up vote
                2
                down vote



                accepted










                The number $dfrac12$ is a lower bound because, for each $m,ninmathbb N$, you have$$frac{mn}{m+n}geqslantfrac12.$$That's so becausebegin{align}frac{mn}{m+n}geqslantfrac12&iff2mngeqslant m+n\&iff2mn-m-ngeqslant0\&iff mn+mn-m-n+1geqslant1\&iff mn+(m-1)(n-1)geqslant1,end{align}which is true. On the other hand $dfrac{1times1}{1+1}=dfrac12$ and therefore $dfrac12$ is the greatest lower bound.



                On the other hand, $lim_{ntoinfty}dfrac{n^2}{2n}=infty$, and therefore your set has no upper bound.






                share|cite|improve this answer

























                  up vote
                  2
                  down vote



                  accepted










                  The number $dfrac12$ is a lower bound because, for each $m,ninmathbb N$, you have$$frac{mn}{m+n}geqslantfrac12.$$That's so becausebegin{align}frac{mn}{m+n}geqslantfrac12&iff2mngeqslant m+n\&iff2mn-m-ngeqslant0\&iff mn+mn-m-n+1geqslant1\&iff mn+(m-1)(n-1)geqslant1,end{align}which is true. On the other hand $dfrac{1times1}{1+1}=dfrac12$ and therefore $dfrac12$ is the greatest lower bound.



                  On the other hand, $lim_{ntoinfty}dfrac{n^2}{2n}=infty$, and therefore your set has no upper bound.






                  share|cite|improve this answer























                    up vote
                    2
                    down vote



                    accepted







                    up vote
                    2
                    down vote



                    accepted






                    The number $dfrac12$ is a lower bound because, for each $m,ninmathbb N$, you have$$frac{mn}{m+n}geqslantfrac12.$$That's so becausebegin{align}frac{mn}{m+n}geqslantfrac12&iff2mngeqslant m+n\&iff2mn-m-ngeqslant0\&iff mn+mn-m-n+1geqslant1\&iff mn+(m-1)(n-1)geqslant1,end{align}which is true. On the other hand $dfrac{1times1}{1+1}=dfrac12$ and therefore $dfrac12$ is the greatest lower bound.



                    On the other hand, $lim_{ntoinfty}dfrac{n^2}{2n}=infty$, and therefore your set has no upper bound.






                    share|cite|improve this answer












                    The number $dfrac12$ is a lower bound because, for each $m,ninmathbb N$, you have$$frac{mn}{m+n}geqslantfrac12.$$That's so becausebegin{align}frac{mn}{m+n}geqslantfrac12&iff2mngeqslant m+n\&iff2mn-m-ngeqslant0\&iff mn+mn-m-n+1geqslant1\&iff mn+(m-1)(n-1)geqslant1,end{align}which is true. On the other hand $dfrac{1times1}{1+1}=dfrac12$ and therefore $dfrac12$ is the greatest lower bound.



                    On the other hand, $lim_{ntoinfty}dfrac{n^2}{2n}=infty$, and therefore your set has no upper bound.







                    share|cite|improve this answer












                    share|cite|improve this answer



                    share|cite|improve this answer










                    answered yesterday









                    José Carlos Santos

                    139k18111203




                    139k18111203






















                        up vote
                        1
                        down vote













                        Consider $(m-frac{1}{2})(n-frac{1}{2}) ge frac{1}{4}$ if $m,nge1$.






                        share|cite|improve this answer

























                          up vote
                          1
                          down vote













                          Consider $(m-frac{1}{2})(n-frac{1}{2}) ge frac{1}{4}$ if $m,nge1$.






                          share|cite|improve this answer























                            up vote
                            1
                            down vote










                            up vote
                            1
                            down vote









                            Consider $(m-frac{1}{2})(n-frac{1}{2}) ge frac{1}{4}$ if $m,nge1$.






                            share|cite|improve this answer












                            Consider $(m-frac{1}{2})(n-frac{1}{2}) ge frac{1}{4}$ if $m,nge1$.







                            share|cite|improve this answer












                            share|cite|improve this answer



                            share|cite|improve this answer










                            answered yesterday









                            Richard Martin

                            1,3238




                            1,3238






















                                up vote
                                0
                                down vote













                                Intuitively, you have multiplication on the top and addition on the bottom, so the top should, at least after a point, grow faster than the bottom. Therefore the minimum should come pretty early on.



                                Let's fix one of the variables and see if we can find the minimum. Suppose $m=1$. Then it becomes $dfrac {n}{n+1}$. Now, how does $dfrac {n}{n+1}$ behave? Well it only gets bigger and bigger: $dfrac 12, dfrac 23, dfrac 34, ...$ Can you prove it using induction?



                                Next, can you prove that for any fixed $m$, not only $1$, the resulting sequence is increasing as $n$ increases?



                                If you can do this, then it will follow that the minimum is achieved at $(1, 1)$, so it is $dfrac 12$.






                                share|cite|improve this answer

























                                  up vote
                                  0
                                  down vote













                                  Intuitively, you have multiplication on the top and addition on the bottom, so the top should, at least after a point, grow faster than the bottom. Therefore the minimum should come pretty early on.



                                  Let's fix one of the variables and see if we can find the minimum. Suppose $m=1$. Then it becomes $dfrac {n}{n+1}$. Now, how does $dfrac {n}{n+1}$ behave? Well it only gets bigger and bigger: $dfrac 12, dfrac 23, dfrac 34, ...$ Can you prove it using induction?



                                  Next, can you prove that for any fixed $m$, not only $1$, the resulting sequence is increasing as $n$ increases?



                                  If you can do this, then it will follow that the minimum is achieved at $(1, 1)$, so it is $dfrac 12$.






                                  share|cite|improve this answer























                                    up vote
                                    0
                                    down vote










                                    up vote
                                    0
                                    down vote









                                    Intuitively, you have multiplication on the top and addition on the bottom, so the top should, at least after a point, grow faster than the bottom. Therefore the minimum should come pretty early on.



                                    Let's fix one of the variables and see if we can find the minimum. Suppose $m=1$. Then it becomes $dfrac {n}{n+1}$. Now, how does $dfrac {n}{n+1}$ behave? Well it only gets bigger and bigger: $dfrac 12, dfrac 23, dfrac 34, ...$ Can you prove it using induction?



                                    Next, can you prove that for any fixed $m$, not only $1$, the resulting sequence is increasing as $n$ increases?



                                    If you can do this, then it will follow that the minimum is achieved at $(1, 1)$, so it is $dfrac 12$.






                                    share|cite|improve this answer












                                    Intuitively, you have multiplication on the top and addition on the bottom, so the top should, at least after a point, grow faster than the bottom. Therefore the minimum should come pretty early on.



                                    Let's fix one of the variables and see if we can find the minimum. Suppose $m=1$. Then it becomes $dfrac {n}{n+1}$. Now, how does $dfrac {n}{n+1}$ behave? Well it only gets bigger and bigger: $dfrac 12, dfrac 23, dfrac 34, ...$ Can you prove it using induction?



                                    Next, can you prove that for any fixed $m$, not only $1$, the resulting sequence is increasing as $n$ increases?



                                    If you can do this, then it will follow that the minimum is achieved at $(1, 1)$, so it is $dfrac 12$.







                                    share|cite|improve this answer












                                    share|cite|improve this answer



                                    share|cite|improve this answer










                                    answered yesterday









                                    Ovi

                                    12k938107




                                    12k938107






















                                        Bartosz is a new contributor. Be nice, and check out our Code of Conduct.










                                         

                                        draft saved


                                        draft discarded


















                                        Bartosz is a new contributor. Be nice, and check out our Code of Conduct.













                                        Bartosz is a new contributor. Be nice, and check out our Code of Conduct.












                                        Bartosz is a new contributor. Be nice, and check out our Code of Conduct.















                                         


                                        draft saved


                                        draft discarded














                                        StackExchange.ready(
                                        function () {
                                        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3004931%2ffinding-bounds-of-the-set-a-fracm-cdot-nmn-m-n-in-mathbb-n%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

                                        Can a sorcerer learn a 5th-level spell early by creating spell slots using the Font of Magic feature?

                                        Does disintegrating a polymorphed enemy still kill it after the 2018 errata?

                                        A Topological Invariant for $pi_3(U(n))$