Proof of an identity about integer partition












2












$begingroup$


I'd like to know how to prove the following identity,
$$sum_{k=1}^n k, p(n, k) = sum_{r,sge 1, rsle n} p(n-rs)$$
where $nin N^+$. Here, $p(n)$ counts the number of possible partitions of $n$. Meanwhile, $p(n,k)$ is the restricted partition number, which counts the number of ways to partition $n$ into exactly $k$ parts.



I used Mathematica to directly verify this identity for $n=1,2...10$. So it should be correct. But I failed to give an analytical proof. It will be great if you can provide some hints or give your proof here : )



FYI, the context for me to show this identity is to justify the formula of Kac determinant in 2D conformal field theory. LHS is the power of Kac determinant computed from Virasoro algebra. RHS is also the power of Kac determinant but computed by using singular vectors. And I want to see they give the same answer(it should)





Here is my unsuccessful method. I tried to use induction and it goes as following:



(1) For $n=1,2$, we can do a direct calculation to see it is correct.



(2) For $n-1$, we assume it is correct. Then for $n$, we have,



begin{align}
LHS &= sum_{k=1}^n k, p(n,k)=sum_{k=1}^n k, left(p(n-k,k)+p(n-1,k-1) right) \
&= sum_{k=1}^n k,p(n-k,k) + (k-1)p(n-1,k-1) + p(n-1,k-1) \
&= sum_{k=1}^n k,p(n-k,k) + p(n-1,k-1) + sum_{k=1}^{n-1}k,p(n-1,k)
end{align}
begin{align}
RHS =
sum_{r,sge 1, rsle n-1}p(n-rs)+sum_{r,sge 1, n-1le rsle n}p(n-rs)
end{align}
Now we have to show $sum_{k=1}^n k,p(n-k,k) + p(n-1,k-1) = sum_{r,sge 1, n-1le rsle n}p(n-rs)$ to complete the proof. But I was stuck here.










share|cite|improve this question











$endgroup$












  • $begingroup$
    A comment on writing style: whenever possible, avoid starting a sentence with a mathematical expression. It's very confusing to read $nin N^+.p(n)$ and $n.p(n,k)$, for example. A good alternative here would be to combine your first several sentences into one: "$ldots$ where $nin N^+$, $p(n)$ counts the number of possible partitions of $n$, and $p(n, k)$ is $ldots$". Another possibility: "$ldots$ where $n$ is a positive integer, $p(n)$ counts $ldots$".
    $endgroup$
    – Théophile
    Jul 29 '18 at 23:26












  • $begingroup$
    I see. Thanks for your comments! @Théophile
    $endgroup$
    – Edward
    Jul 30 '18 at 0:25
















2












$begingroup$


I'd like to know how to prove the following identity,
$$sum_{k=1}^n k, p(n, k) = sum_{r,sge 1, rsle n} p(n-rs)$$
where $nin N^+$. Here, $p(n)$ counts the number of possible partitions of $n$. Meanwhile, $p(n,k)$ is the restricted partition number, which counts the number of ways to partition $n$ into exactly $k$ parts.



I used Mathematica to directly verify this identity for $n=1,2...10$. So it should be correct. But I failed to give an analytical proof. It will be great if you can provide some hints or give your proof here : )



FYI, the context for me to show this identity is to justify the formula of Kac determinant in 2D conformal field theory. LHS is the power of Kac determinant computed from Virasoro algebra. RHS is also the power of Kac determinant but computed by using singular vectors. And I want to see they give the same answer(it should)





Here is my unsuccessful method. I tried to use induction and it goes as following:



(1) For $n=1,2$, we can do a direct calculation to see it is correct.



(2) For $n-1$, we assume it is correct. Then for $n$, we have,



begin{align}
LHS &= sum_{k=1}^n k, p(n,k)=sum_{k=1}^n k, left(p(n-k,k)+p(n-1,k-1) right) \
&= sum_{k=1}^n k,p(n-k,k) + (k-1)p(n-1,k-1) + p(n-1,k-1) \
&= sum_{k=1}^n k,p(n-k,k) + p(n-1,k-1) + sum_{k=1}^{n-1}k,p(n-1,k)
end{align}
begin{align}
RHS =
sum_{r,sge 1, rsle n-1}p(n-rs)+sum_{r,sge 1, n-1le rsle n}p(n-rs)
end{align}
Now we have to show $sum_{k=1}^n k,p(n-k,k) + p(n-1,k-1) = sum_{r,sge 1, n-1le rsle n}p(n-rs)$ to complete the proof. But I was stuck here.










share|cite|improve this question











$endgroup$












  • $begingroup$
    A comment on writing style: whenever possible, avoid starting a sentence with a mathematical expression. It's very confusing to read $nin N^+.p(n)$ and $n.p(n,k)$, for example. A good alternative here would be to combine your first several sentences into one: "$ldots$ where $nin N^+$, $p(n)$ counts the number of possible partitions of $n$, and $p(n, k)$ is $ldots$". Another possibility: "$ldots$ where $n$ is a positive integer, $p(n)$ counts $ldots$".
    $endgroup$
    – Théophile
    Jul 29 '18 at 23:26












  • $begingroup$
    I see. Thanks for your comments! @Théophile
    $endgroup$
    – Edward
    Jul 30 '18 at 0:25














2












2








2


1



$begingroup$


I'd like to know how to prove the following identity,
$$sum_{k=1}^n k, p(n, k) = sum_{r,sge 1, rsle n} p(n-rs)$$
where $nin N^+$. Here, $p(n)$ counts the number of possible partitions of $n$. Meanwhile, $p(n,k)$ is the restricted partition number, which counts the number of ways to partition $n$ into exactly $k$ parts.



I used Mathematica to directly verify this identity for $n=1,2...10$. So it should be correct. But I failed to give an analytical proof. It will be great if you can provide some hints or give your proof here : )



FYI, the context for me to show this identity is to justify the formula of Kac determinant in 2D conformal field theory. LHS is the power of Kac determinant computed from Virasoro algebra. RHS is also the power of Kac determinant but computed by using singular vectors. And I want to see they give the same answer(it should)





Here is my unsuccessful method. I tried to use induction and it goes as following:



(1) For $n=1,2$, we can do a direct calculation to see it is correct.



(2) For $n-1$, we assume it is correct. Then for $n$, we have,



begin{align}
LHS &= sum_{k=1}^n k, p(n,k)=sum_{k=1}^n k, left(p(n-k,k)+p(n-1,k-1) right) \
&= sum_{k=1}^n k,p(n-k,k) + (k-1)p(n-1,k-1) + p(n-1,k-1) \
&= sum_{k=1}^n k,p(n-k,k) + p(n-1,k-1) + sum_{k=1}^{n-1}k,p(n-1,k)
end{align}
begin{align}
RHS =
sum_{r,sge 1, rsle n-1}p(n-rs)+sum_{r,sge 1, n-1le rsle n}p(n-rs)
end{align}
Now we have to show $sum_{k=1}^n k,p(n-k,k) + p(n-1,k-1) = sum_{r,sge 1, n-1le rsle n}p(n-rs)$ to complete the proof. But I was stuck here.










share|cite|improve this question











$endgroup$




I'd like to know how to prove the following identity,
$$sum_{k=1}^n k, p(n, k) = sum_{r,sge 1, rsle n} p(n-rs)$$
where $nin N^+$. Here, $p(n)$ counts the number of possible partitions of $n$. Meanwhile, $p(n,k)$ is the restricted partition number, which counts the number of ways to partition $n$ into exactly $k$ parts.



I used Mathematica to directly verify this identity for $n=1,2...10$. So it should be correct. But I failed to give an analytical proof. It will be great if you can provide some hints or give your proof here : )



FYI, the context for me to show this identity is to justify the formula of Kac determinant in 2D conformal field theory. LHS is the power of Kac determinant computed from Virasoro algebra. RHS is also the power of Kac determinant but computed by using singular vectors. And I want to see they give the same answer(it should)





Here is my unsuccessful method. I tried to use induction and it goes as following:



(1) For $n=1,2$, we can do a direct calculation to see it is correct.



(2) For $n-1$, we assume it is correct. Then for $n$, we have,



begin{align}
LHS &= sum_{k=1}^n k, p(n,k)=sum_{k=1}^n k, left(p(n-k,k)+p(n-1,k-1) right) \
&= sum_{k=1}^n k,p(n-k,k) + (k-1)p(n-1,k-1) + p(n-1,k-1) \
&= sum_{k=1}^n k,p(n-k,k) + p(n-1,k-1) + sum_{k=1}^{n-1}k,p(n-1,k)
end{align}
begin{align}
RHS =
sum_{r,sge 1, rsle n-1}p(n-rs)+sum_{r,sge 1, n-1le rsle n}p(n-rs)
end{align}
Now we have to show $sum_{k=1}^n k,p(n-k,k) + p(n-1,k-1) = sum_{r,sge 1, n-1le rsle n}p(n-rs)$ to complete the proof. But I was stuck here.







combinatorics number-theory integer-partitions algebraic-combinatorics






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Jul 29 '18 at 23:56









darij grinberg

10.5k33062




10.5k33062










asked Jul 27 '18 at 8:20









EdwardEdward

184




184












  • $begingroup$
    A comment on writing style: whenever possible, avoid starting a sentence with a mathematical expression. It's very confusing to read $nin N^+.p(n)$ and $n.p(n,k)$, for example. A good alternative here would be to combine your first several sentences into one: "$ldots$ where $nin N^+$, $p(n)$ counts the number of possible partitions of $n$, and $p(n, k)$ is $ldots$". Another possibility: "$ldots$ where $n$ is a positive integer, $p(n)$ counts $ldots$".
    $endgroup$
    – Théophile
    Jul 29 '18 at 23:26












  • $begingroup$
    I see. Thanks for your comments! @Théophile
    $endgroup$
    – Edward
    Jul 30 '18 at 0:25


















  • $begingroup$
    A comment on writing style: whenever possible, avoid starting a sentence with a mathematical expression. It's very confusing to read $nin N^+.p(n)$ and $n.p(n,k)$, for example. A good alternative here would be to combine your first several sentences into one: "$ldots$ where $nin N^+$, $p(n)$ counts the number of possible partitions of $n$, and $p(n, k)$ is $ldots$". Another possibility: "$ldots$ where $n$ is a positive integer, $p(n)$ counts $ldots$".
    $endgroup$
    – Théophile
    Jul 29 '18 at 23:26












  • $begingroup$
    I see. Thanks for your comments! @Théophile
    $endgroup$
    – Edward
    Jul 30 '18 at 0:25
















$begingroup$
A comment on writing style: whenever possible, avoid starting a sentence with a mathematical expression. It's very confusing to read $nin N^+.p(n)$ and $n.p(n,k)$, for example. A good alternative here would be to combine your first several sentences into one: "$ldots$ where $nin N^+$, $p(n)$ counts the number of possible partitions of $n$, and $p(n, k)$ is $ldots$". Another possibility: "$ldots$ where $n$ is a positive integer, $p(n)$ counts $ldots$".
$endgroup$
– Théophile
Jul 29 '18 at 23:26






$begingroup$
A comment on writing style: whenever possible, avoid starting a sentence with a mathematical expression. It's very confusing to read $nin N^+.p(n)$ and $n.p(n,k)$, for example. A good alternative here would be to combine your first several sentences into one: "$ldots$ where $nin N^+$, $p(n)$ counts the number of possible partitions of $n$, and $p(n, k)$ is $ldots$". Another possibility: "$ldots$ where $n$ is a positive integer, $p(n)$ counts $ldots$".
$endgroup$
– Théophile
Jul 29 '18 at 23:26














$begingroup$
I see. Thanks for your comments! @Théophile
$endgroup$
– Edward
Jul 30 '18 at 0:25




$begingroup$
I see. Thanks for your comments! @Théophile
$endgroup$
– Edward
Jul 30 '18 at 0:25










2 Answers
2






active

oldest

votes


















1












$begingroup$

The generating function of $sum_{r,sgeq 1, rsle n}p(n-rs)$
is
$$sum_{n=0}^infty p(n)q^nsum_{r=1}^inftyfrac{q^r}{1-q^r}
=sum_{r=1}^inftyfrac{q^r}{1-q^r}
prod_{j=1}^inftyfrac{1}{1-q^j}.tag{1}$$
The $r$-th term in $(1)$ is
$$frac{q^r}{(1-q^r)^2}prod_{jne r}frac{1}{1-q^j}
=sum_{t=1}^infty tq^{tr}prod_{jne r}frac{1}{1-q^j}.$$
This equals
$$sum_{lambdainmathcal{P}}a_{r}(lambda)q^{n_lambda}$$
where $mathcal{P}$ is the set of all partitions, $n_lambda$
is the number partitioned by $lambda$, and $a_r(lambda)$ is the
multiplicity of $r$ as a part of $lambda$. Then $(1)$ is
$$sum_{lambdainmathcal{P}}A(lambda)q^{n_lambda}$$
where $A(lambda)$ is the number of parts of $lambda$. But
that is also
$$sum_{k=1}^infty ksum_{n=k}^infty
p(n,k)q^n=sum_{n=0}^inftysum_{k=1}^n kp(n,k)q^n$$
which gives the desired result.






share|cite|improve this answer











$endgroup$













  • $begingroup$
    Thanks for your smart answer! Another question is how do you get that generating function, the Eqn(1)? I verified it is correct but I'm lack of intuition of why it works. Thanks!
    $endgroup$
    – Edward
    Jul 29 '18 at 19:43










  • $begingroup$
    The inner sum is the double sum of $q^{rs}$ over $r$ and $s$.
    $endgroup$
    – Lord Shark the Unknown
    Jul 29 '18 at 19:44










  • $begingroup$
    I see your point. Thank you so much!
    $endgroup$
    – Edward
    Jul 29 '18 at 20:31



















0












$begingroup$

If you want a combinatorial proof, you can now find one in the solution to Exercise 6 (b) of UMN Fall 2018 Math 5705 midterm #3. Just to clarify why that exercise is equivalent to the question posted here:




  • My $p_kleft(nright)$ is exactly what is called $pleft(n, kright)$ here.


  • The left hand side of the equality in my exercise is $sumlimits_{k=0}^n k p_kleft(nright)$, while the question here uses $sumlimits_{k=1}^n k pleft(n,kright)$ = $sumlimits_{k=1}^n k p_kleft(nright)$ instead. In other words, my left hand side differs in the inclusion of the $k = 0$ addend. But this makes no difference, since this addend is $0 p_0left(nright) = 0$.


  • The right hand side of the equality in my exercise is $sumlimits_{k=1}^n partialleft(kright) pleft(n-kright)$ (where $partialleft(kright)$ means the number of positive divisors of $k$), while the question here uses $sumlimits_{r, s geq 1, rsleq n} pleft(n-rsright)$ instead. These are the same thing, because
    begin{align*}
    & underbrace{sum_{r,sgeq1, rsleq n}}_{=sumlimits_{kgeq1, kleq n}
    sumlimits_{substack{r,sgeq1;\rs=k}}}pleft( n-rsright) \
    & =sum_{kgeq1, kleq n}sum_{substack{r,sgeq1;\rs=k}}pleft(
    n-underbrace{rs}_{=k}right) \
    & =sum_{kgeq1, kleq n}underbrace{sum_{substack{r,sgeq1;\rs=k}
    }pleft( n-kright) }_{=leftvert left{ left( r,sright) inleft{
    1,2,3,ldotsright} ^{2} mid rs=kright} rightvert cdot pleft(
    n-kright) }\
    & =sum_{kgeq1, kleq n}underbrace{leftvert left{ left( r,sright)
    inleft{ 1,2,3,ldotsright} ^{2} mid rs=kright} rightvert
    }_{substack{=leftvert left{ text{positive divisors of }kright}
    rightvert \text{(since there exists a bijection from }left{ left(
    r,sright) inleft{ 1,2,3,ldotsright} ^{2} mid rs=kright}
    \text{to }left{ text{positive divisors of }kright} text{ (namely,
    the map sending each }left( r,sright) text{ to }rtext{)}}}cdot pleft(
    n-kright) \
    & =underbrace{sum_{kgeq1, kleq n}}_{=sum_{k=1}^{n}}
    underbrace{leftvert left{ text{positive divisors of }kright}
    rightvert }_{substack{=left( text{the number of positive divisors of
    }kright) =partialleft( kright) \text{(by the definition of }
    partialleft( kright) text{)}}}cdot pleft( n-kright) \
    & =sum_{k=1}^{n}partialleft( kright) pleft( n-kright) .
    end{align*}


  • I allow $n$ to be $0$. Yes, the equality is still true in that case, for rather obvious reasons.







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%2f2864176%2fproof-of-an-identity-about-integer-partition%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1












    $begingroup$

    The generating function of $sum_{r,sgeq 1, rsle n}p(n-rs)$
    is
    $$sum_{n=0}^infty p(n)q^nsum_{r=1}^inftyfrac{q^r}{1-q^r}
    =sum_{r=1}^inftyfrac{q^r}{1-q^r}
    prod_{j=1}^inftyfrac{1}{1-q^j}.tag{1}$$
    The $r$-th term in $(1)$ is
    $$frac{q^r}{(1-q^r)^2}prod_{jne r}frac{1}{1-q^j}
    =sum_{t=1}^infty tq^{tr}prod_{jne r}frac{1}{1-q^j}.$$
    This equals
    $$sum_{lambdainmathcal{P}}a_{r}(lambda)q^{n_lambda}$$
    where $mathcal{P}$ is the set of all partitions, $n_lambda$
    is the number partitioned by $lambda$, and $a_r(lambda)$ is the
    multiplicity of $r$ as a part of $lambda$. Then $(1)$ is
    $$sum_{lambdainmathcal{P}}A(lambda)q^{n_lambda}$$
    where $A(lambda)$ is the number of parts of $lambda$. But
    that is also
    $$sum_{k=1}^infty ksum_{n=k}^infty
    p(n,k)q^n=sum_{n=0}^inftysum_{k=1}^n kp(n,k)q^n$$
    which gives the desired result.






    share|cite|improve this answer











    $endgroup$













    • $begingroup$
      Thanks for your smart answer! Another question is how do you get that generating function, the Eqn(1)? I verified it is correct but I'm lack of intuition of why it works. Thanks!
      $endgroup$
      – Edward
      Jul 29 '18 at 19:43










    • $begingroup$
      The inner sum is the double sum of $q^{rs}$ over $r$ and $s$.
      $endgroup$
      – Lord Shark the Unknown
      Jul 29 '18 at 19:44










    • $begingroup$
      I see your point. Thank you so much!
      $endgroup$
      – Edward
      Jul 29 '18 at 20:31
















    1












    $begingroup$

    The generating function of $sum_{r,sgeq 1, rsle n}p(n-rs)$
    is
    $$sum_{n=0}^infty p(n)q^nsum_{r=1}^inftyfrac{q^r}{1-q^r}
    =sum_{r=1}^inftyfrac{q^r}{1-q^r}
    prod_{j=1}^inftyfrac{1}{1-q^j}.tag{1}$$
    The $r$-th term in $(1)$ is
    $$frac{q^r}{(1-q^r)^2}prod_{jne r}frac{1}{1-q^j}
    =sum_{t=1}^infty tq^{tr}prod_{jne r}frac{1}{1-q^j}.$$
    This equals
    $$sum_{lambdainmathcal{P}}a_{r}(lambda)q^{n_lambda}$$
    where $mathcal{P}$ is the set of all partitions, $n_lambda$
    is the number partitioned by $lambda$, and $a_r(lambda)$ is the
    multiplicity of $r$ as a part of $lambda$. Then $(1)$ is
    $$sum_{lambdainmathcal{P}}A(lambda)q^{n_lambda}$$
    where $A(lambda)$ is the number of parts of $lambda$. But
    that is also
    $$sum_{k=1}^infty ksum_{n=k}^infty
    p(n,k)q^n=sum_{n=0}^inftysum_{k=1}^n kp(n,k)q^n$$
    which gives the desired result.






    share|cite|improve this answer











    $endgroup$













    • $begingroup$
      Thanks for your smart answer! Another question is how do you get that generating function, the Eqn(1)? I verified it is correct but I'm lack of intuition of why it works. Thanks!
      $endgroup$
      – Edward
      Jul 29 '18 at 19:43










    • $begingroup$
      The inner sum is the double sum of $q^{rs}$ over $r$ and $s$.
      $endgroup$
      – Lord Shark the Unknown
      Jul 29 '18 at 19:44










    • $begingroup$
      I see your point. Thank you so much!
      $endgroup$
      – Edward
      Jul 29 '18 at 20:31














    1












    1








    1





    $begingroup$

    The generating function of $sum_{r,sgeq 1, rsle n}p(n-rs)$
    is
    $$sum_{n=0}^infty p(n)q^nsum_{r=1}^inftyfrac{q^r}{1-q^r}
    =sum_{r=1}^inftyfrac{q^r}{1-q^r}
    prod_{j=1}^inftyfrac{1}{1-q^j}.tag{1}$$
    The $r$-th term in $(1)$ is
    $$frac{q^r}{(1-q^r)^2}prod_{jne r}frac{1}{1-q^j}
    =sum_{t=1}^infty tq^{tr}prod_{jne r}frac{1}{1-q^j}.$$
    This equals
    $$sum_{lambdainmathcal{P}}a_{r}(lambda)q^{n_lambda}$$
    where $mathcal{P}$ is the set of all partitions, $n_lambda$
    is the number partitioned by $lambda$, and $a_r(lambda)$ is the
    multiplicity of $r$ as a part of $lambda$. Then $(1)$ is
    $$sum_{lambdainmathcal{P}}A(lambda)q^{n_lambda}$$
    where $A(lambda)$ is the number of parts of $lambda$. But
    that is also
    $$sum_{k=1}^infty ksum_{n=k}^infty
    p(n,k)q^n=sum_{n=0}^inftysum_{k=1}^n kp(n,k)q^n$$
    which gives the desired result.






    share|cite|improve this answer











    $endgroup$



    The generating function of $sum_{r,sgeq 1, rsle n}p(n-rs)$
    is
    $$sum_{n=0}^infty p(n)q^nsum_{r=1}^inftyfrac{q^r}{1-q^r}
    =sum_{r=1}^inftyfrac{q^r}{1-q^r}
    prod_{j=1}^inftyfrac{1}{1-q^j}.tag{1}$$
    The $r$-th term in $(1)$ is
    $$frac{q^r}{(1-q^r)^2}prod_{jne r}frac{1}{1-q^j}
    =sum_{t=1}^infty tq^{tr}prod_{jne r}frac{1}{1-q^j}.$$
    This equals
    $$sum_{lambdainmathcal{P}}a_{r}(lambda)q^{n_lambda}$$
    where $mathcal{P}$ is the set of all partitions, $n_lambda$
    is the number partitioned by $lambda$, and $a_r(lambda)$ is the
    multiplicity of $r$ as a part of $lambda$. Then $(1)$ is
    $$sum_{lambdainmathcal{P}}A(lambda)q^{n_lambda}$$
    where $A(lambda)$ is the number of parts of $lambda$. But
    that is also
    $$sum_{k=1}^infty ksum_{n=k}^infty
    p(n,k)q^n=sum_{n=0}^inftysum_{k=1}^n kp(n,k)q^n$$
    which gives the desired result.







    share|cite|improve this answer














    share|cite|improve this answer



    share|cite|improve this answer








    edited Jul 29 '18 at 23:13









    darij grinberg

    10.5k33062




    10.5k33062










    answered Jul 27 '18 at 9:33









    Lord Shark the UnknownLord Shark the Unknown

    103k1160132




    103k1160132












    • $begingroup$
      Thanks for your smart answer! Another question is how do you get that generating function, the Eqn(1)? I verified it is correct but I'm lack of intuition of why it works. Thanks!
      $endgroup$
      – Edward
      Jul 29 '18 at 19:43










    • $begingroup$
      The inner sum is the double sum of $q^{rs}$ over $r$ and $s$.
      $endgroup$
      – Lord Shark the Unknown
      Jul 29 '18 at 19:44










    • $begingroup$
      I see your point. Thank you so much!
      $endgroup$
      – Edward
      Jul 29 '18 at 20:31


















    • $begingroup$
      Thanks for your smart answer! Another question is how do you get that generating function, the Eqn(1)? I verified it is correct but I'm lack of intuition of why it works. Thanks!
      $endgroup$
      – Edward
      Jul 29 '18 at 19:43










    • $begingroup$
      The inner sum is the double sum of $q^{rs}$ over $r$ and $s$.
      $endgroup$
      – Lord Shark the Unknown
      Jul 29 '18 at 19:44










    • $begingroup$
      I see your point. Thank you so much!
      $endgroup$
      – Edward
      Jul 29 '18 at 20:31
















    $begingroup$
    Thanks for your smart answer! Another question is how do you get that generating function, the Eqn(1)? I verified it is correct but I'm lack of intuition of why it works. Thanks!
    $endgroup$
    – Edward
    Jul 29 '18 at 19:43




    $begingroup$
    Thanks for your smart answer! Another question is how do you get that generating function, the Eqn(1)? I verified it is correct but I'm lack of intuition of why it works. Thanks!
    $endgroup$
    – Edward
    Jul 29 '18 at 19:43












    $begingroup$
    The inner sum is the double sum of $q^{rs}$ over $r$ and $s$.
    $endgroup$
    – Lord Shark the Unknown
    Jul 29 '18 at 19:44




    $begingroup$
    The inner sum is the double sum of $q^{rs}$ over $r$ and $s$.
    $endgroup$
    – Lord Shark the Unknown
    Jul 29 '18 at 19:44












    $begingroup$
    I see your point. Thank you so much!
    $endgroup$
    – Edward
    Jul 29 '18 at 20:31




    $begingroup$
    I see your point. Thank you so much!
    $endgroup$
    – Edward
    Jul 29 '18 at 20:31











    0












    $begingroup$

    If you want a combinatorial proof, you can now find one in the solution to Exercise 6 (b) of UMN Fall 2018 Math 5705 midterm #3. Just to clarify why that exercise is equivalent to the question posted here:




    • My $p_kleft(nright)$ is exactly what is called $pleft(n, kright)$ here.


    • The left hand side of the equality in my exercise is $sumlimits_{k=0}^n k p_kleft(nright)$, while the question here uses $sumlimits_{k=1}^n k pleft(n,kright)$ = $sumlimits_{k=1}^n k p_kleft(nright)$ instead. In other words, my left hand side differs in the inclusion of the $k = 0$ addend. But this makes no difference, since this addend is $0 p_0left(nright) = 0$.


    • The right hand side of the equality in my exercise is $sumlimits_{k=1}^n partialleft(kright) pleft(n-kright)$ (where $partialleft(kright)$ means the number of positive divisors of $k$), while the question here uses $sumlimits_{r, s geq 1, rsleq n} pleft(n-rsright)$ instead. These are the same thing, because
      begin{align*}
      & underbrace{sum_{r,sgeq1, rsleq n}}_{=sumlimits_{kgeq1, kleq n}
      sumlimits_{substack{r,sgeq1;\rs=k}}}pleft( n-rsright) \
      & =sum_{kgeq1, kleq n}sum_{substack{r,sgeq1;\rs=k}}pleft(
      n-underbrace{rs}_{=k}right) \
      & =sum_{kgeq1, kleq n}underbrace{sum_{substack{r,sgeq1;\rs=k}
      }pleft( n-kright) }_{=leftvert left{ left( r,sright) inleft{
      1,2,3,ldotsright} ^{2} mid rs=kright} rightvert cdot pleft(
      n-kright) }\
      & =sum_{kgeq1, kleq n}underbrace{leftvert left{ left( r,sright)
      inleft{ 1,2,3,ldotsright} ^{2} mid rs=kright} rightvert
      }_{substack{=leftvert left{ text{positive divisors of }kright}
      rightvert \text{(since there exists a bijection from }left{ left(
      r,sright) inleft{ 1,2,3,ldotsright} ^{2} mid rs=kright}
      \text{to }left{ text{positive divisors of }kright} text{ (namely,
      the map sending each }left( r,sright) text{ to }rtext{)}}}cdot pleft(
      n-kright) \
      & =underbrace{sum_{kgeq1, kleq n}}_{=sum_{k=1}^{n}}
      underbrace{leftvert left{ text{positive divisors of }kright}
      rightvert }_{substack{=left( text{the number of positive divisors of
      }kright) =partialleft( kright) \text{(by the definition of }
      partialleft( kright) text{)}}}cdot pleft( n-kright) \
      & =sum_{k=1}^{n}partialleft( kright) pleft( n-kright) .
      end{align*}


    • I allow $n$ to be $0$. Yes, the equality is still true in that case, for rather obvious reasons.







    share|cite|improve this answer









    $endgroup$


















      0












      $begingroup$

      If you want a combinatorial proof, you can now find one in the solution to Exercise 6 (b) of UMN Fall 2018 Math 5705 midterm #3. Just to clarify why that exercise is equivalent to the question posted here:




      • My $p_kleft(nright)$ is exactly what is called $pleft(n, kright)$ here.


      • The left hand side of the equality in my exercise is $sumlimits_{k=0}^n k p_kleft(nright)$, while the question here uses $sumlimits_{k=1}^n k pleft(n,kright)$ = $sumlimits_{k=1}^n k p_kleft(nright)$ instead. In other words, my left hand side differs in the inclusion of the $k = 0$ addend. But this makes no difference, since this addend is $0 p_0left(nright) = 0$.


      • The right hand side of the equality in my exercise is $sumlimits_{k=1}^n partialleft(kright) pleft(n-kright)$ (where $partialleft(kright)$ means the number of positive divisors of $k$), while the question here uses $sumlimits_{r, s geq 1, rsleq n} pleft(n-rsright)$ instead. These are the same thing, because
        begin{align*}
        & underbrace{sum_{r,sgeq1, rsleq n}}_{=sumlimits_{kgeq1, kleq n}
        sumlimits_{substack{r,sgeq1;\rs=k}}}pleft( n-rsright) \
        & =sum_{kgeq1, kleq n}sum_{substack{r,sgeq1;\rs=k}}pleft(
        n-underbrace{rs}_{=k}right) \
        & =sum_{kgeq1, kleq n}underbrace{sum_{substack{r,sgeq1;\rs=k}
        }pleft( n-kright) }_{=leftvert left{ left( r,sright) inleft{
        1,2,3,ldotsright} ^{2} mid rs=kright} rightvert cdot pleft(
        n-kright) }\
        & =sum_{kgeq1, kleq n}underbrace{leftvert left{ left( r,sright)
        inleft{ 1,2,3,ldotsright} ^{2} mid rs=kright} rightvert
        }_{substack{=leftvert left{ text{positive divisors of }kright}
        rightvert \text{(since there exists a bijection from }left{ left(
        r,sright) inleft{ 1,2,3,ldotsright} ^{2} mid rs=kright}
        \text{to }left{ text{positive divisors of }kright} text{ (namely,
        the map sending each }left( r,sright) text{ to }rtext{)}}}cdot pleft(
        n-kright) \
        & =underbrace{sum_{kgeq1, kleq n}}_{=sum_{k=1}^{n}}
        underbrace{leftvert left{ text{positive divisors of }kright}
        rightvert }_{substack{=left( text{the number of positive divisors of
        }kright) =partialleft( kright) \text{(by the definition of }
        partialleft( kright) text{)}}}cdot pleft( n-kright) \
        & =sum_{k=1}^{n}partialleft( kright) pleft( n-kright) .
        end{align*}


      • I allow $n$ to be $0$. Yes, the equality is still true in that case, for rather obvious reasons.







      share|cite|improve this answer









      $endgroup$
















        0












        0








        0





        $begingroup$

        If you want a combinatorial proof, you can now find one in the solution to Exercise 6 (b) of UMN Fall 2018 Math 5705 midterm #3. Just to clarify why that exercise is equivalent to the question posted here:




        • My $p_kleft(nright)$ is exactly what is called $pleft(n, kright)$ here.


        • The left hand side of the equality in my exercise is $sumlimits_{k=0}^n k p_kleft(nright)$, while the question here uses $sumlimits_{k=1}^n k pleft(n,kright)$ = $sumlimits_{k=1}^n k p_kleft(nright)$ instead. In other words, my left hand side differs in the inclusion of the $k = 0$ addend. But this makes no difference, since this addend is $0 p_0left(nright) = 0$.


        • The right hand side of the equality in my exercise is $sumlimits_{k=1}^n partialleft(kright) pleft(n-kright)$ (where $partialleft(kright)$ means the number of positive divisors of $k$), while the question here uses $sumlimits_{r, s geq 1, rsleq n} pleft(n-rsright)$ instead. These are the same thing, because
          begin{align*}
          & underbrace{sum_{r,sgeq1, rsleq n}}_{=sumlimits_{kgeq1, kleq n}
          sumlimits_{substack{r,sgeq1;\rs=k}}}pleft( n-rsright) \
          & =sum_{kgeq1, kleq n}sum_{substack{r,sgeq1;\rs=k}}pleft(
          n-underbrace{rs}_{=k}right) \
          & =sum_{kgeq1, kleq n}underbrace{sum_{substack{r,sgeq1;\rs=k}
          }pleft( n-kright) }_{=leftvert left{ left( r,sright) inleft{
          1,2,3,ldotsright} ^{2} mid rs=kright} rightvert cdot pleft(
          n-kright) }\
          & =sum_{kgeq1, kleq n}underbrace{leftvert left{ left( r,sright)
          inleft{ 1,2,3,ldotsright} ^{2} mid rs=kright} rightvert
          }_{substack{=leftvert left{ text{positive divisors of }kright}
          rightvert \text{(since there exists a bijection from }left{ left(
          r,sright) inleft{ 1,2,3,ldotsright} ^{2} mid rs=kright}
          \text{to }left{ text{positive divisors of }kright} text{ (namely,
          the map sending each }left( r,sright) text{ to }rtext{)}}}cdot pleft(
          n-kright) \
          & =underbrace{sum_{kgeq1, kleq n}}_{=sum_{k=1}^{n}}
          underbrace{leftvert left{ text{positive divisors of }kright}
          rightvert }_{substack{=left( text{the number of positive divisors of
          }kright) =partialleft( kright) \text{(by the definition of }
          partialleft( kright) text{)}}}cdot pleft( n-kright) \
          & =sum_{k=1}^{n}partialleft( kright) pleft( n-kright) .
          end{align*}


        • I allow $n$ to be $0$. Yes, the equality is still true in that case, for rather obvious reasons.







        share|cite|improve this answer









        $endgroup$



        If you want a combinatorial proof, you can now find one in the solution to Exercise 6 (b) of UMN Fall 2018 Math 5705 midterm #3. Just to clarify why that exercise is equivalent to the question posted here:




        • My $p_kleft(nright)$ is exactly what is called $pleft(n, kright)$ here.


        • The left hand side of the equality in my exercise is $sumlimits_{k=0}^n k p_kleft(nright)$, while the question here uses $sumlimits_{k=1}^n k pleft(n,kright)$ = $sumlimits_{k=1}^n k p_kleft(nright)$ instead. In other words, my left hand side differs in the inclusion of the $k = 0$ addend. But this makes no difference, since this addend is $0 p_0left(nright) = 0$.


        • The right hand side of the equality in my exercise is $sumlimits_{k=1}^n partialleft(kright) pleft(n-kright)$ (where $partialleft(kright)$ means the number of positive divisors of $k$), while the question here uses $sumlimits_{r, s geq 1, rsleq n} pleft(n-rsright)$ instead. These are the same thing, because
          begin{align*}
          & underbrace{sum_{r,sgeq1, rsleq n}}_{=sumlimits_{kgeq1, kleq n}
          sumlimits_{substack{r,sgeq1;\rs=k}}}pleft( n-rsright) \
          & =sum_{kgeq1, kleq n}sum_{substack{r,sgeq1;\rs=k}}pleft(
          n-underbrace{rs}_{=k}right) \
          & =sum_{kgeq1, kleq n}underbrace{sum_{substack{r,sgeq1;\rs=k}
          }pleft( n-kright) }_{=leftvert left{ left( r,sright) inleft{
          1,2,3,ldotsright} ^{2} mid rs=kright} rightvert cdot pleft(
          n-kright) }\
          & =sum_{kgeq1, kleq n}underbrace{leftvert left{ left( r,sright)
          inleft{ 1,2,3,ldotsright} ^{2} mid rs=kright} rightvert
          }_{substack{=leftvert left{ text{positive divisors of }kright}
          rightvert \text{(since there exists a bijection from }left{ left(
          r,sright) inleft{ 1,2,3,ldotsright} ^{2} mid rs=kright}
          \text{to }left{ text{positive divisors of }kright} text{ (namely,
          the map sending each }left( r,sright) text{ to }rtext{)}}}cdot pleft(
          n-kright) \
          & =underbrace{sum_{kgeq1, kleq n}}_{=sum_{k=1}^{n}}
          underbrace{leftvert left{ text{positive divisors of }kright}
          rightvert }_{substack{=left( text{the number of positive divisors of
          }kright) =partialleft( kright) \text{(by the definition of }
          partialleft( kright) text{)}}}cdot pleft( n-kright) \
          & =sum_{k=1}^{n}partialleft( kright) pleft( n-kright) .
          end{align*}


        • I allow $n$ to be $0$. Yes, the equality is still true in that case, for rather obvious reasons.








        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Jan 13 at 19:07









        darij grinbergdarij grinberg

        10.5k33062




        10.5k33062






























            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%2f2864176%2fproof-of-an-identity-about-integer-partition%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

            Mario Kart Wii

            Partial Derivative Guidance.

            Understanding the size os this class of aleatory events