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 revolves around a proof in real analysis concerning the cardinality of infinite sets. The original poster is attempting to prove that if the cardinality of set X is infinite, then the cardinality of the natural numbers N is less than or equal to that of X.
Participants are actively engaging with the original poster's reasoning, providing feedback on the inductive step and suggesting refinements to the argument. There is an ongoing exploration of how to effectively apply induction in this context, with some guidance offered on phrasing the inductive step more clearly.
The original poster expresses uncertainty about their understanding of induction, indicating a potential gap in their foundational knowledge of the method, which may affect their ability to complete the proof.
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?