global-analysis-and-the-banach-manifold-of-class-h1-curvers

Riemannian Geometry course project on the manifold H¹(I, M) of class H¹ curves on a Riemannian manifold M and its applications to the geodesics problem

NameSizeMode
..
preamble.tex 1946B -rw-r--r--
01
02
03
04
05
06
07
08
09
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
61
62
63
64
65
66
67
68
\documentclass[a4paper]{article}
\usepackage[total={6in, 9in}]{geometry}
\usepackage{amsmath, amssymb, amsthm, stmaryrd, mathrsfs, gensymb, dsfont}
\usepackage{mathtools, adjustbox}
\usepackage[scr=esstix,cal=boondox]{mathalfa}
\usepackage{enumitem, xfrac, xcolor, cancel, multicol, tabularx, relsize}
\usepackage{hyperref}
\usepackage[backend=biber]{biblatex}
\usepackage{pgfplots, tikz, tikz-cd}
\usepackage{graphicx, wrapfig}
\usepackage[normalem]{ulem}

% Configure graphics
\pgfplotsset{compat=1.18}

% Use \blacksquare for \qed
\renewcommand{\qedsymbol}{\ensuremath{\blacksquare}}

% Get propper inequality symbols
\renewcommand{\leq}{\leqslant}
\renewcommand{\le}{\leqslant}
\renewcommand{\geq}{\geqslant}
\renewcommand{\ge}{\geqslant}
\renewcommand{\preceq}{\preccurlyeq}
\renewcommand{\succeq}{\succcurlyeq}

% Add missing arrows
\newcommand{\longhookrightarrow}{\lhook\joinrel\longrightarrow}

% Fix the subset symbol
\renewcommand{\subset}{\subseteq}

% Display long arrows instead of short ones
\renewcommand{\to}{\longrightarrow}
\renewcommand{\mapsto}{\longmapsto}

% Absolute value and vector norm
\newcommand{\abs}[1]{\left|\nobreak#1\nobreak\right|}
\newcommand{\norm}[1]{\left\lVert\nobreak#1\nobreak\right\rVert}

\newcommand{\dt}{\mathrm{d} t}
\newcommand{\dd}{\mathrm{d}}

% Isomorphism arrow
\newcommand{\isoto}{\xlongrightarrow{\sim}}

% Configure how link look
\hypersetup{
  colorlinks,
  citecolor=black,
  filecolor=black,
  linkcolor=black
}

% Configure the enumerate environment to use bold roman numerals
\setenumerate[0]{label={\normalfont\bfseries(\roman*)}}

% Useful theorem definitions
\newtheorem{theorem}{Theorem}[section]
\newtheorem{lemma}{Lemma}[section]
\newtheorem{corollary}{Corollary}[section]
\newtheorem{proposition}{Proposition}[section]
\theoremstyle{remark}
\newtheorem*{note}{Remark}
\theoremstyle{definition}
\newtheorem{definition}{Definition}[section]
\newtheorem{example}{Example}[section]