-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathnotes.tex
More file actions
103 lines (80 loc) · 1.98 KB
/
notes.tex
File metadata and controls
103 lines (80 loc) · 1.98 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
\documentclass[12pt]{amsproc}
\newcommand{\course}{Representation theory of algebras}
\input{mystuff}
\usepackage{makecell}
\setcellgapes{3pt}
\renewcommand{\sl}{\mathfrak{sl}}
\newcommand{\cC}{\mathcal{C}}
\renewcommand{\cf}{\operatorname{ClassFun}}
\newcommand{\cD}{\mathcal{D}}
\newcommand{\Sets}{\mathfrak{Sets}}
\newcommand{\Groups}{\mathfrak{Groups}}
\newcommand{\AbelianGroups}{\mathfrak{AbelianGroups}}
\newcommand{\Rings}{\mathfrak{Rings}}
\newcommand{\Vect}{\mathfrak{Vec}}
\newcommand{\Inf}{\operatorname{Inf}}
\newcommand{\Tchar}{\mathbf{1}}
%\newcommand{\Q}{\mathbb{Q}}
%\newcommand{\Z}{\mathbb{Z}}
%\newcommand{\F}{\mathbb{F}}
%\newcommand{\R}{\mathbb{R}}
%\newcommand{\C}{\mathbb{C}}
%\renewcommand{\H}{\mathbb{H}}
%\usepackage{mathptmx}
%\usepackage{newtxtext}
\begin{document}
\begin{abstract}
The notes correspond to the master
course \textbf{Representation Theory of Algebras} of the
Vrije Universiteit Brussel,
Faculty of Sciences,
Department of Mathematics and Data Sciences. \end{abstract}
\maketitle
\setcounter{tocdepth}{1}
\tableofcontents
\TOCpart{Part 1}
\include{introduction}
%\include{subsections}
% \usepackage{fancyhdr}
% \pagestyle{fancy}
% \fancyhf{}
% \fancyfoot[R]{\thepage}
% \fancyhead[L]{\course}
% \fancyhead[R]{Lecture \thesection}
% \setlength{\headheight}{14pt}
\include{01}
\include{02}
\include{03}
\include{04}
\include{05}
\include{06}
\include{07}
\include{08}
\include{09}
\include{10}
\include{11}
\include{12}
\TOCpart{Part 2}
\pagestyle{fancy}
\fancyhf{}
\fancyfoot[R]{\thepage}
\fancyhead[L]{\course}
\fancyhead[R]{Final projects}
\setlength{\headheight}{14pt}
\newpage
\input{topics/dihedral}
\include{topics/hurwitz}
%\include{topics/gallagher} % not finished
\include{topics/induction}
\include{topics/herstein} % this goes to non-commutative algebra
\include{topics/wall}
\include{topics/fourier}
\TOCpart{Part 3}
\newpage
\input{topics}
\include{solutions}
\newpage
\bibliographystyle{abbrv}
\bibliography{refs}
\printindex
\end{document}