Pascal's rule: restrictions on n and k.

  • Thread starter Thread starter Rasalhague
  • Start date Start date
AI Thread Summary
Pascal's rule states that C(n,k) + C(n,k-1) = C(n+1,k) holds under the condition 0 < k <= n + 1. There is a debate regarding the validity of this rule when k equals n, with some arguing it only applies when 0 < k < n. However, it is confirmed that the theorem is valid for k = n, as demonstrated by the values C(n,n) = 1 and C(n,n-1) = n, leading to C(n+1,n) = n + 1. Additionally, the theorem can extend to k = n + 1 if C(n,n+1) is defined as 0. The discussion emphasizes the importance of defining conditions clearly for the application of Pascal's rule.
Rasalhague
Messages
1,383
Reaction score
2
According to Wikipedia: Pascal's rule, C(n,k)+C(n,k-1)=C(n+1,k) applies when 0<k<=n+1. But this page says it only applies when 0<k<n. Wikipedia's proof of this version of Pascal's rule involves multiplication by k/k, and by (n+1-k)/(n+1-k). What, if anything, prevents k=n?

Reading on, Corwin seems to only take care to avoid the case where k is strictly greater than n: "In our sum, this means we need to split out the k=0 and k=n+1 terms before applying Pascal's identity." (I've standardised his labelling of variables in this quote.)
 
Last edited:
Mathematics news on Phys.org
Rasalhague said:
According to Wikipedia: Pascal's rule, C(n,k)+C(n,k-1)=C(n+1,k) applies when 0<k<=n+1. But this page says it only applies when 0<k<n. Wikipedia's proof of this version of Pascal's rule involves multiplication by k/k, and by (n+1-k)/(n+1-k). What, if anything, prevents k=n?

Reading on, Corwin seems to only take care to avoid the case where k is strictly greater than n: "In our sum, this means we need to split out the k=0 and k=n+1 terms before applying Pascal's identity." (I've standardised his labelling of variables in this quote.)

Hi Rasalhague! :smile:

The theorem is perfectly valid for k=n. In fact:

C(n,n)=1
C(n,n-1)=n
C(n+1,n)=n+1

Thus C(n,n)+C(n,n-1)=C(n+1,n).
The theorem is even true for k=n+1, provided we define C(n,n+1)=0.
 
Hi micromass - ever ready to spring to my aid! Then C(n+1,n)=C(n,k)+C(n,k-1) is good as long as k>0, and C(n,k)=C(n-1,k)+C(n-1,k-1) as long as n>0 and k>0.
 
Rasalhague said:
Hi micromass - ever ready to spring to my aid! Then C(n+1,n)=C(n,k)+C(n,k-1) is good as long as k>0, and C(n,k)=C(n-1,k)+C(n-1,k-1) as long as n>0 and k>0.

Yep! We can even extend it a bit more if we define C(n,-1)=0 and stuff, but let's not make it even more complicated :smile:
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Back
Top