2025-03-01 14:26:36 +01:00

36 lines
1.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
lecture: 8
date: 2025-02-03
---
Defines in [[Topological Space|topological spaces]]:
- [[Connected]]
- [[Connected Component]]
# Proposition
$[0, 1]$ is [[connected]].
## Proof
$$[0, 1] = A \cup B$$
$$A \cap B = \emptyset$$
Suppose [[Open Sets|open sets]] $A$ and $B$ disconnected it, and say $1 \in B$.
Then every neighbourhood of $a \equiv \sup{A} \in [0, 1]$ will intersect both $A$ and $B$.
Which is a contradiction as this is impossible!
QED.
# 2.2 Continuity
Recall: $f: \mathbb{R} \to \mathbb{R}$ is continuous at $x$ if $\lim_{ y \to x }f(y) = f(x)$, and it would be discontinuous if $\lim_{ y \to x } f(y) \neq f(x)$. More precisely, if $\forall \varepsilon \gt 0 \, \exists \delta \gt 0$ such that $|x-y| \lt \delta \implies |f(x) - f(y) < \varepsilon$ or $f(B_{\delta}(x)) \subset B_{\varepsilon}(f(x))$, or $B_{\delta}(x) \subset f^{-1}(B_{\varepsilon}(f(x))) = \{ y \in \mathbb{R} | f(y) \in B_{\varepsilon}(f(x)) \}$.
## Definition
The definition is defined at: [[Continuous]].
# Proposition
A [[Continuous|continuous]] $f : X \to \mathbb{R}$ with $X$ [[Compact|compact]], it will attain both a maximum and a minimum.
## Proof
Note: the [[Continuous|continuous]] image of a [[Compact|compact set]] is [[Compact|compact]] since [[Inverse Images|inverse images]] of an [[Open Cover|open cover]] will again be an [[Open Cover|open cover]]. Then the final step is to use the [[HeineBorel]] theorem since $f(x)$ is compact in $\mathbb{R}$.
QED.
# Something else
We say $f$ is [[Continuous|continuous]] (at every $x$) if $f^{-1}(A)$ is [[Open Sets|open]] for every open $A \subset Y$.
Continuous images of [[Connected|connected]] spaces are [[Connected|connected]]. Again because inverse images of [[Open Sets|open subsets]] disconnecting an image would disconnect the domain.
So homeomorphisms preserve compactness and connectedness. They are [[Topological Invariants|topological invariants]].