Skip to main content
Logo image

Exercises 12.6 Exercises

1.

Prove: If B is finite and AβŠ†B, then A is finite and |A|≀|B|.

7.

Use Example 12.3.7 and the function f(x)=tan⁑x to prove that the interval (βˆ’Ο€/2,Ο€/2) and R have the same size.
Hint.
The function f(x)=tan⁑x is not one-to-one, but it becomes one-to-one if you restrict its domain to an appropriate interval

9.

Suppose A is a set with |A|=n. Then we can enumerate its elements as A={a1,a2,…,an}.

(a)

Construct a bijection from the power set of A to the set of words in the alphabet Ξ£={T,F} of length n.
Note that there are two tasks required here.
  1. Explicitly describe a function f:P(A)β†’Ξ£nβˆ— by describing the input-output rule: give a detailed description of how, given a subset BβŠ†A, the word f(B) should be produced.
  2. Prove that your function f is a bijection.
Hint.
When determining the input-output rule for your function f:P(A)β†’Ξ£nβˆ—, think of how one might construct an arbitrary subset of A, and then relate that process to a sequence of answers to n true/false questions.

(c)

Suppose k is some fixed (but unknown) integer, with 0≀k≀n. Let P(A)k represent the subset of P(A) consisting of all subsets of A that have exactly k elements. Describe how your bijection from Task a, could be used to count the elements of P(A)k.
Hint.
Consider how restricting the domain might help.