Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Comments on Does this construction always give a topological vector space?

Parent

Does this construction always give a topological vector space?

+7
−0

Consider an algebraic vector space $V$ over $\mathbb R$ or $\mathbb C$.

Now for each possible basis $B_k = \{e_i^{(k)}|i\in I\}$ of $V$, one can define an inner product $\langle\cdot\vert\cdot\rangle_k$ by $\langle e_i^{(k)}\vert e_j^{(k)}\rangle_k = \delta_{ij}$ (for vector spaces of infinite dimension, this might not cover all possible inner products).

Now each of those inner products of course defines a corresponding topology $\mathcal T_k$ in the usual way, and of course for each $\mathcal T_k$, we have that $(V,\mathcal T_k)$ is a topological vector space.

Now define $\mathcal T = \bigcap_{k} T_k$, that is, $\mathcal T$ contains all the sets that are open in all the topologies $\mathcal T_k$. It is easy to check that $\mathcal T$ again is a topology on $V$.

But since not every topology on $V$ turns $V$ into a topological vector space, my question is:

Is $(V,\mathcal T)$ also a topological vector space, and how can I see that it is or isn't?

Clearly for finite-dimensional vector spaces, all $\mathcal T_k$ are the same, thus $\mathcal T$ trivially makes $V$ a topological vector space. However I don't see how to answer the question for infinite-dimensional vector spaces.

History
Why does this post require attention from curators or moderators?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

Post
+0
−0

Let $F$ be either $R$ or $C$ and $U$ be open in $T$, that is, by definition of $T$, $U$ is open in $T_k$ for every $k$. Since, for every $k$, $(V,T_k)$ is a topological vector space, $+:V\times V\rightarrow V$ and $\cdot:F\times V\rightarrow V$ are continuous with respect to $T_k$. So, for every $k$, $+^{-1}(U)\in T_k$ and $\cdot^{-1}(U)\in T_k$, thus $+^{-1}(U)\in T$ and $\cdot^{-1}(U)\in T$. Therefore, $+$ and $\cdot$ are continuous with respect to $T$ which, in turn, implies that $(V,T)$ is a topological vector space.

History
Why does this post require attention from curators or moderators?
You might want to add some details to your flag.

2 comment threads

Gap in the argument? (1 comment)
Maybe I don't understand what you intend with the notation, but ${+}^{-1}(U)$ is a subset of $V \time... (2 comments)
Gap in the argument?
celtschk‭ wrote 4 months ago

Thank you for your answer.

Either I don't correctly understand your answer, or I see a gap in your argument.

Let's denote the product topology of $V\times V$ when $V$ is equipped with the topology $\mathcal T_k$, with $\mathcal T_k\otimes\mathcal T_k$. Then obviously, the fact that $+$ is continuous in $(V, \mathcal T_k$ means that $+^{-1}(U)$ is open in $\mathcal T_k\otimes\mathcal T_k$ for all $k$, and therefore also in $\bigcap_k \mathcal T_k\otimes \mathcal T_k$. However for $(V, \mathcal T)$ to be a topological vector space, we need it to be open in $\mathcal T\otimes\mathcal T$. I don't see how you get from the former to the latter.