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.
elementary-number-theory
add a comment |
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.
elementary-number-theory
add a comment |
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.
elementary-number-theory
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
elementary-number-theory
asked Dec 5 at 18:21
Mateus Buarque
1589
1589
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
up vote
3
down vote
This is clearly false. Take for example $n=2$ or any other prime.
Any positive integer if the exponents of its factorization have gcd=1 is a counterexample.
– ajotatxe
Dec 5 at 18:30
add a comment |
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).
add a comment |
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, ...
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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.
Any positive integer if the exponents of its factorization have gcd=1 is a counterexample.
– ajotatxe
Dec 5 at 18:30
add a comment |
up vote
3
down vote
This is clearly false. Take for example $n=2$ or any other prime.
Any positive integer if the exponents of its factorization have gcd=1 is a counterexample.
– ajotatxe
Dec 5 at 18:30
add a comment |
up vote
3
down vote
up vote
3
down vote
This is clearly false. Take for example $n=2$ or any other prime.
This is clearly false. Take for example $n=2$ or any other prime.
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
add a comment |
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
add a comment |
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).
add a comment |
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).
add a comment |
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).
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).
answered Dec 5 at 18:35
user3482749
2,166414
2,166414
add a comment |
add a comment |
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, ...
add a comment |
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, ...
add a comment |
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, ...
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, ...
answered Dec 5 at 18:28
Chris Culter
19.7k43381
19.7k43381
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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