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

Commit
3f990683edbc5c96f90041f768bf785bd7caf219
Parent
a9e9361492c8fa4e867960e9310609c6c87b9ff9
Author
Pablo <pablo-escobar@riseup.net>
Date

Renumbered theorems and definitions

Made it so that all AMS theorem environments use the same counter

Also removed unused theorem environments

Diffstat

1 file changed, 5 insertions, 11 deletions

Status File Name N° Changes Insertions Deletions
Modified preamble.tex 16 5 11
diff --git a/preamble.tex b/preamble.tex
@@ -45,20 +45,14 @@
 
 % Useful theorem definitions
 \newtheorem{theorem}{Theorem}[chapter]
-\newtheorem*{theorem*}{Theorem}
-\newtheorem{lemma}{Lemma}[chapter]
-\newtheorem*{lemma*}{Lemma}
-\newtheorem{corollary}{Corollary}[chapter]
-\newtheorem*{corollary*}{Corollary}
-\newtheorem{proposition}{Proposition}[chapter]
-\newtheorem*{proposition*}{Proposition}
+\newtheorem{lemma}[theorem]{Lemma}
+\newtheorem{corollary}[theorem]{Corollary}
+\newtheorem{proposition}[theorem]{Proposition}
 \theoremstyle{remark}
 \newtheorem*{note}{Remark}
 \theoremstyle{definition}
-\newtheorem{definition}{Definition}[chapter]
-\newtheorem*{definition*}{Definition}
-\newtheorem{example}{Example}[chapter]
-\newtheorem*{example*}{Example}
+\newtheorem{definition}[theorem]{Definition}
+\newtheorem{example}[theorem]{Example}
 
 % Custom page style
 \fancypagestyle{custom}{%