diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-04-11 14:09:26 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-04-11 14:09:26 -0700 |
| commit | 56580b952901242786da04d0cb3d8e1ea1698db7 (patch) | |
| tree | dffdd0d6a5edc3c8aebca74314745a53c1176512 /mindmap/topological space.org | |
| parent | f17203b32bd1ecb0d908bbf03b9239e2efde59d6 (diff) | |
| parent | 75cfba0e2e705ed0a87abcd5b6822beed8fad555 (diff) | |
Merge branch 'mindmap'
Diffstat (limited to 'mindmap/topological space.org')
| -rw-r--r-- | mindmap/topological space.org | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/mindmap/topological space.org b/mindmap/topological space.org new file mode 100644 index 0000000..01fe167 --- /dev/null +++ b/mindmap/topological space.org @@ -0,0 +1,27 @@ +:PROPERTIES: +:ID: b0784577-9691-4c8e-a8e4-974a7c9c4949 +:ROAM_ALIASES: "topological space" "open set" topology +:END: +#+title: Topological Space +#+author: Preston Pan +#+description: Algebraic? Geometric? Fantastic! +#+options: broken-links:t + +* Definition +A topological space is a set $X$, equipped with a topology. That is, it is equipped with a collection of subsets that are considered to be the /open +sets/ of that topology. These open sets must obey several rules: +1. $\cup_{\alpha \in A}U_{\alpha}$ is open, if all $U_{\alpha}$ are open. +2. $\cap_{n=0}^{N}U_{n}$ is open, if $N$ is finite and $U_{n}$ are open. +3. $\emptyset$ is open, and $X$ is open. +the [[id:1b1a8cff-1d20-4689-8466-ea88411007d7][dual]] concept to open sets are closed sets, which are the complements of open sets. Note that closed sets can also be open sets, and vise versa; a +simple example is the space itself, in any topology; $X$ is open by definition, yet it is also closed because $\emptyset^{c} = X$. This is not just a trivial +example; these "clopen" sets are fairly common (this is in fact the terminology people use). +* More Basic Definitions +Here we introduce several more basic definitions so that we can talk about them in other articles. +** Closure +:PROPERTIES: +:ID: 1954ee72-ffce-4586-ad8a-a46c39c8f77d +:ROAM_ALIASES: interior closure +:END: +The /closure/ of a set $F$ in a topological space $X$ is denoted $\overline{F}$ and is defined as the smallest closed set which contains every open set +$U \subset F$. Likewise, the /interior/ of a set is defined as the largest open set which is inside $F$. |
