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
01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19
# Semisimple Lie Algebras & their Representations Source code for some notes of mine on representations of semisimple Lie algebras and Olivier Mathieu's classification of simple weight modules. A PDF version of the document can be found in [my website](https://www.math.univ-toulouse.fr/~tbrevide/pdf/lie-algebras-and-their-representations.pdf). Compiling the document requires [LuaTeX](https://luatex.org/). To compile the document simply run ```console latexmk -lualatex tcc.tex ``` or, equivalently, ```console make compile ```