Can two integers have the same product of divisors?The number of positive integers less than 1000 with an odd number of divisorsProduct of Divisors of some $n$ proofrelation between set of prime divisors of two positive integersFind 4 positive integers not exceeding 70,000 such that each have more than 100 divisorsInteresting resolution to considering prime factorisations and finding the number of positive divisors of large numbers??Prove that the product of all the positive divisors of two numbers is equal implies the numbers themselves are equal.A conjecture concerning the number of divisors and the sum of divisors.Find the least positive integer with 24 positive divisorsif the product of all unique positive divisors of n a and pELI5: Explanation of why the product of divisors of a natural $n$ is always $n^fracd(n)2$ where $d(n)$ gives the number of divisors
Did US corporations pay demonstrators in the German demonstrations against article 13?
Could solar power be utilized and substitute coal in the 19th century?
Can I create an upright 7-foot × 5-foot wall with the Minor Illusion spell?
What to do when my ideas aren't chosen, when I strongly disagree with the chosen solution?
Should a half Jewish man be discouraged from marrying a Jewess?
Java - What do constructor type arguments mean when placed *before* the type?
Pronouncing Homer as in modern Greek
Was the picture area of a CRT a parallelogram (instead of a true rectangle)?
Hostile work environment after whistle-blowing on coworker and our boss. What do I do?
Books on the History of math research at European universities
Why are all the doors on Ferenginar (the Ferengi home world) far shorter than the average Ferengi?
I2C signal and power over long range (10meter cable)
A workplace installs custom certificates on personal devices, can this be used to decrypt HTTPS traffic?
What is the opposite of 'gravitas'?
Giant Toughroad SLR 2 for 200 miles in two days, will it make it?
Can a Gentile theist be saved?
What will be the benefits of Brexit?
How do I rename a LINUX host without needing to reboot for the rename to take effect?
Is there an wasy way to program in Tikz something like the one in the image?
Why is delta-v is the most useful quantity for planning space travel?
Proving by induction of n. Is this correct until this point?
The most efficient algorithm to find all possible integer pairs which sum to a given integer
Invariance of results when scaling explanatory variables in logistic regression, is there a proof?
Meta programming: Declare a new struct on the fly
Can two integers have the same product of divisors?
The number of positive integers less than 1000 with an odd number of divisorsProduct of Divisors of some $n$ proofrelation between set of prime divisors of two positive integersFind 4 positive integers not exceeding 70,000 such that each have more than 100 divisorsInteresting resolution to considering prime factorisations and finding the number of positive divisors of large numbers??Prove that the product of all the positive divisors of two numbers is equal implies the numbers themselves are equal.A conjecture concerning the number of divisors and the sum of divisors.Find the least positive integer with 24 positive divisorsif the product of all unique positive divisors of n a and pELI5: Explanation of why the product of divisors of a natural $n$ is always $n^fracd(n)2$ where $d(n)$ gives the number of divisors
$begingroup$
If $x$ is a positive integer and $y$ is a positive integer, can the product of the divisors of $x$ equal the product of the divisors of $y$ for some arbitrary $x$ and $y$? (The product of the divisors includes itself; the product of divisors of $4$ would be $1cdot2cdot4=8$)
elementary-number-theory prime-factorization divisor-counting-function
$endgroup$
add a comment |
$begingroup$
If $x$ is a positive integer and $y$ is a positive integer, can the product of the divisors of $x$ equal the product of the divisors of $y$ for some arbitrary $x$ and $y$? (The product of the divisors includes itself; the product of divisors of $4$ would be $1cdot2cdot4=8$)
elementary-number-theory prime-factorization divisor-counting-function
$endgroup$
add a comment |
$begingroup$
If $x$ is a positive integer and $y$ is a positive integer, can the product of the divisors of $x$ equal the product of the divisors of $y$ for some arbitrary $x$ and $y$? (The product of the divisors includes itself; the product of divisors of $4$ would be $1cdot2cdot4=8$)
elementary-number-theory prime-factorization divisor-counting-function
$endgroup$
If $x$ is a positive integer and $y$ is a positive integer, can the product of the divisors of $x$ equal the product of the divisors of $y$ for some arbitrary $x$ and $y$? (The product of the divisors includes itself; the product of divisors of $4$ would be $1cdot2cdot4=8$)
elementary-number-theory prime-factorization divisor-counting-function
elementary-number-theory prime-factorization divisor-counting-function
edited Mar 16 at 23:23
FredH
2,8191021
2,8191021
asked Apr 16 '15 at 2:01
IkspreekgeenIkspreekgeen
162
162
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
No, it is not possible for the product of the divisors of $x$ to equal the product of the divisors of $y$, except of course when $x=y$.
First, a derivation of the well-known formula for the product of the divisors of an integer. Let $tau(n)$ be the number of divisors of $n$. Write all the divisors of $n$ in a row in increasing order, and, below each divisor $d$, write $n/d$:
$$
beginarrayccccc
d_1&d_2&d_3&ldots&d_tau(n)\
n/d_1&n/d_2&n/d_3&ldots&n/d_tau(n)
endarray
$$
The second row also consists of the $tau(n)$ divisors of $n$, this time in decreasing order, so the product of each row is $prod_dvert n d$. The product of each column is $n$. Hence the product of all the entries in both rows is $(prod_dvert n d)^2 = n^tau(n)$. This gives the desired formula:
$$
prod_dvert n d = n^tau(n)/2.
$$
The question is then when it is possible that $x^tau(x)/2 = y^tau(y)/2$. It is clear from this formula that any prime divisor $p$ of $x$ must also divide $y$, and vice versa. So the prime factorizations of $x$ and $y$ may be written as
$$
beginalign
x &= p_1^e_1, p_2^e_2, cdots, p_k^e_k\
y &= p_1^f_1, p_2^f_2, cdots, p_k^f_k
endalign
$$
Looking at the factors of any $p_i$ in $x^tau(x)/2 = y^tau(y)/2$, one sees that $e_icdottau(x)/2 = f_icdottau(y)/2$, or $e_i/f_i = tau(y)/tau(x)$. If this ratio is $1$, then all the corresponding exponents are equal and $x = y$.
If the ratio is not $1$, then one of $x$ and $y$ has larger exponents throughout its prime factorization. That number then has more divisors, so the product of those divisors is larger.
$endgroup$
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%2f1236804%2fcan-two-integers-have-the-same-product-of-divisors%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
No, it is not possible for the product of the divisors of $x$ to equal the product of the divisors of $y$, except of course when $x=y$.
First, a derivation of the well-known formula for the product of the divisors of an integer. Let $tau(n)$ be the number of divisors of $n$. Write all the divisors of $n$ in a row in increasing order, and, below each divisor $d$, write $n/d$:
$$
beginarrayccccc
d_1&d_2&d_3&ldots&d_tau(n)\
n/d_1&n/d_2&n/d_3&ldots&n/d_tau(n)
endarray
$$
The second row also consists of the $tau(n)$ divisors of $n$, this time in decreasing order, so the product of each row is $prod_dvert n d$. The product of each column is $n$. Hence the product of all the entries in both rows is $(prod_dvert n d)^2 = n^tau(n)$. This gives the desired formula:
$$
prod_dvert n d = n^tau(n)/2.
$$
The question is then when it is possible that $x^tau(x)/2 = y^tau(y)/2$. It is clear from this formula that any prime divisor $p$ of $x$ must also divide $y$, and vice versa. So the prime factorizations of $x$ and $y$ may be written as
$$
beginalign
x &= p_1^e_1, p_2^e_2, cdots, p_k^e_k\
y &= p_1^f_1, p_2^f_2, cdots, p_k^f_k
endalign
$$
Looking at the factors of any $p_i$ in $x^tau(x)/2 = y^tau(y)/2$, one sees that $e_icdottau(x)/2 = f_icdottau(y)/2$, or $e_i/f_i = tau(y)/tau(x)$. If this ratio is $1$, then all the corresponding exponents are equal and $x = y$.
If the ratio is not $1$, then one of $x$ and $y$ has larger exponents throughout its prime factorization. That number then has more divisors, so the product of those divisors is larger.
$endgroup$
add a comment |
$begingroup$
No, it is not possible for the product of the divisors of $x$ to equal the product of the divisors of $y$, except of course when $x=y$.
First, a derivation of the well-known formula for the product of the divisors of an integer. Let $tau(n)$ be the number of divisors of $n$. Write all the divisors of $n$ in a row in increasing order, and, below each divisor $d$, write $n/d$:
$$
beginarrayccccc
d_1&d_2&d_3&ldots&d_tau(n)\
n/d_1&n/d_2&n/d_3&ldots&n/d_tau(n)
endarray
$$
The second row also consists of the $tau(n)$ divisors of $n$, this time in decreasing order, so the product of each row is $prod_dvert n d$. The product of each column is $n$. Hence the product of all the entries in both rows is $(prod_dvert n d)^2 = n^tau(n)$. This gives the desired formula:
$$
prod_dvert n d = n^tau(n)/2.
$$
The question is then when it is possible that $x^tau(x)/2 = y^tau(y)/2$. It is clear from this formula that any prime divisor $p$ of $x$ must also divide $y$, and vice versa. So the prime factorizations of $x$ and $y$ may be written as
$$
beginalign
x &= p_1^e_1, p_2^e_2, cdots, p_k^e_k\
y &= p_1^f_1, p_2^f_2, cdots, p_k^f_k
endalign
$$
Looking at the factors of any $p_i$ in $x^tau(x)/2 = y^tau(y)/2$, one sees that $e_icdottau(x)/2 = f_icdottau(y)/2$, or $e_i/f_i = tau(y)/tau(x)$. If this ratio is $1$, then all the corresponding exponents are equal and $x = y$.
If the ratio is not $1$, then one of $x$ and $y$ has larger exponents throughout its prime factorization. That number then has more divisors, so the product of those divisors is larger.
$endgroup$
add a comment |
$begingroup$
No, it is not possible for the product of the divisors of $x$ to equal the product of the divisors of $y$, except of course when $x=y$.
First, a derivation of the well-known formula for the product of the divisors of an integer. Let $tau(n)$ be the number of divisors of $n$. Write all the divisors of $n$ in a row in increasing order, and, below each divisor $d$, write $n/d$:
$$
beginarrayccccc
d_1&d_2&d_3&ldots&d_tau(n)\
n/d_1&n/d_2&n/d_3&ldots&n/d_tau(n)
endarray
$$
The second row also consists of the $tau(n)$ divisors of $n$, this time in decreasing order, so the product of each row is $prod_dvert n d$. The product of each column is $n$. Hence the product of all the entries in both rows is $(prod_dvert n d)^2 = n^tau(n)$. This gives the desired formula:
$$
prod_dvert n d = n^tau(n)/2.
$$
The question is then when it is possible that $x^tau(x)/2 = y^tau(y)/2$. It is clear from this formula that any prime divisor $p$ of $x$ must also divide $y$, and vice versa. So the prime factorizations of $x$ and $y$ may be written as
$$
beginalign
x &= p_1^e_1, p_2^e_2, cdots, p_k^e_k\
y &= p_1^f_1, p_2^f_2, cdots, p_k^f_k
endalign
$$
Looking at the factors of any $p_i$ in $x^tau(x)/2 = y^tau(y)/2$, one sees that $e_icdottau(x)/2 = f_icdottau(y)/2$, or $e_i/f_i = tau(y)/tau(x)$. If this ratio is $1$, then all the corresponding exponents are equal and $x = y$.
If the ratio is not $1$, then one of $x$ and $y$ has larger exponents throughout its prime factorization. That number then has more divisors, so the product of those divisors is larger.
$endgroup$
No, it is not possible for the product of the divisors of $x$ to equal the product of the divisors of $y$, except of course when $x=y$.
First, a derivation of the well-known formula for the product of the divisors of an integer. Let $tau(n)$ be the number of divisors of $n$. Write all the divisors of $n$ in a row in increasing order, and, below each divisor $d$, write $n/d$:
$$
beginarrayccccc
d_1&d_2&d_3&ldots&d_tau(n)\
n/d_1&n/d_2&n/d_3&ldots&n/d_tau(n)
endarray
$$
The second row also consists of the $tau(n)$ divisors of $n$, this time in decreasing order, so the product of each row is $prod_dvert n d$. The product of each column is $n$. Hence the product of all the entries in both rows is $(prod_dvert n d)^2 = n^tau(n)$. This gives the desired formula:
$$
prod_dvert n d = n^tau(n)/2.
$$
The question is then when it is possible that $x^tau(x)/2 = y^tau(y)/2$. It is clear from this formula that any prime divisor $p$ of $x$ must also divide $y$, and vice versa. So the prime factorizations of $x$ and $y$ may be written as
$$
beginalign
x &= p_1^e_1, p_2^e_2, cdots, p_k^e_k\
y &= p_1^f_1, p_2^f_2, cdots, p_k^f_k
endalign
$$
Looking at the factors of any $p_i$ in $x^tau(x)/2 = y^tau(y)/2$, one sees that $e_icdottau(x)/2 = f_icdottau(y)/2$, or $e_i/f_i = tau(y)/tau(x)$. If this ratio is $1$, then all the corresponding exponents are equal and $x = y$.
If the ratio is not $1$, then one of $x$ and $y$ has larger exponents throughout its prime factorization. That number then has more divisors, so the product of those divisors is larger.
answered Mar 16 at 23:16
FredHFredH
2,8191021
2,8191021
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.
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%2f1236804%2fcan-two-integers-have-the-same-product-of-divisors%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