Go Up | Next Problems | Prev. Problems | Glossary | Map


Problems: Infinity, Induction, Reals


1. Use Dedekind's Theorem to show that the set of integers Z and the interval of real numbers between 0 and 2, [0, 2], are both infinite (which is of course not surprising).


2. Consider the set of numbers obtained by taking rational powers of rational numbers. Is this set countable or uncountable ?


3. The collection of all polynomials with integer coefficients is countable. Prove this by following these steps:

  1. Show that all polynomials of a fixed degree n (with integer coefficients) are countable by using the above result on finite cross products.
  2. Show that all polynomials (with integer coefficients) are countable by writing that set as a countable union of countable sets.

4. What is the cardinality of the open interval (-1, 1) ? How about the cardinality of any open interval (a, b) ? Is the set R of all real numbers countable or uncountable ?


5. Show that the set of countably infinite cross products of the set {0, 1} with itself is not countable. In other words, the set consisting of all sequences (,,,...), where each number is either one or zero, is uncountable.


6. Is the set of all finite sequences of 0's and 1's countable or uncountable ?


7. Use the Cantor-Bernstein theorem to prove the following:

What is the cardinality of N x R ? How about Q x Q ?


8. Show that the countable union of countable sets is countable.


9. Decide which of the statements below are true and which are false. If a statement is false, provide a counterexample. If it is true, prove it.


10. Decide which of the statements below are true and which are false. If a statement is false, provide a counterexample. If it is true, prove it.


11. Prove that any subset of a countable set is again countable.


12. Let S be the set of all function f that map N into N. Show that S is uncountable.


13. For any given set S consider the relation r defined on the power set P(S ) as follows:

Is this relation an equivalence relation ? If S = R, then what are the two equivalence classes defined by the above relation ?


14. If S = {1,2,3}, then what is P(S) (the power set of S) ? What is the power set of the set S = {1, 2, 3, 4} ? How many elements does the power set of S = {1, 2, 3, 4, 5, 6} have ? Prove in general that if S = {1, 2, 3, ..., n}, then card(P(S)) = .


15. Determine which of the following sets and their ordering relations are partially ordered, ordered, or well-ordered:

  1. S is any set. Define a b if a = b
  2. S is any set, and P(S) the power set of S. Define A B if A B
  3. S is the set of real numbers between [0, 1]. Define a b if a is less than or equal to b (i.e. the 'usual' interpretation of the symbol )
  4. S is the set of real numbers between [0, 1]. Define a b if a is greater than or equal to b.

16. Which of the following sets are well-ordered ?

  1. The number systems N, Z, Q, or R ?
  2. The set of all rational numbers in [0, 1] ?
  3. The set of positive rational numbers whose denominator equals 3 ?

17. Use induction to prove the following statements:

  1. The sum of the first n positive integers is n (n+1) / 2.
  2. If a, b > 0, then + for any positive integer n.

18. Use induction to prove Bernoulli's inequality:


19. Try to use induction to prove that the sum of the first n square numbers is equal to (n + 2)/3. (This induction proof should fail, since the statement is false - or is it true ?)


20. Let S be the set of integers greater than 1. Define a relation on S by declaring a b if b is divisible by a. Is S ordered ? Parially Ordered ? Well-Ordered ?


21. Below are two recursive definitions, only one of which is valid. Which one is the valid one?

  1. Let = = 1 and define = + for all n > 1.
  2. Let A be a subset of the natural number, and select the following subset from the set A:

22. The Fibonacci numbers are defined recursively as follows:

Then use induction to prove the following statements:


23. Show that there is a unique function f from N to R satisfying the formula


24. Show that there is no function f from N to R satisfying the formula


25. Consider the recursion formula

This formula is not one to which the principle of recursive definition applies. Show that nevertheless there does exist a function from N to R that satisfies this formula by reformulating the recursion formula somewhat. Note that it may be necessary to show that the function h is positive.


26. Consider the set S of all rational numbers strictly between 0 and 1.

  1. Find 5 different upper bounds for S
  2. Find the least upper bound for S.
  3. Is there any difference for the set [0, 1] ?

27. Consider the set of rational numbers {1, 1.4, 1.41, 1.414, 1.4142, ...} converging to the square root of 2.

  1. What is the least upper bound of this set, if all we knew were the rational numbers?
  2. What is the least upper bound of this set, allowing real numbers ?

28. Show that the sum of a rational number and an irrational number is irrational. What about the sum of two irrational numbers ? What about the product of two irrational numbers?


29. Show that there exists a real number whose square is 3.


Go Up | Next Problems | Prev. Problems | Glossary | Map


(bgw)