---
date: '2024-11-27'
description: topological space locally resembling euclidean space, generalizing curves and surfaces to arbitrary dimensions with differential structure.
id: manifold
modified: 2026-06-05 15:08:30 GMT-04:00
tags:
  - math
title: manifold
created: '2024-11-27'
published: '2024-11-27'
pageLayout: default
slug: thoughts/manifold
permalink: https://aarnphm.xyz/thoughts/manifold.md
generator:
  quartz: v4.6.0
  hostedProvider: Cloudflare
  baseUrl: aarnphm.xyz
full: https://aarnphm.xyz/llms-full.txt
---
a topological space that locally resembles Euclidean space near each point.

> an $n$-dimensional manifold is a topological space with the property that each point has a [[thoughts/manifold#neighborhood|neighbourhood]] that is [[thoughts/homeomorphism|homeomorphic]] to an open subset of $n$-dimensional Euclidean space.

Formally, a topological manifold is a <mark>second countable Hausdorff space</mark> that is _locally homeomorphic_ to a Euclidean space.

> \[!abstract\] Locally homeomorphic to a Euclidean space
>
> every point has a neighborhood [[thoughts/homeomorphism|homeomorphic]] to an open subset of the Euclidean space $\mathbb{R}^n$ for some non-negative integer $n$

Implies that either the point is an isolated point $n=0$, or it has a neighborhood homeomorphic to the open ball:

$$
\mathbf{B}^n = \{(x_{1},x_{2},\ldots, x_n) \in \mathbb{R}^n : x_1^2 + x_2^2 + \ldots x_n^2 <1\}
$$

## differentiable manifold

_a topological manifold with a_ _<mark>globally</mark>_ defined differential structure.

### Pseudo-Riemannian manifold

abbrev: Lorentzian manifold

_with a metric tensor that is everywhere non-degenerate_

application used in general relativity is four-dimensional Lorentzian manifold for modeling space-time

![[thoughts/Tensor field#metric tensors]]

---

## neighborhood

think of open set or interior.

intuition: a set of point containing that point where one can move some amount in any direction away from that point without leaving the set.

> \[!definition\] Definition 1.
>
> if $X$ is a topological space and $p$ is a point in $X$, then a **neighbourhood** of $p$ is a subset $V$ of $X$ that includes an <mark>open set</mark> $U$ containing $p$:
>
> $$
> p \in U \subseteq V \subseteq X
> $$
>
> This is equivalent to the point $p \in X$ belonging to the topological interior of $V$ in $X$.

> \[!tip\] properties
>
> the neighbourhood $V$ _need not be an open subset_ of $X$.

