How do multi-indices work, step by step? The 2019 Stack Overflow Developer Survey Results Are InProof of absolutely convergent sums over two indices.Summation Indices - How to interpret the zero index?Nested summations and their relation to binomial coefficientsMaple summation notation issue: differentiating with respect to an indexed valueBinomial coefficient notated by recursive summationsSwapping the order of summation without writing a few terms and guessing the patternSimplify indices expressionRestricted Sum SimplificationHow does this sigma work?Summing over set of sets

Is there a name of the flying bionic bird?

How can I create a character who can assume the widest possible range of creature sizes?

Is "plugging out" electronic devices an American expression?

Could a US political party gain complete control over the government by removing checks & balances?

Why is it "Tumoren" and not "Tumore"?

What can other administrators access on my machine?

Geography at the pixel level

Should I use my personal or workplace e-mail when registering to external websites for work purpose?

A poker game description that does not feel gimmicky

Why do I get badly formatted numerical results when I use StringForm?

Why is the maximum length of OpenWrt’s root password 8 characters?

What is the best strategy for white in this position?

Protecting Dualbooting Windows from dangerous code (like rm -rf)

Idiomatic way to prevent slicing?

JSON.serialize: is it possible to suppress null values of a map?

Can the Protection from Evil and Good spell be used on the caster?

Does it makes sense to buy a new cycle to learn riding?

Can't find the latex code for the ⍎ (down tack jot) symbol

How to create dashed lines/arrows in Illustrator

What do the Banks children have against barley water?

Are there any other methods to apply to solving simultaneous equations?

Manuscript was "unsubmitted" because the manuscript was deposited in Arxiv Preprints

Output the Arecibo Message

How to answer pointed "are you quitting" questioning when I don't want them to suspect



How do multi-indices work, step by step?



The 2019 Stack Overflow Developer Survey Results Are InProof of absolutely convergent sums over two indices.Summation Indices - How to interpret the zero index?Nested summations and their relation to binomial coefficientsMaple summation notation issue: differentiating with respect to an indexed valueBinomial coefficient notated by recursive summationsSwapping the order of summation without writing a few terms and guessing the patternSimplify indices expressionRestricted Sum SimplificationHow does this sigma work?Summing over set of sets










1












$begingroup$


Never used multi-indexed summations in my life, neither has anyone else I know.



https://en.wikipedia.org/wiki/Multinomial_theorem



does not define an upper index for the multi-indexed sum, which gives the sum no meaning whatsoever.



However, it does for some reason have an ordered set of numbers as an index for a multi-indexed sum and then completely fails to explain the procedure for each of those indices in that set. Is it a nested sum? A product of sums? A sum of products? Is each sum a coefficient of some polynomial? Is each polynomial a coefficient of some sum? And to what end-index? How do you use any part of this theorem? The world may never know.










share|cite|improve this question











$endgroup$











  • $begingroup$
    Comments are not for extended discussion; this conversation has been moved to chat.
    $endgroup$
    – Pedro Tamaroff
    Mar 23 at 13:00















1












$begingroup$


Never used multi-indexed summations in my life, neither has anyone else I know.



https://en.wikipedia.org/wiki/Multinomial_theorem



does not define an upper index for the multi-indexed sum, which gives the sum no meaning whatsoever.



However, it does for some reason have an ordered set of numbers as an index for a multi-indexed sum and then completely fails to explain the procedure for each of those indices in that set. Is it a nested sum? A product of sums? A sum of products? Is each sum a coefficient of some polynomial? Is each polynomial a coefficient of some sum? And to what end-index? How do you use any part of this theorem? The world may never know.










share|cite|improve this question











$endgroup$











  • $begingroup$
    Comments are not for extended discussion; this conversation has been moved to chat.
    $endgroup$
    – Pedro Tamaroff
    Mar 23 at 13:00













1












1








1


0



$begingroup$


Never used multi-indexed summations in my life, neither has anyone else I know.



https://en.wikipedia.org/wiki/Multinomial_theorem



does not define an upper index for the multi-indexed sum, which gives the sum no meaning whatsoever.



However, it does for some reason have an ordered set of numbers as an index for a multi-indexed sum and then completely fails to explain the procedure for each of those indices in that set. Is it a nested sum? A product of sums? A sum of products? Is each sum a coefficient of some polynomial? Is each polynomial a coefficient of some sum? And to what end-index? How do you use any part of this theorem? The world may never know.










share|cite|improve this question











$endgroup$




Never used multi-indexed summations in my life, neither has anyone else I know.



https://en.wikipedia.org/wiki/Multinomial_theorem



does not define an upper index for the multi-indexed sum, which gives the sum no meaning whatsoever.



However, it does for some reason have an ordered set of numbers as an index for a multi-indexed sum and then completely fails to explain the procedure for each of those indices in that set. Is it a nested sum? A product of sums? A sum of products? Is each sum a coefficient of some polynomial? Is each polynomial a coefficient of some sum? And to what end-index? How do you use any part of this theorem? The world may never know.







summation index-notation






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Mar 23 at 5:41







Vane Voe

















asked Mar 23 at 5:02









Vane VoeVane Voe

396




396











  • $begingroup$
    Comments are not for extended discussion; this conversation has been moved to chat.
    $endgroup$
    – Pedro Tamaroff
    Mar 23 at 13:00
















  • $begingroup$
    Comments are not for extended discussion; this conversation has been moved to chat.
    $endgroup$
    – Pedro Tamaroff
    Mar 23 at 13:00















$begingroup$
Comments are not for extended discussion; this conversation has been moved to chat.
$endgroup$
– Pedro Tamaroff
Mar 23 at 13:00




$begingroup$
Comments are not for extended discussion; this conversation has been moved to chat.
$endgroup$
– Pedro Tamaroff
Mar 23 at 13:00










1 Answer
1






active

oldest

votes


















0












$begingroup$

Here we look at the connection between binomial expansion and multinomial expansion for the cases $n=2$ and $n=3$ which might give a better idea what's going on.




Case $n=2$:



beginalign*
colorblue(x_1+x_2)^n&colorblue=sum_k_1=0^nbinomnk_1x_1^k_1x_2^n-k_1\
&=sum_k_1=0^nfracn!k_1!(n-k_1)!x_1^x_1x_2^n-k_1\
&=sum_k_1+k_2=natopk_1,k_2geq 0fracn!k_1!k_2!x_1^k_1x_2^k_2tag1\
&,,colorblue=sum_k_1+k_2=natopk_1,k_2geq 0binomnk_1,k_2x_1^k_1x_2^k_2
endalign*




Comment:



  • In (1) we introduce a new index variable $k_2=n-k_1$. Note we also state in the index region $k_1,k_2geq 0$ which is sometimes silently assumed.


Case $n=3$:



beginalign*
colorblue(x_1+x_2+x_3)^n&=(x_1+(x_2+x_3))^n\
&=sum_k_1=0^nbinomnk_1x_1^k_1(x_2+x_3)^n-k_1\
&,,colorblue=sum_k_1=0^nbinomnk_1x_1^k_1sum_k_2=0^n-k_1binomn-k_1k_2x_2^k_2x_3^n-k_1-k_2\
&=sum_k_1=0^nsum_k_2=0^n-k_1fracn!k_1!(n-k_1)!cdotfrac(n-k_1)!k_2!(n-k_1-k_2)!x_1^k_1x_2^k_2x_3^n-k_1-k_2\
&=sum_k_1=0^nsum_k_2=0^n-k_1fracn!k_1!k_2!(n-k_1-k_2)!x_1^k_1x_2^k_2x_3^n-k_1-k_2\
&=sum_k_1=0^nsum_k_2+k_3=n-k_1atopk_2,k_3geq 0fracn!k_1!k_2!k_3!x_1^k_1x_2^k_2x_3^k_3tag2\
&=sum_k_1+k_2+k_3=natopk_1,k_2,k_3geq 0fracn!k_1!k_2!k_3!x_1^k_1x_2^k_2x_3^k_3\
&,,colorblue=sum_k_1+k_2+k_3=natopk_1,k_2,k_3geq 0binomnk_1,k_2,k_3x_1^k_1x_2^k_2x_3^k_3\
endalign*




  • In (2) we introduce a new index variable $k_3=n-k_1-k_2$ similarly as we did in (1).

Hint: You might find chapter 2: Sums in Concrete Mathematics by R.L. Graham, D.E. Knuth and O. Patashnik helpful. It provides a thorough introduction in the usage of sums.






share|cite|improve this answer











$endgroup$












  • $begingroup$
    How do you "ensure" $k_1$ and $k_2$ always add up to $n$? They could be any random integer. It looks like there are $|K|-1$ nested sums. Frankly I would prefer nested sums to over-specified notation. Would the next nested sum for 4 terms to the power of $n$ be from $k_3$ to $k_1-k_2$ or to $n-k_1-k_2$?
    $endgroup$
    – Vane Voe
    Mar 23 at 21:29











  • $begingroup$
    @VaneVoe: The expression $k_1+k_2=n$ ensures that $k_1$ and $k_2$ always add up to $n$. Since we also have $k_1,k_2geq 0$ we always have valid tupel $(k_1,k_2)=(k_1,n-k_1)$ as in the line above.
    $endgroup$
    – Markus Scheuer
    Mar 23 at 21:50











  • $begingroup$
    That expressing gives no information on what $k_1$ and $k_2$ actually are. Is $k_1$ 1? Is it 2? Is it $n-1$? Is it $n-2$? Is it $3!$?
    $endgroup$
    – Vane Voe
    Mar 23 at 21:55










  • $begingroup$
    But is the nested sum principal right? That would make it easier to understand.
    $endgroup$
    – Vane Voe
    Mar 23 at 22:14






  • 1




    $begingroup$
    @VaneVoe: There is no difference at all. Recall we have an equality chain. It's just a matter of convenience which kind of representation we choose. In my answer an interesting aspect could be to go from the more familiar binomial representation step by step to the multinomial representation and try to grasp why these representations all mean the same.
    $endgroup$
    – Markus Scheuer
    Mar 23 at 22:20











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%2f3158969%2fhow-do-multi-indices-work-step-by-step%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









0












$begingroup$

Here we look at the connection between binomial expansion and multinomial expansion for the cases $n=2$ and $n=3$ which might give a better idea what's going on.




Case $n=2$:



beginalign*
colorblue(x_1+x_2)^n&colorblue=sum_k_1=0^nbinomnk_1x_1^k_1x_2^n-k_1\
&=sum_k_1=0^nfracn!k_1!(n-k_1)!x_1^x_1x_2^n-k_1\
&=sum_k_1+k_2=natopk_1,k_2geq 0fracn!k_1!k_2!x_1^k_1x_2^k_2tag1\
&,,colorblue=sum_k_1+k_2=natopk_1,k_2geq 0binomnk_1,k_2x_1^k_1x_2^k_2
endalign*




Comment:



  • In (1) we introduce a new index variable $k_2=n-k_1$. Note we also state in the index region $k_1,k_2geq 0$ which is sometimes silently assumed.


Case $n=3$:



beginalign*
colorblue(x_1+x_2+x_3)^n&=(x_1+(x_2+x_3))^n\
&=sum_k_1=0^nbinomnk_1x_1^k_1(x_2+x_3)^n-k_1\
&,,colorblue=sum_k_1=0^nbinomnk_1x_1^k_1sum_k_2=0^n-k_1binomn-k_1k_2x_2^k_2x_3^n-k_1-k_2\
&=sum_k_1=0^nsum_k_2=0^n-k_1fracn!k_1!(n-k_1)!cdotfrac(n-k_1)!k_2!(n-k_1-k_2)!x_1^k_1x_2^k_2x_3^n-k_1-k_2\
&=sum_k_1=0^nsum_k_2=0^n-k_1fracn!k_1!k_2!(n-k_1-k_2)!x_1^k_1x_2^k_2x_3^n-k_1-k_2\
&=sum_k_1=0^nsum_k_2+k_3=n-k_1atopk_2,k_3geq 0fracn!k_1!k_2!k_3!x_1^k_1x_2^k_2x_3^k_3tag2\
&=sum_k_1+k_2+k_3=natopk_1,k_2,k_3geq 0fracn!k_1!k_2!k_3!x_1^k_1x_2^k_2x_3^k_3\
&,,colorblue=sum_k_1+k_2+k_3=natopk_1,k_2,k_3geq 0binomnk_1,k_2,k_3x_1^k_1x_2^k_2x_3^k_3\
endalign*




  • In (2) we introduce a new index variable $k_3=n-k_1-k_2$ similarly as we did in (1).

Hint: You might find chapter 2: Sums in Concrete Mathematics by R.L. Graham, D.E. Knuth and O. Patashnik helpful. It provides a thorough introduction in the usage of sums.






share|cite|improve this answer











$endgroup$












  • $begingroup$
    How do you "ensure" $k_1$ and $k_2$ always add up to $n$? They could be any random integer. It looks like there are $|K|-1$ nested sums. Frankly I would prefer nested sums to over-specified notation. Would the next nested sum for 4 terms to the power of $n$ be from $k_3$ to $k_1-k_2$ or to $n-k_1-k_2$?
    $endgroup$
    – Vane Voe
    Mar 23 at 21:29











  • $begingroup$
    @VaneVoe: The expression $k_1+k_2=n$ ensures that $k_1$ and $k_2$ always add up to $n$. Since we also have $k_1,k_2geq 0$ we always have valid tupel $(k_1,k_2)=(k_1,n-k_1)$ as in the line above.
    $endgroup$
    – Markus Scheuer
    Mar 23 at 21:50











  • $begingroup$
    That expressing gives no information on what $k_1$ and $k_2$ actually are. Is $k_1$ 1? Is it 2? Is it $n-1$? Is it $n-2$? Is it $3!$?
    $endgroup$
    – Vane Voe
    Mar 23 at 21:55










  • $begingroup$
    But is the nested sum principal right? That would make it easier to understand.
    $endgroup$
    – Vane Voe
    Mar 23 at 22:14






  • 1




    $begingroup$
    @VaneVoe: There is no difference at all. Recall we have an equality chain. It's just a matter of convenience which kind of representation we choose. In my answer an interesting aspect could be to go from the more familiar binomial representation step by step to the multinomial representation and try to grasp why these representations all mean the same.
    $endgroup$
    – Markus Scheuer
    Mar 23 at 22:20















0












$begingroup$

Here we look at the connection between binomial expansion and multinomial expansion for the cases $n=2$ and $n=3$ which might give a better idea what's going on.




Case $n=2$:



beginalign*
colorblue(x_1+x_2)^n&colorblue=sum_k_1=0^nbinomnk_1x_1^k_1x_2^n-k_1\
&=sum_k_1=0^nfracn!k_1!(n-k_1)!x_1^x_1x_2^n-k_1\
&=sum_k_1+k_2=natopk_1,k_2geq 0fracn!k_1!k_2!x_1^k_1x_2^k_2tag1\
&,,colorblue=sum_k_1+k_2=natopk_1,k_2geq 0binomnk_1,k_2x_1^k_1x_2^k_2
endalign*




Comment:



  • In (1) we introduce a new index variable $k_2=n-k_1$. Note we also state in the index region $k_1,k_2geq 0$ which is sometimes silently assumed.


Case $n=3$:



beginalign*
colorblue(x_1+x_2+x_3)^n&=(x_1+(x_2+x_3))^n\
&=sum_k_1=0^nbinomnk_1x_1^k_1(x_2+x_3)^n-k_1\
&,,colorblue=sum_k_1=0^nbinomnk_1x_1^k_1sum_k_2=0^n-k_1binomn-k_1k_2x_2^k_2x_3^n-k_1-k_2\
&=sum_k_1=0^nsum_k_2=0^n-k_1fracn!k_1!(n-k_1)!cdotfrac(n-k_1)!k_2!(n-k_1-k_2)!x_1^k_1x_2^k_2x_3^n-k_1-k_2\
&=sum_k_1=0^nsum_k_2=0^n-k_1fracn!k_1!k_2!(n-k_1-k_2)!x_1^k_1x_2^k_2x_3^n-k_1-k_2\
&=sum_k_1=0^nsum_k_2+k_3=n-k_1atopk_2,k_3geq 0fracn!k_1!k_2!k_3!x_1^k_1x_2^k_2x_3^k_3tag2\
&=sum_k_1+k_2+k_3=natopk_1,k_2,k_3geq 0fracn!k_1!k_2!k_3!x_1^k_1x_2^k_2x_3^k_3\
&,,colorblue=sum_k_1+k_2+k_3=natopk_1,k_2,k_3geq 0binomnk_1,k_2,k_3x_1^k_1x_2^k_2x_3^k_3\
endalign*




  • In (2) we introduce a new index variable $k_3=n-k_1-k_2$ similarly as we did in (1).

Hint: You might find chapter 2: Sums in Concrete Mathematics by R.L. Graham, D.E. Knuth and O. Patashnik helpful. It provides a thorough introduction in the usage of sums.






share|cite|improve this answer











$endgroup$












  • $begingroup$
    How do you "ensure" $k_1$ and $k_2$ always add up to $n$? They could be any random integer. It looks like there are $|K|-1$ nested sums. Frankly I would prefer nested sums to over-specified notation. Would the next nested sum for 4 terms to the power of $n$ be from $k_3$ to $k_1-k_2$ or to $n-k_1-k_2$?
    $endgroup$
    – Vane Voe
    Mar 23 at 21:29











  • $begingroup$
    @VaneVoe: The expression $k_1+k_2=n$ ensures that $k_1$ and $k_2$ always add up to $n$. Since we also have $k_1,k_2geq 0$ we always have valid tupel $(k_1,k_2)=(k_1,n-k_1)$ as in the line above.
    $endgroup$
    – Markus Scheuer
    Mar 23 at 21:50











  • $begingroup$
    That expressing gives no information on what $k_1$ and $k_2$ actually are. Is $k_1$ 1? Is it 2? Is it $n-1$? Is it $n-2$? Is it $3!$?
    $endgroup$
    – Vane Voe
    Mar 23 at 21:55










  • $begingroup$
    But is the nested sum principal right? That would make it easier to understand.
    $endgroup$
    – Vane Voe
    Mar 23 at 22:14






  • 1




    $begingroup$
    @VaneVoe: There is no difference at all. Recall we have an equality chain. It's just a matter of convenience which kind of representation we choose. In my answer an interesting aspect could be to go from the more familiar binomial representation step by step to the multinomial representation and try to grasp why these representations all mean the same.
    $endgroup$
    – Markus Scheuer
    Mar 23 at 22:20













0












0








0





$begingroup$

Here we look at the connection between binomial expansion and multinomial expansion for the cases $n=2$ and $n=3$ which might give a better idea what's going on.




Case $n=2$:



beginalign*
colorblue(x_1+x_2)^n&colorblue=sum_k_1=0^nbinomnk_1x_1^k_1x_2^n-k_1\
&=sum_k_1=0^nfracn!k_1!(n-k_1)!x_1^x_1x_2^n-k_1\
&=sum_k_1+k_2=natopk_1,k_2geq 0fracn!k_1!k_2!x_1^k_1x_2^k_2tag1\
&,,colorblue=sum_k_1+k_2=natopk_1,k_2geq 0binomnk_1,k_2x_1^k_1x_2^k_2
endalign*




Comment:



  • In (1) we introduce a new index variable $k_2=n-k_1$. Note we also state in the index region $k_1,k_2geq 0$ which is sometimes silently assumed.


Case $n=3$:



beginalign*
colorblue(x_1+x_2+x_3)^n&=(x_1+(x_2+x_3))^n\
&=sum_k_1=0^nbinomnk_1x_1^k_1(x_2+x_3)^n-k_1\
&,,colorblue=sum_k_1=0^nbinomnk_1x_1^k_1sum_k_2=0^n-k_1binomn-k_1k_2x_2^k_2x_3^n-k_1-k_2\
&=sum_k_1=0^nsum_k_2=0^n-k_1fracn!k_1!(n-k_1)!cdotfrac(n-k_1)!k_2!(n-k_1-k_2)!x_1^k_1x_2^k_2x_3^n-k_1-k_2\
&=sum_k_1=0^nsum_k_2=0^n-k_1fracn!k_1!k_2!(n-k_1-k_2)!x_1^k_1x_2^k_2x_3^n-k_1-k_2\
&=sum_k_1=0^nsum_k_2+k_3=n-k_1atopk_2,k_3geq 0fracn!k_1!k_2!k_3!x_1^k_1x_2^k_2x_3^k_3tag2\
&=sum_k_1+k_2+k_3=natopk_1,k_2,k_3geq 0fracn!k_1!k_2!k_3!x_1^k_1x_2^k_2x_3^k_3\
&,,colorblue=sum_k_1+k_2+k_3=natopk_1,k_2,k_3geq 0binomnk_1,k_2,k_3x_1^k_1x_2^k_2x_3^k_3\
endalign*




  • In (2) we introduce a new index variable $k_3=n-k_1-k_2$ similarly as we did in (1).

Hint: You might find chapter 2: Sums in Concrete Mathematics by R.L. Graham, D.E. Knuth and O. Patashnik helpful. It provides a thorough introduction in the usage of sums.






share|cite|improve this answer











$endgroup$



Here we look at the connection between binomial expansion and multinomial expansion for the cases $n=2$ and $n=3$ which might give a better idea what's going on.




Case $n=2$:



beginalign*
colorblue(x_1+x_2)^n&colorblue=sum_k_1=0^nbinomnk_1x_1^k_1x_2^n-k_1\
&=sum_k_1=0^nfracn!k_1!(n-k_1)!x_1^x_1x_2^n-k_1\
&=sum_k_1+k_2=natopk_1,k_2geq 0fracn!k_1!k_2!x_1^k_1x_2^k_2tag1\
&,,colorblue=sum_k_1+k_2=natopk_1,k_2geq 0binomnk_1,k_2x_1^k_1x_2^k_2
endalign*




Comment:



  • In (1) we introduce a new index variable $k_2=n-k_1$. Note we also state in the index region $k_1,k_2geq 0$ which is sometimes silently assumed.


Case $n=3$:



beginalign*
colorblue(x_1+x_2+x_3)^n&=(x_1+(x_2+x_3))^n\
&=sum_k_1=0^nbinomnk_1x_1^k_1(x_2+x_3)^n-k_1\
&,,colorblue=sum_k_1=0^nbinomnk_1x_1^k_1sum_k_2=0^n-k_1binomn-k_1k_2x_2^k_2x_3^n-k_1-k_2\
&=sum_k_1=0^nsum_k_2=0^n-k_1fracn!k_1!(n-k_1)!cdotfrac(n-k_1)!k_2!(n-k_1-k_2)!x_1^k_1x_2^k_2x_3^n-k_1-k_2\
&=sum_k_1=0^nsum_k_2=0^n-k_1fracn!k_1!k_2!(n-k_1-k_2)!x_1^k_1x_2^k_2x_3^n-k_1-k_2\
&=sum_k_1=0^nsum_k_2+k_3=n-k_1atopk_2,k_3geq 0fracn!k_1!k_2!k_3!x_1^k_1x_2^k_2x_3^k_3tag2\
&=sum_k_1+k_2+k_3=natopk_1,k_2,k_3geq 0fracn!k_1!k_2!k_3!x_1^k_1x_2^k_2x_3^k_3\
&,,colorblue=sum_k_1+k_2+k_3=natopk_1,k_2,k_3geq 0binomnk_1,k_2,k_3x_1^k_1x_2^k_2x_3^k_3\
endalign*




  • In (2) we introduce a new index variable $k_3=n-k_1-k_2$ similarly as we did in (1).

Hint: You might find chapter 2: Sums in Concrete Mathematics by R.L. Graham, D.E. Knuth and O. Patashnik helpful. It provides a thorough introduction in the usage of sums.







share|cite|improve this answer














share|cite|improve this answer



share|cite|improve this answer








edited Mar 23 at 21:54

























answered Mar 23 at 10:09









Markus ScheuerMarkus Scheuer

64.1k460152




64.1k460152











  • $begingroup$
    How do you "ensure" $k_1$ and $k_2$ always add up to $n$? They could be any random integer. It looks like there are $|K|-1$ nested sums. Frankly I would prefer nested sums to over-specified notation. Would the next nested sum for 4 terms to the power of $n$ be from $k_3$ to $k_1-k_2$ or to $n-k_1-k_2$?
    $endgroup$
    – Vane Voe
    Mar 23 at 21:29











  • $begingroup$
    @VaneVoe: The expression $k_1+k_2=n$ ensures that $k_1$ and $k_2$ always add up to $n$. Since we also have $k_1,k_2geq 0$ we always have valid tupel $(k_1,k_2)=(k_1,n-k_1)$ as in the line above.
    $endgroup$
    – Markus Scheuer
    Mar 23 at 21:50











  • $begingroup$
    That expressing gives no information on what $k_1$ and $k_2$ actually are. Is $k_1$ 1? Is it 2? Is it $n-1$? Is it $n-2$? Is it $3!$?
    $endgroup$
    – Vane Voe
    Mar 23 at 21:55










  • $begingroup$
    But is the nested sum principal right? That would make it easier to understand.
    $endgroup$
    – Vane Voe
    Mar 23 at 22:14






  • 1




    $begingroup$
    @VaneVoe: There is no difference at all. Recall we have an equality chain. It's just a matter of convenience which kind of representation we choose. In my answer an interesting aspect could be to go from the more familiar binomial representation step by step to the multinomial representation and try to grasp why these representations all mean the same.
    $endgroup$
    – Markus Scheuer
    Mar 23 at 22:20
















  • $begingroup$
    How do you "ensure" $k_1$ and $k_2$ always add up to $n$? They could be any random integer. It looks like there are $|K|-1$ nested sums. Frankly I would prefer nested sums to over-specified notation. Would the next nested sum for 4 terms to the power of $n$ be from $k_3$ to $k_1-k_2$ or to $n-k_1-k_2$?
    $endgroup$
    – Vane Voe
    Mar 23 at 21:29











  • $begingroup$
    @VaneVoe: The expression $k_1+k_2=n$ ensures that $k_1$ and $k_2$ always add up to $n$. Since we also have $k_1,k_2geq 0$ we always have valid tupel $(k_1,k_2)=(k_1,n-k_1)$ as in the line above.
    $endgroup$
    – Markus Scheuer
    Mar 23 at 21:50











  • $begingroup$
    That expressing gives no information on what $k_1$ and $k_2$ actually are. Is $k_1$ 1? Is it 2? Is it $n-1$? Is it $n-2$? Is it $3!$?
    $endgroup$
    – Vane Voe
    Mar 23 at 21:55










  • $begingroup$
    But is the nested sum principal right? That would make it easier to understand.
    $endgroup$
    – Vane Voe
    Mar 23 at 22:14






  • 1




    $begingroup$
    @VaneVoe: There is no difference at all. Recall we have an equality chain. It's just a matter of convenience which kind of representation we choose. In my answer an interesting aspect could be to go from the more familiar binomial representation step by step to the multinomial representation and try to grasp why these representations all mean the same.
    $endgroup$
    – Markus Scheuer
    Mar 23 at 22:20















$begingroup$
How do you "ensure" $k_1$ and $k_2$ always add up to $n$? They could be any random integer. It looks like there are $|K|-1$ nested sums. Frankly I would prefer nested sums to over-specified notation. Would the next nested sum for 4 terms to the power of $n$ be from $k_3$ to $k_1-k_2$ or to $n-k_1-k_2$?
$endgroup$
– Vane Voe
Mar 23 at 21:29





$begingroup$
How do you "ensure" $k_1$ and $k_2$ always add up to $n$? They could be any random integer. It looks like there are $|K|-1$ nested sums. Frankly I would prefer nested sums to over-specified notation. Would the next nested sum for 4 terms to the power of $n$ be from $k_3$ to $k_1-k_2$ or to $n-k_1-k_2$?
$endgroup$
– Vane Voe
Mar 23 at 21:29













$begingroup$
@VaneVoe: The expression $k_1+k_2=n$ ensures that $k_1$ and $k_2$ always add up to $n$. Since we also have $k_1,k_2geq 0$ we always have valid tupel $(k_1,k_2)=(k_1,n-k_1)$ as in the line above.
$endgroup$
– Markus Scheuer
Mar 23 at 21:50





$begingroup$
@VaneVoe: The expression $k_1+k_2=n$ ensures that $k_1$ and $k_2$ always add up to $n$. Since we also have $k_1,k_2geq 0$ we always have valid tupel $(k_1,k_2)=(k_1,n-k_1)$ as in the line above.
$endgroup$
– Markus Scheuer
Mar 23 at 21:50













$begingroup$
That expressing gives no information on what $k_1$ and $k_2$ actually are. Is $k_1$ 1? Is it 2? Is it $n-1$? Is it $n-2$? Is it $3!$?
$endgroup$
– Vane Voe
Mar 23 at 21:55




$begingroup$
That expressing gives no information on what $k_1$ and $k_2$ actually are. Is $k_1$ 1? Is it 2? Is it $n-1$? Is it $n-2$? Is it $3!$?
$endgroup$
– Vane Voe
Mar 23 at 21:55












$begingroup$
But is the nested sum principal right? That would make it easier to understand.
$endgroup$
– Vane Voe
Mar 23 at 22:14




$begingroup$
But is the nested sum principal right? That would make it easier to understand.
$endgroup$
– Vane Voe
Mar 23 at 22:14




1




1




$begingroup$
@VaneVoe: There is no difference at all. Recall we have an equality chain. It's just a matter of convenience which kind of representation we choose. In my answer an interesting aspect could be to go from the more familiar binomial representation step by step to the multinomial representation and try to grasp why these representations all mean the same.
$endgroup$
– Markus Scheuer
Mar 23 at 22:20




$begingroup$
@VaneVoe: There is no difference at all. Recall we have an equality chain. It's just a matter of convenience which kind of representation we choose. In my answer an interesting aspect could be to go from the more familiar binomial representation step by step to the multinomial representation and try to grasp why these representations all mean the same.
$endgroup$
– Markus Scheuer
Mar 23 at 22:20

















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%2f3158969%2fhow-do-multi-indices-work-step-by-step%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

Solar Wings Breeze Design and development Specifications (Breeze) References Navigation menu1368-485X"Hang glider: Breeze (Solar Wings)"e

Kathakali Contents Etymology and nomenclature History Repertoire Songs and musical instruments Traditional plays Styles: Sampradayam Training centers and awards Relationship to other dance forms See also Notes References External links Navigation menueThe Illustrated Encyclopedia of Hinduism: A-MSouth Asian Folklore: An EncyclopediaRoutledge International Encyclopedia of Women: Global Women's Issues and KnowledgeKathakali Dance-drama: Where Gods and Demons Come to PlayKathakali Dance-drama: Where Gods and Demons Come to PlayKathakali Dance-drama: Where Gods and Demons Come to Play10.1353/atj.2005.0004The Illustrated Encyclopedia of Hinduism: A-MEncyclopedia of HinduismKathakali Dance-drama: Where Gods and Demons Come to PlaySonic Liturgy: Ritual and Music in Hindu Tradition"The Mirror of Gesture"Kathakali Dance-drama: Where Gods and Demons Come to Play"Kathakali"Indian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceMedieval Indian Literature: An AnthologyThe Oxford Companion to Indian TheatreSouth Asian Folklore: An Encyclopedia : Afghanistan, Bangladesh, India, Nepal, Pakistan, Sri LankaThe Rise of Performance Studies: Rethinking Richard Schechner's Broad SpectrumIndian Theatre: Traditions of PerformanceModern Asian Theatre and Performance 1900-2000Critical Theory and PerformanceBetween Theater and AnthropologyKathakali603847011Indian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceBetween Theater and AnthropologyBetween Theater and AnthropologyNambeesan Smaraka AwardsArchivedThe Cambridge Guide to TheatreRoutledge International Encyclopedia of Women: Global Women's Issues and KnowledgeThe Garland Encyclopedia of World Music: South Asia : the Indian subcontinentThe Ethos of Noh: Actors and Their Art10.2307/1145740By Means of Performance: Intercultural Studies of Theatre and Ritual10.1017/s204912550000100xReconceiving the Renaissance: A Critical ReaderPerformance TheoryListening to Theatre: The Aural Dimension of Beijing Opera10.2307/1146013Kathakali: The Art of the Non-WorldlyOn KathakaliKathakali, the dance theatreThe Kathakali Complex: Performance & StructureKathakali Dance-Drama: Where Gods and Demons Come to Play10.1093/obo/9780195399318-0071Drama and Ritual of Early Hinduism"In the Shadow of Hollywood Orientalism: Authentic East Indian Dancing"10.1080/08949460490274013Sanskrit Play Production in Ancient IndiaIndian Music: History and StructureBharata, the Nāṭyaśāstra233639306Table of Contents2238067286469807Dance In Indian Painting10.2307/32047833204783Kathakali Dance-Theatre: A Visual Narrative of Sacred Indian MimeIndian Classical Dance: The Renaissance and BeyondKathakali: an indigenous art-form of Keralaeee

Method to test if a number is a perfect power? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Detecting perfect squares faster than by extracting square rooteffective way to get the integer sequence A181392 from oeisA rarely mentioned fact about perfect powersHow many numbers such $n$ are there that $n<100,lfloorsqrtn rfloor mid n$Check perfect squareness by modulo division against multiple basesFor what pair of integers $(a,b)$ is $3^a + 7^b$ a perfect square.Do there exist any positive integers $n$ such that $lfloore^nrfloor$ is a perfect power? What is the probability that one exists?finding perfect power factors of an integerProve that the sequence contains a perfect square for any natural number $m $ in the domain of $f$ .Counting Perfect Powers