6. Footnotes

larger; the same size;
one-to-one correspondence

The notions of "larger" and "the same size" are fairly intuitive for finite sets. However, for infinite sets, they are not as simple. Cantor developed a clever way to make these notions more precise. Cantor defined two sets to be equivalent if they can be placed in a one-to-one correspondence. A one-to-one correspondence is like the buddy system used for swimming at summer camp: each member of one set is assigned a unique member of the other set as its partner. No element in either set is to be left without a partner and no element is assigned more than one partner. If this can be done, the assignment is a one-to-one correspondence and the sets are equivalent.

As an example, the whole numbers and the even whole numbers are equivalent sets. One possible one-to-one correspondence is:
1:2, 2:4, 3:6, 4:8, etc.
that is, each whole number n is assigned the even number 2n.

If set A is equivalent to set B, we informally say that A and B are of the same size. If set A is not equivalent to set B, but A is equivalent to a proper subset of B, we say that B is larger than A.

Return to the article.

(0,1)

Notice the two different uses of the notation (0,1). In the first instance, the notation represents the interval on the real line between 0 and 1:

[a small gif of the unit interval]

In the second instance, it represents the upper left corner of the unit square:

[a small gif of the unit square]

Return to the article.

[0,1]

The change from the open interval (0,1) to the closed interval [0,1] occurs because Cantor did his work with open intervals, but the space-filling Sierpinski Curves are mappings defined on the closed interval.

Return to the article.

homogeneous

The recurrence relation g(n) = 4 g(n - 1) + 4 fails to be homogeneous because of the "+ 4". A homogeneous recurrence relation would contain only terms that are multiples of g(k), for various values of k. See [Rosen] for a complete definition of the phrase "linear homogeneous recurrence relation with constant coefficients".

Return to the article.

should

The astute student will recognize this as a euphemism for a pending homework problem.

Return to the article.

7. References

[Wirth]

Data Structures + Algorithms = Programs
by Niklaus Wirth
Prentice-Hall, 1976
pages 134 - 137

Return to the article.

[Dunham]

Journey Through Genius: the great theorems of mathematics
by William Dunham
Wiley and Sons, 1990
pages 271-273

Return to the article.

[Rosen]

Discrete Mathematics and its Applications, 3rd edition
by Kenneth H. Rosen
McGraw-Hill, 1995
pages 318-323

Return to the recursive functions section.

Return to the combinatorial explosion section.

[Sagan]

Space-Filling Curves
by Hans Sagan
Springer-Verlag, 1994

Return to the article.


Questions may be addressed by e-mail to gossett@bethel.edu