Quartz sync: Mar 1, 2025, 2:26 PM

This commit is contained in:
Anthony Berg
2025-03-01 14:26:36 +01:00
parent 16c38cf522
commit 8fb1f81784
19490 changed files with 2553421 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
# Definition
$X$ is **compact** if every [[Open Cover|open cover]] has a finite [[Subcover|subcover]].

View File

@@ -0,0 +1,2 @@
# Definition
A **connected component** of a [[Topological Space|topological space]] is the union of all [[Connected|connected]] subsets that contain a given point. It itself is [[Connected|connected]].

View File

@@ -0,0 +1,10 @@
# Definition
A [[Topological Space|topological space]] is **connected** if it is not a union of two non-empty [[Open Sets|open sets]].
i.e. if you draw the two non-empty [[Open Sets|open sets]] on the graph, if you have to lift your pen, it will not be connected.
# Examples
Not connected:
$$\langle 0, 1 ] \cup [ 2, 5 \rangle$$
Connected:
$$\langle 0, 1 ] \cup [ 0.5, 5 \rangle = \langle 0, 5 \rangle$$