Saturday, December 28, 2019

real analysis - Must an unbounded set in a metric space be infinite?



I'm new to real analysis and topology. Recently, I'm reading baby rudin. Occasionally, I've a question: does a set is unbounded implies the set is infinite in metric space? I think the statement is right, but I can't prove it.



Please give the strict proof. Thanks in advance.


Answer



Yes (if metric spaces are assumed to be non-empty).




Let X,d denote a metric space.



Suppose that a set SX is finite and let xX.



If we take r>max then $S\subseteq B(x,r)=\{y\in X\mid d(x,y)

That means that unbounded sets cannot be finite, hence are infinite.







Note: this answer preassumes that metric spaces are not empty. If X=\varnothing then the finite set \varnothing is unbounded since X=\varnothing is not contained in any ball centered at some x\in X. This because balls like that simply do not exist in that situation.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f \colon A \rightarrow B and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...