\documentclass[12pt ]{article}
\setlength{\textwidth}{14 true cm} \setlength{\textheight}{20 true
cm}

\usepackage{hangul}
\usepackage{amscd,amsmath}
\usepackage{amsfonts}
\usepackage{amssymb,theorem}
\usepackage{longtable}
\newcommand{\Aff}{\mbox{\it Aff}}
\newcommand{\aff}{\mbox{\it aff}}


\newcommand{\alp}{\alpha}
\newcommand{\bet}{\beta}
\newcommand{\del}{\delta}
\newcommand{\gam}{\gamma}
\newcommand{\vep}{\varepsilon}
\newcommand{\eps}{\epsilon}
\newcommand{\lam}{\lambda}
\newcommand{\kap}{\kappa}
\newcommand{\sig}{\sigma}
\newcommand{\ome}{\omega}
\newcommand{\Gam}{\Gamma}
\newcommand{\Ome}{\Omega}
\newcommand{\Sig}{\Sigma}
\newcommand{\Del}{\Delta}
\newcommand{\Lam}{\Lambda}


\newtheorem{thm}{Theorem}
\newtheorem{cor}[thm]{Corollary}
\newtheorem{lem}[thm]{Lemma}
\newtheorem{prop}[thm]{Proposition}
\newtheorem{cl}{Claim}

{\theorembodyfont{\rm}
\newtheorem{ex}{Example}
\newtheorem{que}{Question}
\newtheorem{notation}{Notation}[section]
\newtheorem{defn}{Definition}
\newtheorem{rem}{ΑΦ}
\newtheorem{note}{Note}
}
\renewcommand{\thenote}{}
\renewcommand{\therem}{}

\newenvironment{proof}{{\bf Proof}}{\hfill\framebox[2mm]{}}

\newcommand{\Real}{\mathbb{R}}
\newcommand{\homeo}{\approx}

\begin{document}
\section*{5. 1-dimensional manifold}

We will classify 1-dimensional manifold. To do this, first we need a concept of triangulation.

\begin{defn}
A collection $\{ T_i \}$ of subsets of 1-manifold is called a {\bf triangulation} of M if
\begin{enumerate}
\item $\forall i , T_i \homeo [0,1] $
\item $M = \cup_i T_i $
\item $T_i \cap T_j = \emptyset$ or "a single vertex" if $i \neq j$.
\item (local finiteness) $\forall p\in M$, $\exists$ a neighborhood $U$ of $p$ s.t. $U$ meets only finitely many $T_i$'s.
\end{enumerate}
\end{defn}

cf) In general, a triangulation is a certain well matched collection
of {\it n-simplexes} which are defined as the closed convex hull of
$n+1$ affinely independent points. A 1-simplex is a finite line
segment. A 2-simplex is a triangle and a 3-simplex is a tetrahedron.

\begin{thm}
Let $M$ be a 2nd countable and connected 1-manifold with boundary.
Then
\begin{enumerate}
\item $ \exists $ a countable triangulation on $M$.
\item $M$ is homeomorphic to $\Real^1$ ,$S^1$, $[0,1]$, or $(0,1] ( \homeo [0,1) )$.
\end{enumerate}
\end{thm}
\begin{proof}
(Existence of triangulation:)\\
Consider a system of coordinate charts $\{( U_x, \phi_x : U_x \to
\text{$\Real$ (or $\mathbb{H}$)}  )\}_{x \in M } $, and let $U'_x =
\phi_x^{-1} (( -1,1)) $. We may cover $M$ by $\{U'_x\}$. Since $M$
is 2nd countable, we may choose a countable subcover$\{ U'_1, U'_2,
U'_3, \ldots \}$.

Let $K_1 = \{ \phi^{-1}_1( [-1,1] ) \} $. Inductively, define
$K_{n+1} := K_n \cup$ \{closures of components of $\{ \phi^{-1}_{n+1} ([-1,1]) - | K_n | \}$\}
where $|K_n| = \bigcup_{A \in K_n } A $. Note that $| K_n | \supset U'_n $.
Then each $K_n$ is a finite triangulation on a subset of $M$
containing $\cup_{i=1}^n U'_i $, and $ K_1 \subset K_2 \subset
\ldots $.
Now $K = \cup_{i=1}^{\infty} K_i$ is the desired triangulation of M.\\
(Proof of classification:)\\
$M$ has a countable triangulation $K$. Since each element of $K$ is
homeomorphic to $[-1,1]$, we may consider K as a collection of line
segments, the end point of which should be identified with another
end point or with nothing.

A vertex is the end point of a line segment or the intersection of
two line segments. It is not possible for three or more line
segments to meet at one vertex because of the manifold condition.
Suppose it is possible, and consider the homeomorphic image of the
three or more line segments meeting at a vertex into $\Real$.
Eliminating the vertex gives three or more components, while
eliminating the image of the vertex in $\Real$ gives two components,
which is a contradiction. Therefore, each end point must be
identified with at most one another point.

Take a line segment of $K$, pick another segment which has common
point with the previous segment, and paste it. We must be able to do
this for all elements of $K$. Otherwise, we get two or more
components, which is contradictory to the connectedness of $M$. Let
$l_n$ be the resulting space after $n-1$ pasting. Clearly $l :=
\cup_n l_n \homeo M $ .

In case of $K$ finite, $l$ is homeomorphic to $S^1$, or to a closed
interval. In case of $K$ infinite, $l$ is homeomorphic to $\Real$,
or to a half-open interval.

\end{proof}

\end{document}
