I'm trying to do an exercise from Rudin's "Functional analysis, 2nd edition". It is question 6 from the first chapter:
"Prove that a set E in a topological vector space is bounded if and only if every countable subset of E is bounded"
My efforts so far:
If $E$ is bounded, then if $U$ is any neighbourhood containing $0$, $E\subset tU$ for all $t$ large enough and positive. $A\subset E$, and so for any $U$ a neighbourhood of $0$, $A\subset tU$ for $t$ large enough.
I'm having trouble with the "only if" part. I cannot see where the "countability" of $A$ comes in:
If $A$ is a bounded countable subset of $E$, then $A\subset tU$ for $t$ large enough, and $U$ is as before. Now, somehow I need to argue that $A\subset E \subset tU$.
Any hints would be appreciated, thanks!