summaryrefslogtreecommitdiffstats
path: root/pages/more-functional-analysis/topological-vector-spaces/index.md
blob: 745d53b46a0edaf8199c22838028660fffb974f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
title: Topological Vector Spaces
parent: More Functional Analysis
nav_order: 1
has_children: true
has_toc: false
---

# {{ page.title }}

Let $X$ be a set.
A *property* of subsets of $X$ is a set $P \subset \mathcal{P}(X)$.
We say that a subset $A \subset X$ has the property $P$, if $A \in P$.
A property $P$ of subsets of $X$ is said to be *stable under arbitrary intersections*,
if for every family $F$ of subsets of $X$ with property $P$,
the intersection $\bigcap F$ has the property $P$.
In other words, $P$ is stable under arbitrary intersections iff
$\bigcap F \in P$ for every subset $F \subset P$.
In this definition the family $F$ is allowed to be empty,
hence $\bigcap \emptyset = X$ needs to have the property $P$.

For example, in a topological space $X$ the property of being a closed subset of $X$
is stable under arbitrary intersections.

If $P$ is stable under arbitrary intersections,
and $A$ is a subset of $X$, which may or may not have the property $P$,
then we define the *$P$-hull* of $A$ to be
the intersection of all supersets $B \supset A$
having have the property $P$.
By definition, the $P$-hull of $A$ has the property $P$.
Moreover, it is the smallest superset of $A$ with property $P$
in the following sense: If $B$ is any superset of $A$ with property $P$,
then $B$ contains the $P$-hull of $A$.

For example, the "closed"-hull of a subset $A$ of a topological space
is the closure of $A$.

There are the dual notions of being *stable under arbitrary unions*
and *$P$-core* with obvious definitions.

{% definition Convex, Balanced, Absolutely Convex %}
Let $X$ be a vector space over the field $\KK$.
A subset $A \subset X$ is said to be
- *convex* if
- *balanced* if
- *absolutely convex* if
{% enddefinition %}

{% theorem %}
These properties of subsets of $X$
are stable under arbitrary intersections.
Thus we obtain the notions of
*convex hull* $\co A$,
*balanced hull* $\bal A$, and
*absolutely convex hull* $\aco A$.
{% endtheorem %}