✔ 最佳答案
I had some fun thinking about this one - the key idea is that there cannot be too many large numbers - here is a way to prove it.
First, note that there cannot be two numbers larger than sqrt(1/2) - or otherwise the constraint is broken.
Second, note that there cannot be three numbers larger than sqrt(1/3) - or otherwise the constraint is broken.
... now we see the obvious pattern.
Write the set T as a union of countable set of finite sets T_n (n > 1) such that all elements in T_n is less than sqrt(1/n) - by the argument above, each of the set is finite.
T as a countable union of finite set is countable!