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

How should I support this large drywall patch? Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How do I cover large gaps in drywall?How do I keep drywall around a patch from crumbling?Can I glue a second layer of drywall?How to patch long strip on drywall?Large drywall patch: how to avoid bulging seams?Drywall Mesh Patch vs. Bulge? To remove or not to remove?How to fix this drywall job?Prep drywall before backsplashWhat's the best way to fix this horrible drywall patch job?Drywall patching using 3M Patch Plus Primer

random experiment with two different functions on unit interval Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Random variable and probability space notionsRandom Walk with EdgesFinding functions where the increase over a random interval is Poisson distributedNumber of days until dayCan an observed event in fact be of zero probability?Unit random processmodels of coins and uniform distributionHow to get the number of successes given $n$ trials , probability $P$ and a random variable $X$Absorbing Markov chain in a computer. Is “almost every” turned into always convergence in computer executions?Stopped random walk is not uniformly integrable

Lowndes Grove History Architecture References Navigation menu32°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661132°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661178002500"National Register Information System"Historic houses of South Carolina"Lowndes Grove""+32° 48' 6.00", −79° 57' 58.00""Lowndes Grove, Charleston County (260 St. Margaret St., Charleston)""Lowndes Grove"The Charleston ExpositionIt Happened in South Carolina"Lowndes Grove (House), Saint Margaret Street & Sixth Avenue, Charleston, Charleston County, SC(Photographs)"Plantations of the Carolina Low Countrye