Integer roots of natural number











up vote
-3
down vote

favorite












Is it guaranteed that for all $n in N$, there are two positive integers $a, b$ such that $a^{b}=n$ and $a neq n$?



I don't actually need to prove this, it just needs to be true for a certain algorithm i made to be correct.



Thanks in advance.










share|cite|improve this question


























    up vote
    -3
    down vote

    favorite












    Is it guaranteed that for all $n in N$, there are two positive integers $a, b$ such that $a^{b}=n$ and $a neq n$?



    I don't actually need to prove this, it just needs to be true for a certain algorithm i made to be correct.



    Thanks in advance.










    share|cite|improve this question
























      up vote
      -3
      down vote

      favorite









      up vote
      -3
      down vote

      favorite











      Is it guaranteed that for all $n in N$, there are two positive integers $a, b$ such that $a^{b}=n$ and $a neq n$?



      I don't actually need to prove this, it just needs to be true for a certain algorithm i made to be correct.



      Thanks in advance.










      share|cite|improve this question













      Is it guaranteed that for all $n in N$, there are two positive integers $a, b$ such that $a^{b}=n$ and $a neq n$?



      I don't actually need to prove this, it just needs to be true for a certain algorithm i made to be correct.



      Thanks in advance.







      elementary-number-theory






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Dec 5 at 18:21









      Mateus Buarque

      1589




      1589






















          3 Answers
          3






          active

          oldest

          votes

















          up vote
          3
          down vote













          This is clearly false. Take for example $n=2$ or any other prime.






          share|cite|improve this answer





















          • Any positive integer if the exponents of its factorization have gcd=1 is a counterexample.
            – ajotatxe
            Dec 5 at 18:30




















          up vote
          1
          down vote













          No. This is true only for numbers $n$ whose prime factorisation $n = prodlimits_{i=1}^kp_i^{e_i}$ with the $p_i$ distinct primes has the property that there is some integer $b geq 2$ such that $k|e_i$ for all $i$. (This is a very long way from being all integers).



          Proof:



          For an $n$ that does have this property, take $$a = prodlimits_{i=1}^kp_i^{frac{e_i}{b}},$$
          which is an integer since $b|e_i$ for all $i$, and clearly $a^b = n$.



          For the converse, for any $n$ which does not have this property, if there is $(a,b)$ such that $a^b = n$, then $a$ has some prime factorisation $a = prodlimits_{i=1}^jp_i^{f_i}$, so $a^b = prodlimits_{i=1}^jp_i^{f_ib}$, so by the uniqueness of prime factorisations, $e_i = f_ib$ for all $i$ (allowing for some $e_i, f_i$ to be $0$ means that we can avoid any problems with the primes differing).






          share|cite|improve this answer




























            up vote
            0
            down vote













            The list of counterexamples is https://oeis.org/A007916 "Numbers that are not perfect powers": 2, 3, 5, 6, 7, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, ...






            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',
              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%2f3027446%2finteger-roots-of-natural-number%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
              3
              down vote













              This is clearly false. Take for example $n=2$ or any other prime.






              share|cite|improve this answer





















              • Any positive integer if the exponents of its factorization have gcd=1 is a counterexample.
                – ajotatxe
                Dec 5 at 18:30

















              up vote
              3
              down vote













              This is clearly false. Take for example $n=2$ or any other prime.






              share|cite|improve this answer





















              • Any positive integer if the exponents of its factorization have gcd=1 is a counterexample.
                – ajotatxe
                Dec 5 at 18:30















              up vote
              3
              down vote










              up vote
              3
              down vote









              This is clearly false. Take for example $n=2$ or any other prime.






              share|cite|improve this answer












              This is clearly false. Take for example $n=2$ or any other prime.







              share|cite|improve this answer












              share|cite|improve this answer



              share|cite|improve this answer










              answered Dec 5 at 18:23









              ajotatxe

              53k23890




              53k23890












              • Any positive integer if the exponents of its factorization have gcd=1 is a counterexample.
                – ajotatxe
                Dec 5 at 18:30




















              • Any positive integer if the exponents of its factorization have gcd=1 is a counterexample.
                – ajotatxe
                Dec 5 at 18:30


















              Any positive integer if the exponents of its factorization have gcd=1 is a counterexample.
              – ajotatxe
              Dec 5 at 18:30






              Any positive integer if the exponents of its factorization have gcd=1 is a counterexample.
              – ajotatxe
              Dec 5 at 18:30












              up vote
              1
              down vote













              No. This is true only for numbers $n$ whose prime factorisation $n = prodlimits_{i=1}^kp_i^{e_i}$ with the $p_i$ distinct primes has the property that there is some integer $b geq 2$ such that $k|e_i$ for all $i$. (This is a very long way from being all integers).



              Proof:



              For an $n$ that does have this property, take $$a = prodlimits_{i=1}^kp_i^{frac{e_i}{b}},$$
              which is an integer since $b|e_i$ for all $i$, and clearly $a^b = n$.



              For the converse, for any $n$ which does not have this property, if there is $(a,b)$ such that $a^b = n$, then $a$ has some prime factorisation $a = prodlimits_{i=1}^jp_i^{f_i}$, so $a^b = prodlimits_{i=1}^jp_i^{f_ib}$, so by the uniqueness of prime factorisations, $e_i = f_ib$ for all $i$ (allowing for some $e_i, f_i$ to be $0$ means that we can avoid any problems with the primes differing).






              share|cite|improve this answer

























                up vote
                1
                down vote













                No. This is true only for numbers $n$ whose prime factorisation $n = prodlimits_{i=1}^kp_i^{e_i}$ with the $p_i$ distinct primes has the property that there is some integer $b geq 2$ such that $k|e_i$ for all $i$. (This is a very long way from being all integers).



                Proof:



                For an $n$ that does have this property, take $$a = prodlimits_{i=1}^kp_i^{frac{e_i}{b}},$$
                which is an integer since $b|e_i$ for all $i$, and clearly $a^b = n$.



                For the converse, for any $n$ which does not have this property, if there is $(a,b)$ such that $a^b = n$, then $a$ has some prime factorisation $a = prodlimits_{i=1}^jp_i^{f_i}$, so $a^b = prodlimits_{i=1}^jp_i^{f_ib}$, so by the uniqueness of prime factorisations, $e_i = f_ib$ for all $i$ (allowing for some $e_i, f_i$ to be $0$ means that we can avoid any problems with the primes differing).






                share|cite|improve this answer























                  up vote
                  1
                  down vote










                  up vote
                  1
                  down vote









                  No. This is true only for numbers $n$ whose prime factorisation $n = prodlimits_{i=1}^kp_i^{e_i}$ with the $p_i$ distinct primes has the property that there is some integer $b geq 2$ such that $k|e_i$ for all $i$. (This is a very long way from being all integers).



                  Proof:



                  For an $n$ that does have this property, take $$a = prodlimits_{i=1}^kp_i^{frac{e_i}{b}},$$
                  which is an integer since $b|e_i$ for all $i$, and clearly $a^b = n$.



                  For the converse, for any $n$ which does not have this property, if there is $(a,b)$ such that $a^b = n$, then $a$ has some prime factorisation $a = prodlimits_{i=1}^jp_i^{f_i}$, so $a^b = prodlimits_{i=1}^jp_i^{f_ib}$, so by the uniqueness of prime factorisations, $e_i = f_ib$ for all $i$ (allowing for some $e_i, f_i$ to be $0$ means that we can avoid any problems with the primes differing).






                  share|cite|improve this answer












                  No. This is true only for numbers $n$ whose prime factorisation $n = prodlimits_{i=1}^kp_i^{e_i}$ with the $p_i$ distinct primes has the property that there is some integer $b geq 2$ such that $k|e_i$ for all $i$. (This is a very long way from being all integers).



                  Proof:



                  For an $n$ that does have this property, take $$a = prodlimits_{i=1}^kp_i^{frac{e_i}{b}},$$
                  which is an integer since $b|e_i$ for all $i$, and clearly $a^b = n$.



                  For the converse, for any $n$ which does not have this property, if there is $(a,b)$ such that $a^b = n$, then $a$ has some prime factorisation $a = prodlimits_{i=1}^jp_i^{f_i}$, so $a^b = prodlimits_{i=1}^jp_i^{f_ib}$, so by the uniqueness of prime factorisations, $e_i = f_ib$ for all $i$ (allowing for some $e_i, f_i$ to be $0$ means that we can avoid any problems with the primes differing).







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered Dec 5 at 18:35









                  user3482749

                  2,166414




                  2,166414






















                      up vote
                      0
                      down vote













                      The list of counterexamples is https://oeis.org/A007916 "Numbers that are not perfect powers": 2, 3, 5, 6, 7, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, ...






                      share|cite|improve this answer

























                        up vote
                        0
                        down vote













                        The list of counterexamples is https://oeis.org/A007916 "Numbers that are not perfect powers": 2, 3, 5, 6, 7, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, ...






                        share|cite|improve this answer























                          up vote
                          0
                          down vote










                          up vote
                          0
                          down vote









                          The list of counterexamples is https://oeis.org/A007916 "Numbers that are not perfect powers": 2, 3, 5, 6, 7, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, ...






                          share|cite|improve this answer












                          The list of counterexamples is https://oeis.org/A007916 "Numbers that are not perfect powers": 2, 3, 5, 6, 7, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, ...







                          share|cite|improve this answer












                          share|cite|improve this answer



                          share|cite|improve this answer










                          answered Dec 5 at 18:28









                          Chris Culter

                          19.7k43381




                          19.7k43381






























                              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.





                              Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                              Please pay close attention to the following guidance:


                              • 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.


                              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%2f3027446%2finteger-roots-of-natural-number%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

                              Bressuire

                              Cabo Verde

                              Gyllenstierna