How to complete this proof involving factorials The Next CEO of Stack OverflowBi-implication...

Why can't we say "I have been having a dog"?

Is it okay to majorly distort historical facts while writing a fiction story?

Would a grinding machine be a simple and workable propulsion system for an interplanetary spacecraft?

How to pronounce fünf in 45

Why did early computer designers eschew integers?

logical reads on global temp table, but not on session-level temp table

Do I need to write [sic] when including a quotation with a number less than 10 that isn't written out?

Does the Idaho Potato Commission associate potato skins with healthy eating?

How to coordinate airplane tickets?

Car headlights in a world without electricity

How can I separate the number from the unit in argument?

How to compactly explain secondary and tertiary characters without resorting to stereotypes?

Can a PhD from a non-TU9 German university become a professor in a TU9 university?

Airship steam engine room - problems and conflict

How can the PCs determine if an item is a phylactery?

Which acid/base does a strong base/acid react when added to a buffer solution?

My ex-girlfriend uses my Apple ID to login to her iPad, do I have to give her my Apple ID password to reset it?

How to unfasten electrical subpanel attached with ramset

How can a day be of 24 hours?

Compilation of a 2d array and a 1d array

Find a path from s to t using as few red nodes as possible

Masking layers by a vector polygon layer in QGIS

Is it a bad idea to plug the other end of ESD strap to wall ground?

Can this transistor (2n2222) take 6V on emitter-base? Am I reading datasheet incorrectly?



How to complete this proof involving factorials



The Next CEO of Stack OverflowBi-implication theorem provingPurely combinatorial proof and simplification of identity involving factorials and summationsProof Involving Rational NumbersChallenge: How to prove this reduction identity for factorials of even numbers?Proving an identity involving factorialsEvaulate a determinant involving factorials.Proof of inequality involving binomial coefficientsProving a combinatorial identity: $sum_{i=0}^m binom{l}{i}binom{m+n-l}{m-i} = binom{m+n}{m}$'Transforming' a function $T(m,n)$ into $a(n)$ in an inductive proofProof by Induction involving Inequality and Factorials as denominators












0












$begingroup$


Recently I came across the following identity, but if I try proving it with induction, then I get stuck.




$$n! = sum^n_{k=0}(-1)^{n-k}binom{n}{k}(k+1)^n$$




While trying my induction step I get the following:





$$(n+1)! = (n+1)sum^n_{k=0}(-1)^{n-k}binom{n}{k}(k+1)^n$$
$$(n+1)! = sum^n_{k=0}(-1)^{n-k}binom{n+1}{k+1}(k+1)^{n+1}$$
$$vdots$$
$$(n+1)! = sum^{n+1}_{k=0}(-1)^{n+1-k}binom{n+1}{k}(k+1)^{n+1}$$





(Question) How do I complete the proof?



Thanks in advance.










share|cite|improve this question











$endgroup$

















    0












    $begingroup$


    Recently I came across the following identity, but if I try proving it with induction, then I get stuck.




    $$n! = sum^n_{k=0}(-1)^{n-k}binom{n}{k}(k+1)^n$$




    While trying my induction step I get the following:





    $$(n+1)! = (n+1)sum^n_{k=0}(-1)^{n-k}binom{n}{k}(k+1)^n$$
    $$(n+1)! = sum^n_{k=0}(-1)^{n-k}binom{n+1}{k+1}(k+1)^{n+1}$$
    $$vdots$$
    $$(n+1)! = sum^{n+1}_{k=0}(-1)^{n+1-k}binom{n+1}{k}(k+1)^{n+1}$$





    (Question) How do I complete the proof?



    Thanks in advance.










    share|cite|improve this question











    $endgroup$















      0












      0








      0


      2



      $begingroup$


      Recently I came across the following identity, but if I try proving it with induction, then I get stuck.




      $$n! = sum^n_{k=0}(-1)^{n-k}binom{n}{k}(k+1)^n$$




      While trying my induction step I get the following:





      $$(n+1)! = (n+1)sum^n_{k=0}(-1)^{n-k}binom{n}{k}(k+1)^n$$
      $$(n+1)! = sum^n_{k=0}(-1)^{n-k}binom{n+1}{k+1}(k+1)^{n+1}$$
      $$vdots$$
      $$(n+1)! = sum^{n+1}_{k=0}(-1)^{n+1-k}binom{n+1}{k}(k+1)^{n+1}$$





      (Question) How do I complete the proof?



      Thanks in advance.










      share|cite|improve this question











      $endgroup$




      Recently I came across the following identity, but if I try proving it with induction, then I get stuck.




      $$n! = sum^n_{k=0}(-1)^{n-k}binom{n}{k}(k+1)^n$$




      While trying my induction step I get the following:





      $$(n+1)! = (n+1)sum^n_{k=0}(-1)^{n-k}binom{n}{k}(k+1)^n$$
      $$(n+1)! = sum^n_{k=0}(-1)^{n-k}binom{n+1}{k+1}(k+1)^{n+1}$$
      $$vdots$$
      $$(n+1)! = sum^{n+1}_{k=0}(-1)^{n+1-k}binom{n+1}{k}(k+1)^{n+1}$$





      (Question) How do I complete the proof?



      Thanks in advance.







      proof-verification proof-writing factorial






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Mar 18 at 17:33







      Max

















      asked Feb 11 at 15:25









      MaxMax

      9711319




      9711319






















          2 Answers
          2






          active

          oldest

          votes


















          2












          $begingroup$

          This is quite tough to show using induction. BUT ...



          Using the $[x^k]:f(x)$ to represent the coeficient of $x^k$ in the power series for $f(x)$.



          Note that
          begin{eqnarray*}
          frac{(k+1)^n}{n!} =[x^n]: e^{(k+1)x}.
          end{eqnarray*}

          Now divide your equation by $n!$ and we have
          begin{eqnarray*}
          sum_{k-0}^{n} (-1)^{n-k} binom{n}{k}frac{(k+1)^n}{n!} &=&[x^n]: sum_{k-0}^{n} (-1)^{n-k} binom{n}{k} e^{(k+1)x} \&=& [x^n]:e^x(e^x-1)^n =color{red}{1}.
          end{eqnarray*}






          share|cite|improve this answer











          $endgroup$





















            1












            $begingroup$

            Alternatively, and proceeding from a more general result, we have that
            the Finite Difference of first order, and the next iterated ones, are defined as
            $$
            eqalign{
            & Delta _{,x} f(x) = f(x + 1) - f(x) cr
            & Delta _{,x} ^n f(x) = Delta _{,x} left( {Delta _{,x} ^{n - 1} f(x)} right)
            = sumlimits_{left( {0, le } right),k,left( { le ,n} right)} {left( { - 1} right)^{n - k} binom{n}{k}f(x + k)} cr}
            $$



            Then, if $f(x)$ is a polynomial of degree $n$
            $$
            eqalign{
            & f(x) = p_{,n} (x) = a_{,n} x^{,n} + a_{,n - 1} x^{,n - 1} + cdots + a_{,0} = cr
            & = n!a_{,n} binom{x}{n}
            + left( {n - 1} right)!b_{,n - 1} binom{x}{n-1} + cdots + b_{,0} binom{x}{0} cr}
            $$

            the $n$th order Difference will leave only the leading coefficient in the Newton expression, i.e.
            $$
            Delta _{,x} ^n p_{,n} (x) = n!a_{,n} binom{x}{n-n} = n!a_{,n}
            $$



            This for whichever $p_n(x)$ and in particular for $ x^n$ (then computed at $x=1$).






            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%2f3108850%2fhow-to-complete-this-proof-involving-factorials%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









              2












              $begingroup$

              This is quite tough to show using induction. BUT ...



              Using the $[x^k]:f(x)$ to represent the coeficient of $x^k$ in the power series for $f(x)$.



              Note that
              begin{eqnarray*}
              frac{(k+1)^n}{n!} =[x^n]: e^{(k+1)x}.
              end{eqnarray*}

              Now divide your equation by $n!$ and we have
              begin{eqnarray*}
              sum_{k-0}^{n} (-1)^{n-k} binom{n}{k}frac{(k+1)^n}{n!} &=&[x^n]: sum_{k-0}^{n} (-1)^{n-k} binom{n}{k} e^{(k+1)x} \&=& [x^n]:e^x(e^x-1)^n =color{red}{1}.
              end{eqnarray*}






              share|cite|improve this answer











              $endgroup$


















                2












                $begingroup$

                This is quite tough to show using induction. BUT ...



                Using the $[x^k]:f(x)$ to represent the coeficient of $x^k$ in the power series for $f(x)$.



                Note that
                begin{eqnarray*}
                frac{(k+1)^n}{n!} =[x^n]: e^{(k+1)x}.
                end{eqnarray*}

                Now divide your equation by $n!$ and we have
                begin{eqnarray*}
                sum_{k-0}^{n} (-1)^{n-k} binom{n}{k}frac{(k+1)^n}{n!} &=&[x^n]: sum_{k-0}^{n} (-1)^{n-k} binom{n}{k} e^{(k+1)x} \&=& [x^n]:e^x(e^x-1)^n =color{red}{1}.
                end{eqnarray*}






                share|cite|improve this answer











                $endgroup$
















                  2












                  2








                  2





                  $begingroup$

                  This is quite tough to show using induction. BUT ...



                  Using the $[x^k]:f(x)$ to represent the coeficient of $x^k$ in the power series for $f(x)$.



                  Note that
                  begin{eqnarray*}
                  frac{(k+1)^n}{n!} =[x^n]: e^{(k+1)x}.
                  end{eqnarray*}

                  Now divide your equation by $n!$ and we have
                  begin{eqnarray*}
                  sum_{k-0}^{n} (-1)^{n-k} binom{n}{k}frac{(k+1)^n}{n!} &=&[x^n]: sum_{k-0}^{n} (-1)^{n-k} binom{n}{k} e^{(k+1)x} \&=& [x^n]:e^x(e^x-1)^n =color{red}{1}.
                  end{eqnarray*}






                  share|cite|improve this answer











                  $endgroup$



                  This is quite tough to show using induction. BUT ...



                  Using the $[x^k]:f(x)$ to represent the coeficient of $x^k$ in the power series for $f(x)$.



                  Note that
                  begin{eqnarray*}
                  frac{(k+1)^n}{n!} =[x^n]: e^{(k+1)x}.
                  end{eqnarray*}

                  Now divide your equation by $n!$ and we have
                  begin{eqnarray*}
                  sum_{k-0}^{n} (-1)^{n-k} binom{n}{k}frac{(k+1)^n}{n!} &=&[x^n]: sum_{k-0}^{n} (-1)^{n-k} binom{n}{k} e^{(k+1)x} \&=& [x^n]:e^x(e^x-1)^n =color{red}{1}.
                  end{eqnarray*}







                  share|cite|improve this answer














                  share|cite|improve this answer



                  share|cite|improve this answer








                  edited Mar 16 at 18:23

























                  answered Feb 11 at 15:55









                  Donald SplutterwitDonald Splutterwit

                  23k21446




                  23k21446























                      1












                      $begingroup$

                      Alternatively, and proceeding from a more general result, we have that
                      the Finite Difference of first order, and the next iterated ones, are defined as
                      $$
                      eqalign{
                      & Delta _{,x} f(x) = f(x + 1) - f(x) cr
                      & Delta _{,x} ^n f(x) = Delta _{,x} left( {Delta _{,x} ^{n - 1} f(x)} right)
                      = sumlimits_{left( {0, le } right),k,left( { le ,n} right)} {left( { - 1} right)^{n - k} binom{n}{k}f(x + k)} cr}
                      $$



                      Then, if $f(x)$ is a polynomial of degree $n$
                      $$
                      eqalign{
                      & f(x) = p_{,n} (x) = a_{,n} x^{,n} + a_{,n - 1} x^{,n - 1} + cdots + a_{,0} = cr
                      & = n!a_{,n} binom{x}{n}
                      + left( {n - 1} right)!b_{,n - 1} binom{x}{n-1} + cdots + b_{,0} binom{x}{0} cr}
                      $$

                      the $n$th order Difference will leave only the leading coefficient in the Newton expression, i.e.
                      $$
                      Delta _{,x} ^n p_{,n} (x) = n!a_{,n} binom{x}{n-n} = n!a_{,n}
                      $$



                      This for whichever $p_n(x)$ and in particular for $ x^n$ (then computed at $x=1$).






                      share|cite|improve this answer









                      $endgroup$


















                        1












                        $begingroup$

                        Alternatively, and proceeding from a more general result, we have that
                        the Finite Difference of first order, and the next iterated ones, are defined as
                        $$
                        eqalign{
                        & Delta _{,x} f(x) = f(x + 1) - f(x) cr
                        & Delta _{,x} ^n f(x) = Delta _{,x} left( {Delta _{,x} ^{n - 1} f(x)} right)
                        = sumlimits_{left( {0, le } right),k,left( { le ,n} right)} {left( { - 1} right)^{n - k} binom{n}{k}f(x + k)} cr}
                        $$



                        Then, if $f(x)$ is a polynomial of degree $n$
                        $$
                        eqalign{
                        & f(x) = p_{,n} (x) = a_{,n} x^{,n} + a_{,n - 1} x^{,n - 1} + cdots + a_{,0} = cr
                        & = n!a_{,n} binom{x}{n}
                        + left( {n - 1} right)!b_{,n - 1} binom{x}{n-1} + cdots + b_{,0} binom{x}{0} cr}
                        $$

                        the $n$th order Difference will leave only the leading coefficient in the Newton expression, i.e.
                        $$
                        Delta _{,x} ^n p_{,n} (x) = n!a_{,n} binom{x}{n-n} = n!a_{,n}
                        $$



                        This for whichever $p_n(x)$ and in particular for $ x^n$ (then computed at $x=1$).






                        share|cite|improve this answer









                        $endgroup$
















                          1












                          1








                          1





                          $begingroup$

                          Alternatively, and proceeding from a more general result, we have that
                          the Finite Difference of first order, and the next iterated ones, are defined as
                          $$
                          eqalign{
                          & Delta _{,x} f(x) = f(x + 1) - f(x) cr
                          & Delta _{,x} ^n f(x) = Delta _{,x} left( {Delta _{,x} ^{n - 1} f(x)} right)
                          = sumlimits_{left( {0, le } right),k,left( { le ,n} right)} {left( { - 1} right)^{n - k} binom{n}{k}f(x + k)} cr}
                          $$



                          Then, if $f(x)$ is a polynomial of degree $n$
                          $$
                          eqalign{
                          & f(x) = p_{,n} (x) = a_{,n} x^{,n} + a_{,n - 1} x^{,n - 1} + cdots + a_{,0} = cr
                          & = n!a_{,n} binom{x}{n}
                          + left( {n - 1} right)!b_{,n - 1} binom{x}{n-1} + cdots + b_{,0} binom{x}{0} cr}
                          $$

                          the $n$th order Difference will leave only the leading coefficient in the Newton expression, i.e.
                          $$
                          Delta _{,x} ^n p_{,n} (x) = n!a_{,n} binom{x}{n-n} = n!a_{,n}
                          $$



                          This for whichever $p_n(x)$ and in particular for $ x^n$ (then computed at $x=1$).






                          share|cite|improve this answer









                          $endgroup$



                          Alternatively, and proceeding from a more general result, we have that
                          the Finite Difference of first order, and the next iterated ones, are defined as
                          $$
                          eqalign{
                          & Delta _{,x} f(x) = f(x + 1) - f(x) cr
                          & Delta _{,x} ^n f(x) = Delta _{,x} left( {Delta _{,x} ^{n - 1} f(x)} right)
                          = sumlimits_{left( {0, le } right),k,left( { le ,n} right)} {left( { - 1} right)^{n - k} binom{n}{k}f(x + k)} cr}
                          $$



                          Then, if $f(x)$ is a polynomial of degree $n$
                          $$
                          eqalign{
                          & f(x) = p_{,n} (x) = a_{,n} x^{,n} + a_{,n - 1} x^{,n - 1} + cdots + a_{,0} = cr
                          & = n!a_{,n} binom{x}{n}
                          + left( {n - 1} right)!b_{,n - 1} binom{x}{n-1} + cdots + b_{,0} binom{x}{0} cr}
                          $$

                          the $n$th order Difference will leave only the leading coefficient in the Newton expression, i.e.
                          $$
                          Delta _{,x} ^n p_{,n} (x) = n!a_{,n} binom{x}{n-n} = n!a_{,n}
                          $$



                          This for whichever $p_n(x)$ and in particular for $ x^n$ (then computed at $x=1$).







                          share|cite|improve this answer












                          share|cite|improve this answer



                          share|cite|improve this answer










                          answered Mar 18 at 18:27









                          G CabG Cab

                          20.4k31341




                          20.4k31341






























                              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%2f3108850%2fhow-to-complete-this-proof-involving-factorials%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

                              六本木駅

                              Joseph Lister

                              Integral that is continuous and looks like it converges to a geometric seriesTesting if a geometric series converges by taking limit to infinitySummation of arithmetic-geometric series of higher orderGeometric series with polynomial exponentHow to Recognize a Geometric SeriesShowing an integral equality with series over the integersDiscontinuity of a series of continuous functionsReasons why a Series ConvergesSum of infinite geometric series with two terms in summationUsing geometric series for computing IntegralsLimit of geometric series sum when $r = 1$