Saturday, January 7, 2017

real analysis - Extending a one to one correspondence between sets


In proving the theorem: Every infinite set is equivalent to one of its proper subsets, I am confused about the following:


We consider an infinite set M, which always contains a countable subset, which is denoted A:={a1,a2,}. We may partition A into two countable subsets:


A1:={a1,a3,a5},A2:={a2,a4,a6}



and we have a one-to-one correspondence between A and A1 given by ana2n1.


We can then extend this correspondence to a one-to-one correspondence between the two sets:


A(MA)=M,A1(MA)=MA2


by simply assigning x itself to each xMA. I don't quite understand this extension, how are we allowed to do this?


This is a proof taken from Introductory Real Analysis by Kolmogorov and Fomin.


Answer



You have a bijection between the elements of A and A1. That is, you have a map f:AA1 which is bijective. You define another map, g:A(MA)A1(MA), such that g(x)=f(x)ifxA,andg(x)=xifxMA.


Note that A(MA)=, so g is well-defined and g is a bijection.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...