Exercise 6.3

Let X be the two-element set {0,1}. Find a bijective correspondence between X and a proper subset of itself.

Answers

Proof. Let Y = {x Xx1 = 0}, which is clearly a proper subset of X since, for example, (1,1,) is in X but not in Y . We construct a bijective function f from X to Y . So consider any x X and define

yi = { 0 i = 1 xi1 i 1

for i +, noting that when i1 we have i > 1 so that i 1 1, and thus yi = xi1 is defined. Now define f(x) = y = y so that clearly f is a function from X to Y , since y1 = 0 for any input x.

To show that f is injective, consider x and x in X where xx, and let y = f(x) and y = f(x). Now, since xx, there is an i + where xixi. Since i > 0 (since i +) it follows that i + 1 > 1 so that i + 11. We then have by the definition of f that yi+1 = x(i+1)1 = xixi = x(i+1)1 = yi+1 so that clearly f(x) = yy = f(x). Since x and x were arbitrary, this shows that f is indeed injective.

Now consider any y Y so that y1 = 0. Define xi = yi+1 for any i + and let x = x. Then x X since clearly each xi = yi+1 X. Now let y = f(x) and consider any i +. If i = 1 then clearly yi = y1 = 0 = y1 = yi (y1 = 0 since the range of f is Y ). If i1 then yi = xi1 = y(i1)+1 = yi. Hence yi = yi in both cases so that f(x) = y = y since i was arbitrary. This shows that f is surjective since y was arbitrary.

Therefore f is bijective as desired. □

User profile picture
2019-12-01 00:00
Comments