Binomial identities are formula involving binomial coefficients. These identities have applications in many areas of mathematics including number theory, combinatorics, and probability. By studying binomial coefficients modulo an integer, divisibility properties can be examined. In practice however, computing large binomial coefficients can be time consuming because of the factorials involved. Consequently, mathematical shortcuts are often needed to make statements about certain binomial quantities without having to resort to direct computation. Discovering one of these shortcuts is the goal of this lab, specifically we will investigate the following product.
We would like to say what this quantity is for any prime p.
|
for each i = 0, 1, ..., p-1. Make sure you are looking at the correct row of your graphical output!
that holds for any prime p and i = 0, 1, ... , p-1.
Theorem Suppose that a, b, c in Z are such that ac ≡ bc mod n. Then a ≡ b mod n/d, where d = gcd(c,n).
for i = 0, 1, ..., n-1. IF your proof from Exercise 3 generalizes, what should this equal?
for each i = 0, 1, ..., n-1. Based on empirical evidence, does it appear that your result generalizes to composite moduli? If so, explain why your proof can be generalized. If not, give a counter-example and also explain where in your proof for the prime case the proof breaks down if n is not prime.
from Exercises 2 and 3, now investigate
for various primes p. Make a conjecture as to what this quantity should be and then give a proof for your conjecture.
Challenge Exercise - Optional: Generalize the result in Exercise 6 for
Along the way you will need to investigate
for each i = 0, 1, ..., pn-1. Does your proof in Exercise 3 generalize from p-1 to pn-1 for n > 1?