andrassy
- 45
- 0
Im just starting real analysis and trying to get my mind to start thinking the right way to do these kind of proofs. Any hints would be appreciated.
andrassy said:I'm not quite sure I underhand how to execute the proof using this method. I also have not really learned how to do induction well yet, Here is what I have:
Suppose |X| is infinite. We construct a function f: N -> X. Because |X| is infinite, X is not empty.
Using induction: For n=1, f(1)=x1 is a unique element in X.
Inductive assumption: There is a unique element in X for every element in N: Suppose, for n=k, f(k)=xk. Suppose this were the last element in X, then the function f would be a bijection. But we know that since N is infinite, there does not exist any bijection f: N -> {1,...,n} for any n. Thus, there is a contradiction, so xk cannot be the last element. Then, when n = k+1, f(k+1)=xk+1 is a unique element in X. The inductive assumption is therefore true. Since there exists a unique element in X for every element in N, f: N->X is injective. Therefore, by definition, |N| <= |X|.
Does this look okay?