-
Notifications
You must be signed in to change notification settings - Fork 2
/
prelim_challenges.tex
60 lines (44 loc) · 1.76 KB
/
prelim_challenges.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[12pt]{article}
\usepackage{amscd, amssymb, mathtools}
\usepackage{enumerate}
% Palatino for main text and math
\usepackage[osf,sc]{mathpazo}
% Helvetica for sans serif
% (scaled to match size of Palatino)
\usepackage[scaled=0.90]{helvet}
% Bera Mono for monospaced
% (scaled to match size of Palatino)
\usepackage[scaled=0.85]{beramono}
\usepackage{etoolbox}
\makeatletter
\patchcmd{\epigraph}{\@epitext{#1}}{\itshape\@epitext{#1}}{}{}
\makeatother
%%
\usepackage{hyperref}
\begin{document}
%
\parskip = 2mm
\begin{center}
{\bf\Large CMP 2020: Preliminary Challenges}
\vspace{3mm}
{\large\bf Anthony Bordg}
\vspace {3mm}
{21st January 2020}
\end{center}
\begin{enumerate}
\item Define Lie groups
\item Define Lie subgroups
\item Define the type of representations of a group
\item State theorem 2.8 in Kirillov
\item State corollary 2.9 in Kirillov
\item Define the Lie algebra of a Lie group
\item Define the exponential map of a Lie group
\item State Schur's lemma
\item Define the differential forms on a manifold
\item Define the exterior derivative
\item Define the Hodge star operator
\item Define the standard groups of matrices: the general linear groups, the special linear groups, the (special) orthogonal groups, the (special) unitary groups (Alex Hilton)
\end{enumerate}
If you decide to work on some of these challenges, please add your name in front of the challenges and coordinate your efforts on GitHub with the other contributors to avoid code duplication. \\
There are at most two places for the summer paid internship. However, every significant contributor of the project will have co-authorship of the resulting publication(s) even if he is not selected for the summer internship (he can still take part remotely anyway).
\end{document}