Not a puzzle, just a quick observation noting the power of generating functions.
Say b≥2 is a positive integer. We give a quick proof using generating functions that every positive integer can be written uniquely in base b with digits 0,1,…,b−1.
Let n≥1. Consider
G(x)=n∏k=0(1+xbk+x2bk+⋯+x(b−1)bk)
Observe that the coefficient of xN shows the numbers of ways of writing N is base b.
Now if u=xbk, then
(1+xbk+x2bk+⋯+x(b−1)bk)=(1+u+u2+…ub−1)=1−ub1−u
Thus
G(x)=1−xb1−x1−xb21−xb1−xb31−xb2…1−xbn+11−xbn
This telescopes to
G(x)=1−xbn+11−x
=1+x+x2+⋯+xbn+1−1
Thus every integer N in the range 1 to bn+1−1, can be written in base b using at-most n+1 digits, taken from 0,1,2,…,b−1. Since the coefficient of xN is 1, the representation is unique.
No comments:
Post a Comment