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.
The discussion focuses on proving that if the cardinality of set |X| is infinite, then the cardinality of natural numbers |N| is less than or equal to |X|. The proof involves constructing an injective function f: N -> X using mathematical induction. The key steps include establishing that |X| is non-empty and demonstrating that for any finite k, there exists an element x_k+1 in X that is distinct from the previous elements, thereby confirming the existence of an infinite sequence of distinct elements in X.
PREREQUISITESStudents beginning their journey in real analysis, educators teaching set theory, and anyone interested in understanding proofs related to infinite sets and cardinality.
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?