I'm self-studying functional analysis. The following is from Rudin's "Functional Analysis, 2nd edition". It consists of parts from question 7 and 13 from the first chapter. I am not sure if my answers are correct, and would appreciate any hints/help. Thanks!
7) Let $X$ be the vector space of all complex functions on the unit interval $[0,1]$, topologized by the family of semi-norms
\begin{equation} p_x(f) = |f(x)|\,\,\,\,\,\, 0\leq x\leq 1 \end{equation}
Show that there is a sequence $\{f_n\}$ in $X$ such that $\{f_n\}$ converges to $0$ as $n\rightarrow \infty$, but if $\{\gamma_n\}$ is any sequence of scalars such that $\gamma_n \rightarrow \infty$, then $\{\gamma_nf_n\}$ does not converge to $0$ (Hint: use the fact that the collection of all complex sequences converging to $0$ has the same cardinality as $[0,1]$.)
13) Let $C$ be the vector space of all complex continuous functions on $[0,1]$. Define
\begin{equation} d(f,g) = \int_0^1\frac{|f(x) - g(x)|}{1+|f(x) - g(x)|}dx \end{equation}
Let $(C,\sigma)$ be $C$ with the topology induced by this metric. Let $(C,\tau)$ be the topological vector space defined by the semi-norms
\begin{equation} p_x(f) = |f(x)|\,\,\,\,\,0\leq x\leq1 \end{equation}
a) Prove that every $\tau$-bounded set in $C$ is also $\sigma$-bounded and that the identity map $id:(C,\tau)\rightarrow (C,\sigma)$ therefore carries bounded sets into bounded sets.
b)Prove that $id:(C,\tau)\rightarrow (C,\sigma)$ is not continuous, although it is sequentially continuous. Hence $(C,\tau)$ is not metrizable. Show also directly that $(C,\tau)$ has no countable local base.
Attempt:
7) Im really struggling with this one. I don't see where the cardinality of $[0,1]$ comes in.
13) a) Let $E$ be a $\tau$-bounded set in $C$. Using Theorem 1.37 from the book, we can say that in the $\tau$-topology, a set $E\subset C$ is bounded if and only if every $p_x(f)$ is bounded on $E$. i.e., for any $f\in E$, $|f(x)| < k_x$ for all $x\in [0,1]$, where $k_x$ is some positive real number dependent on $x$.
If $g\in E$ then $d(g,0)<1$, because $|g(x)|<\infty$, from the above statement. Let $V_{\sigma} = \{g\in C : d(g,0) < 1\}$. Then, $tV_{\sigma} = \{f\in C : d(f,0)<t\}$. Therefore, if $h\in E$, then $h\in tV_{\sigma}$ for all $t\geq s$, for $s$ large enough, and so $E$ is also $\sigma$-bounded.
b) If $\{f_n\}\rightarrow f$ in the $\tau$-topology, then $d(f_n,f)\rightarrow 0$, and so $id$ is sequentially continuous.
To show $(C,\tau)$ does not have a countable base: Let $\mathcal{B}$ be the base constructed by the family of semi-norms. i.e., $\mathcal{B}$ is the collection of all finite intersections of sets $V(p_x,n) = \{f:p_x(f)<\frac{1}{n}\}$, $n$ a positive integer. For a real number $x$ and an integer $n$, a base element is given by:
\begin{equation} B_{x,n} = \{f\in C:|f(x)|<\frac{1}{n}\} \end{equation}
Because $[0,1]$ is uncountable, there is an uncountable number of base elements. We can therefore conclude that $id$ is not continuous (sequential continuity result, found in A6 in appendix of the book), and that $(C,\tau)$ is not metrizable.