-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefinitions.tex
60 lines (39 loc) · 1.58 KB
/
definitions.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
\documentclass{article}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amsthm}
\newtheorem*{theorem}{Theorem}
\newtheorem{proposition}{Proposition}
\newtheorem*{lemma}{Lemma}
\newtheorem*{definition}{Definition}
\usepackage[margin=1in]{geometry}
\usepackage{tikz}
\usetikzlibrary{cd}
\DeclareMathOperator{\rk}{rank}
\title{Useful theorems for Manifolds and Topology Preliminary Exams}
\author{University of Minnesota}
\begin{document}
\maketitle
\section{Manifolds}
Unless otherwise stated, the following definitions come from \cite{lee-ism}.
\begin{definition}
A smooth map $F: M \rightarrow N$ is called a smooth immersion if its differential is injective at each point (equivalently if $\rk F= \dim M$)
\end{definition}
\begin{definition}
Let $M$, $N$ be smooth manifolds with or without boundary.
A \textbf{smooth embedding of $M$ into $N$} is a smooth immersion $F:M \rightarrow N$ which is also a topological embedding, i.e. a homeomorphism onto its image $F(M)\subseteq N$ in the subspace topology.
\textsc{Note:} A smooth embedding is both a topological embedding and a smooth immersion not just a topological embedding which happens to be smooth.
\end{definition}
\section{Topology}
Unless otherwise stated, the following definitions come from \cite{hatcher-at}.
\begin{thebibliography}{9}
\bibitem{hatcher-at}
Allen Hatcher.
\textit{Algebraic Topology}
Cambridge University Press, Cambridge, U.K., 2001
\bibitem{lee-ism}
John M. Lee.
\textit{Introduction to Smooth Manifolds}.
Springer, New York, U.S.A., 2013
\end{thebibliography}
\end{document}