Pascal's rule: restrictions on n and k.

  • Thread starter Rasalhague
  • Start date
In summary, the Wikipedia page on Pascal's rule states that the theorem applies when 0<k<=n+1, while another page claims it only applies when 0<k<n. The proof provided by Wikipedia involves multiplication by k/k and (n+1-k)/(n+1-k). There is a question of whether k=n is a valid case, but it is shown to be valid by the values of C(n,n), C(n,n-1), and C(n+1,n). The theorem can even be extended further, but for simplicity's sake, it is not discussed.
  • #1
Rasalhague
1,387
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
  • #2
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.
 
  • #3
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.
 
  • #4
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:
 
  • #5


Based on my understanding of Pascal's rule, it is a mathematical formula used to calculate the number of combinations of k objects from a set of n objects. The restrictions on n and k are necessary in order for the formula to be valid and provide accurate results. If k is equal to n, then the formula would result in a division by zero error, as seen in the Wikipedia proof.

Furthermore, the restriction of 0<k<n is also necessary to ensure that the formula is used for calculating combinations, rather than permutations. If k equals n, then the formula would result in a calculation of n! (n factorial) instead of the desired combination calculation.

In summary, the restrictions on n and k in Pascal's rule are necessary in order for the formula to be valid and provide accurate results for calculating combinations. The proof provided on Wikipedia and the explanation by Corwin both take into account these restrictions to ensure the formula is applied correctly.
 

FAQ: Pascal's rule: restrictions on n and k.

What is Pascal's rule?

Pascal's rule, also known as the Pascal's identity, is a mathematical principle that states that for any positive integers n and k, the binomial coefficient (n choose k) is equal to (n-1 choose k-1) + (n-1 choose k).

What are the restrictions on n and k in Pascal's rule?

The restrictions on n and k in Pascal's rule are that they must be positive integers, and k must be less than or equal to n. This is because the binomial coefficient is not defined for negative or non-integer values.

How is Pascal's rule used in mathematics?

Pascal's rule is commonly used in combinatorics and probability to calculate the number of ways to choose k objects from a set of n objects, also known as the binomial coefficient. It is also used in expanding binomial expressions and in the study of Pascal's triangle.

Who is Pascal and why is this rule named after him?

Blaise Pascal was a French mathematician, physicist, and philosopher who lived in the 17th century. He made significant contributions to the field of mathematics, including the development of probability theory and the creation of Pascal's triangle, which led to the discovery of Pascal's rule.

Are there any exceptions to Pascal's rule?

Yes, there is an exception to Pascal's rule known as the Lucas' theorem, which states that for any prime number p, the binomial coefficient (n choose k) is congruent to the product of the binomial coefficients (n_i choose k_i) modulo p, where n_i and k_i are the base p expansions of n and k respectively. This exception is useful in number theory and cryptography.

Back
Top