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
File Name | Size | Mode |
README.md | 536B | -rw-r--r-- |
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://www.math.univ-toulouse.fr/~tbrevide/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 ```