lie-algebras-and-their-representations

Source code for my notes on representations of semisimple Lie algebras and Olivier Mathieu's classification of simple weight modules

README.md (518B)

 1 # Semisimple Lie Algebras & their Representations
 2 
 3 Source code for some notes of mine on representations of semisimple Lie
 4 algebras and Olivier Mathieu's classification of simple weight modules. A PDF
 5 version of the document can be found in [my
 6 website](https://math.pablopie.xyz/pdf/lie-algebras-and-their-representations.pdf).
 7 
 8 Compiling the document requires [LuaTeX](https://luatex.org/). To compile the
 9 document simply run
10 
11 ```console
12 latexmk -lualatex tcc.tex
13 ```
14 
15 or, equivalently,
16 
17 ```console
18 make compile
19 ```