Prove Summation: $\sum_{m=0}^{q} (n-m) \frac{(p-m)!}{m!}$

  • Context: Graduate 
  • Thread starter Thread starter Suk-Sci
  • Start date Start date
  • Tags Tags
    Summation
Click For Summary
SUMMARY

The discussion centers on proving the summation formula: $\sum_{m=0}^{q} (n-m) \frac{(p-m)!}{m!} = \frac{(p+q+1)!}{q!} \left(\frac{n}{p+1} - \frac{q}{p+2}\right)$ using mathematical induction. The base case for $q=0$ is established, demonstrating that the left-hand side simplifies to $(n-0)\frac{p-0}{0!} = \frac{(p+1)!}{0!}\left(\frac{n}{p+1}\right)$. The inductive step is outlined, requiring the verification of the equality when transitioning from $k$ to $k+1$. A correction is noted regarding the variable $m$, confirming the accuracy of the proof process.

PREREQUISITES
  • Understanding of mathematical induction
  • Familiarity with factorial notation and properties
  • Knowledge of summation notation and manipulation
  • Basic algebraic skills for simplifying expressions
NEXT STEPS
  • Study mathematical induction techniques in depth
  • Explore advanced factorial identities and their applications
  • Learn about combinatorial proofs and their relevance to summations
  • Investigate related summation formulas and their derivations
USEFUL FOR

Mathematicians, students studying combinatorics, and anyone interested in advanced summation techniques and proofs.

Suk-Sci
Messages
44
Reaction score
0
prove that: [tex]\sum_{m=0}^{q} (n-m) \frac{(p-m)!}{m!} = \frac{(p+q+1)!}{q!} (\frac{n}{p+1} - \frac{q}{p+2} )[/tex] using induction
 
Last edited:
Mathematics news on Phys.org


The "base case", of course, is q= 0:
[tex]\sum_{m=0}^{0} (n-m) \frac{(p-m)!}{m!}= (n-0)\frac{p- 0}{0!}= mp= \frac{(p+ 1)!}{0!}\left(\frac{n}{p+1}\right)[/tex]

Now, assume that
[tex]\sum_{m=0}^{k} (n-m) \frac{(p-m)!}{m!} = \frac{(p+k+1)!}{k!} (\frac{n}{p+1} - \frac{k}{p+2} )[/tex]

Then
[tex]\sum_{m=0}^{k+1} (n-m) \frac{(p-m)!}{m!}= \frac{(p+k+1)!}{k!} (\frac{n}{p+1} - \frac{k}{p+2} )+ (m-k-1)\frac{(p- k- 1)!}{(k+1)!}[/tex]

so you need to show that
[tex]\frac{(p+k+1)!}{k!} (\frac{n}{p+1} - \frac{k}{p+2} )+ (m-k-1)\frac{(p- k- 1)!}{(k+1)!}= \frac{(p+ k+ 2)!}{(k+1)!}\left(\frac{n}{p+1}- \frac{k+1}{p+2}\right)[/tex]
 


Thank You...now i have got it ...i made a mistake in m=k+1
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 8 ·
Replies
8
Views
4K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 9 ·
Replies
9
Views
4K