Skip to content

Commit 1128766

Browse files
Real TVS Initial PR (#1746)
1 parent fa918f3 commit 1128766

7 files changed

Lines changed: 74 additions & 2 deletions

File tree

properties/P000087.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ refs:
88
name: Topology (Munkres)
99
---
1010

11-
There exists a continuous group operation $(x,y)\mapsto x\cdot y$ on the space such that
11+
$X$ is homeomorphic to a [topological group](https://en.wikipedia.org/wiki/Topological_group).
12+
13+
Equivalently, there exists a continuous group operation $(x,y)\mapsto x\cdot y$ on $X$ such that
1214
the inverse operation $x\mapsto x^{-1}$ is also continuous.
1315

1416
Contrary to Munkres or Willard, we do not assume any separation axiom like {P3}, {P2} or {P1}.

properties/P000238.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
uid: P000238
3+
name: Has a real TVS topology
4+
aliases:
5+
- Topological vector space
6+
- TVS
7+
refs:
8+
- wikipedia: Topological_vector_space
9+
name: Topological vector space on Wikipedia
10+
- zb: "0867.46001"
11+
name: Functional analysis (W. Rudin, 1991)
12+
---
13+
14+
$X$ is homeomorphic to a [topological vector space](https://en.wikipedia.org/wiki/Topological_vector_space) (TVS) over $\mathbb R$.
15+
16+
Equivalently, there exists a continuous commutative group operation $(x, y) \mapsto x + y$ on $X$, and a continuous scalar multiplication operation $\mathbb{R} \times X \to X$, $(\lambda, x) \mapsto \lambda x$, where $\mathbb{R}$ has the Euclidean topology, such that these operations together satisfy the axioms of a real vector space.
17+
18+
Some others require separation axioms like {P3} or {P2}, though we do not.
19+
20+
----
21+
#### Meta-properties
22+
23+
- This property is preserved by arbitrary products.
24+
- This property is preserved by $\Sigma$-products.

spaces/S000103/properties/P000089.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ property: P000089
44
value: true
55
refs:
66
- zb: "0867.46001"
7-
name: Functional analysis. 2nd ed. (W. Rudin, 1991)
7+
name: Functional analysis (W. Rudin, 1991)
88
---
99

1010
$X$ is a compact convex subset of a locally convex topological vector space $\mathbb R^I$. Therefore Schauder-Tychonoff fixed point theorem (Theorem 5.28 in {{zb:0867.46001}}) applies.

theorems/T000877.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
uid: T000877
3+
if:
4+
and:
5+
- P000238: true
6+
- P000125: true
7+
then:
8+
P000058: false
9+
---
10+
11+
A nonzero real vector space contains a $1$-dimensional subspace, which is isomorphic to $\mathbb{R}$.

theorems/T000878.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
uid: T000878
3+
if:
4+
P000238: true
5+
then:
6+
P000087: true
7+
---
8+
9+
By definition.

theorems/T000879.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
uid: T000879
3+
if:
4+
P000238: true
5+
then:
6+
P000199: true
7+
---
8+
9+
A straight-line homotopy deformation retracts $X$ to the origin. That is, the map $X \times [0, 1] \to X$, $(x, t) \mapsto (1-t)x$ is a null-homotopy of the identity map.

theorems/T000880.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
uid: T000880
3+
if:
4+
P000238: true
5+
then:
6+
P000223: true
7+
refs:
8+
- wikipedia: Balanced_set
9+
name: Balanced set on Wikipedia
10+
- zb: "0867.46001"
11+
name: Functional analysis. 2nd ed. (W. Rudin)
12+
---
13+
14+
Every neighborhood of the origin in a topological vector space $X$
15+
contains a balanced open neighborhood of the origin. See {{wikipedia:Balanced_set}}
16+
or Theorem 1.14(a) of {{zb:0867.4600}}.
17+
And a balanced set is {P199}.

0 commit comments

Comments
 (0)