| Iterated Function Systems Larry Riddle |
|
||||||||||
|
Mathematical Behavior of Pascal's Triangle (mod 2) |
||||||||||
|
Let Pn denote the first 2n rows of Pascal triangle.
We need to show that Pn+1 consists of three copies of
Pn that surround a triangle of even coefficients. The first
2n rows of Pn+1 are, of course, the same as the
first 2n rows of Pn. We would like to prove that
for each coefficient in Pn, the coefficients
in the equivalent
positions in the lower left and lower right triangular corners of
Pn+1 have the same value (mod 2) as the coefficient in
Pn.
|
|||||||||||
| Proof |
We take here the standard convention that the binomial coefficient (r,c)=0 if c > r. To look at Pascal's triangle (mod 2), take p=2. Let's take a look at the binomial coefficient (r,c) in row r and column c of Pn. Because Pn has only 2n rows, both r and c are less than 2n. Therefore they can be written in binary notation as
But then by Lucas's Theorem, we have
Therefore all three binomial coefficients have the same value (mod 2) and hence would have the same color in Pascal's triangle (mod 2). This proves the first part of the recursive behavior of Pascal's triangle. To prove the second part, we must show that the three equivalent corner triangles of Pn+1 surround a triangle of even numbers. Again we appeal to Lucas's Theorem. The last row of Pn corresponds to r = 2n-1. The next row therefore has r = 2n and columns 0 <= c <= 2n. The first and last values in this row are equal to 1. These are the top squares in the lower left and lower right triangular corners, respectively. For all the other columns in the row, however, at least one binary digit in c will be a 1 and therefore
since (0,1) = 0. Hence this row starts and ends with an odd number, but all the remaining numbers are even.
Back to Pascal's Triangle (mod 2) |
||||||||||
| |
|
||||||||||
|
|||||||||||
|
|