Consider a family $\{p_i\}_{i\in I}$ of seminorms defined on $X$ and consider for each $i\in I$ the quotient mapping $q_i:X\rightarrow X/\ker(p_i)$. I know, that each quotient $X/\ker(p_i)$ is a vector space (turning the quotient map into a linear map) and has a norm, defined by $$\lVert q_i(x)\rVert:=\inf_{y\in \ker(p_i)}p_i(x+y)$$
Now, the author states:
For $i\in I$, $\epsilon> 0$ and $x\in E$, the sets $$B_{\epsilon}^i(x)=\{ z\in X : p_i(x-z)<\epsilon \}$$ form a subbase of the initial topology of the family $\{q_i:X\rightarrow X/\ker(p_i)\}_{i\in I}$, where each quotient carries the normed topology.
My attempt is the following:
The normed topology on $X/\ker(p_i)$ has a base consisting of sets
$$B_\epsilon(q_i(x))=\{z\in X/\ker(p_i):\lVert q_i(x)-z\rVert<\epsilon\}$$
and it's preimage (by linearity of $q_i$) is
$$q_i^{-1}(B_\epsilon(q_i(x)))=\{z\in X:\lVert q_i(x-z)\rVert<\epsilon\}.$$
Now, it holds $B^i_\epsilon(x)\subseteq q_i^{-1}(B_\epsilon(q_i(x)))$, since $0\in\ker(p_i)$ and therefore
$$\epsilon > p_i(x-z)=p_i((x-z)+0)\ge\inf_{y\in\ker(p_i)}p_i((x-z)+y)=\lVert q_i(x-z)\rVert.$$
Unfortunately, I am stuck here. Can I possibly even show equality? Or can I describe $q_i^{-1}(B_\epsilon(q_i(x)))$ as union of these $B^i_\epsilon(y)$'s?
Any hint or help is appreciated! Thank you in advance!
EDIT: For $B^i_\epsilon(x)\supseteq q_i^{-1}(B_\epsilon(q_i(x)))$, one can observe that
$$\epsilon>\lVert q_i(x-z)\rVert\ge p_i(x-z).$$
Suppose the contrary, i.e. $\inf_{y\in\ker(p_i)}p_i((x-z)+y)=\lVert q_i(x-z)\rVert< p_i(x-z)$. Then there exists a $y\in\ker(p_i)$, such that $p_i((x-z)+y)< p_i(x-z)$ and therefore $$ \begin{aligned} 0<p_i(x-z)-p_i((x-z)+y) &=|p_i(x-z)-p_i((x-z)+y)|\\ &\le|p_i(x-z-(x-z)-y)|\\ &=|p_i(y)|=0, \end{aligned}$$ by using the reversed triangle inequality and the fact that $y\in \ker(p_i)$. This is contradictory and therefore it holds $$\lVert q_i(x-z)\rVert\ge p_i(x-z).$$
In fact, from the calculations above, one can also just observe, that
$$\lVert q_i\rVert=p_i,$$ such that
$$B_\epsilon^i(x)=\{z\in X: p_i(x-z)<\epsilon\}=\{z\in X: \lVert q_i(x-z)\rVert<\epsilon\}=q_i^{-1}(B_\epsilon(q_i(x))).$$
Since the $\epsilon$-balls are a base of $\mathbb{R}_{\ge 0}$, the collection of its preimages is even a base (and therefore in fact a subbase).
Does this help? (I don't have time to read your question too closely atm)
– FShrike Jun 22 '23 at 17:39