\input notes_preamble.tex
\usepackage{tocbibind}

\title{Math 747: Lie Algebras}
\author{Lecturer:\\
		Arun Ram\\
		Mathematics\\
		University of Wisconsin}
\date{}


\usepackage[pdftex,bookmarks,colorlinks]{hyperref}


\begin{document}
\maketitle
\tableofcontents
\pagebreak

%--------------------------------------------------------------------------------------------------------------------------%		
\section{The basics (Wed. Sept 5)}

A \dfn{Lie algebra} is a vector space $\fg$ with a bracket $[,] : \fg \otimes \fg \to \fg$ (the tensor product implies that $[,]$ is bilinear) satisfying
\begin{itemize}
	\item[(a) ] (\dfn{skew symmetry}) $[x,y] = -[y,x]$, and
	\item[(b) ] (\dfn{Jacobi identity}) $[x, [y,x]] + [y, [z,x]] + [z, [x,y]] = 0$,
\end{itemize}
for all $x,y,z \in \fg$.
Note that a Lie algebra is not an algebra (``Lie'' is not an adjective), as algebras $A$ are vector spaces with a product under which $A$ becomes a (associative) ring with identity.


\subsection{Homomorphisms}
An \index{homomorphism!algebra}\emph{algebra homomorphism} is a linear map $\varphi : \fg_1 \to \fg_2$ for which $\varphi(xy) = \varphi(x)\varphi(y)$ (and so $\varphi(\one_{\fg_1}) = \one_{\fg_2}$). A \index{homomorphism!Lie algebra}\emph{Lie algebra homomorphism} is also a linear map $\varphi : \fg_1 \to \fg_2$ for which $\varphi([x,y]) = [\varphi(x),\varphi(y)]$.

\subsection{Categories, Functors, and the Universal Enveloping Algebra}
A \dfn{category} is a set of objects together with \subdfn{category}{morphisms} (functions) between them. Our favorite examples are
\begin{itemize}
	\item[] \subdfn{category!examples}{$\Alg$} = (algebras, algebra homomorphisms)
	\item[] \subdfn{category!examples}{$\Lie$} = (Lie algebras, Lie algebra homomorphisms)
\end{itemize}
A \subdfn{category}{functor} is a map between categories 
	$$F: \cC_1 \to \cC_2$$
	which associates to each object $X \in \cC_1$ an object $F(X) \in \cC_2$,
     	associates to each morphism $f:X\rightarrow Y \in \cC_1$ a morphism $F(f):F(X) \rightarrow F(Y) \in \cC_2$, and preserves both identity morphisms and composition of morphisms.

There is a functor
	$$L: \textrm{Alg} \to \textrm{Lie}$$
	where if $A \in$ Alg, then the underlying vector spaces of $A$ and $L(A)$ are the same, but the product $a \cdot b \mapsto [a,b] = ab - ba$. There is also a functor
	$$U: \textrm{Lie} \to \textrm{Alg}$$
	where if $\fg \in$ Lie, then the underlying vector space of $U\fg$ is that of the algebra generated by the elements of $\fg$ with the relation $\underbrace{xy - yx}_{\textrm{as in $U\fg$}} = \underbrace{[x,y]}_{\textrm{as in $\fg$}}$. For example, if $[x,y] = 0$ in $\fg$ then $xy=yx$ in $U\fg$. $U\fg$ is said to be the \dfn{universal enveloping algebra} of $\fg$.
	
So now we have functors
	$$L: \textrm{Alg} \to \textrm{Lie}$$
	and
	$$U: \textrm{Lie} \to \textrm{Alg}.$$
	It may be tempting to speculate that these two functors are inverses of some kind. However, it is easy to see that $U\fg$ is rather large as compared to $\fg$ (often infinite dimensional), whereas $L(A)$ is no that much smaller than $A$ (especially when $A$ is finite dimensional). However, we do have the following theorem:
\begin{thm}
\label{thm:U_left_adj_to_L}
	The functor $U$ is \subdfn{category!functor}{left-adjoint} to the functor $L$, i.e., 
	$$\Hom_{\Alg}(U\fg, A) \isom \Hom_{\Lie}(\fg, L(A))$$	
as vector spaces.
\end{thm}
	
\subsection{Exercises}	
	\begin{enumerate}
		\item Classify all low-dimensional lie algebras.
		
		\item Prove theorem \ref{thm:U_left_adj_to_L}.
		
		\item Is there a \subdfn{category!functor}{right-adjoint} to $L$? i.e., is there some functor $F: \Lie \ to \Alg$ for which
			$$\Hom_{\Lie}(LA, \fg) \isom \Hom_{\Alg}(A, F\fg)?$$	
	\end{enumerate}
	
%--------------------------------------------------------------------------------------------------------------------------%		
%--------------------------------------------------------------------------------------------------------------------------%		
%\part{Example Days}

%--------------------------------------------------------------------------------------------------------------------------%		
%--------------------------------------------------------------------------------------------------------------------------%		


\section{Forms and Big Examples (Fri. 9/7)}

	A \dfn{representation} of $\fg$ is a $U\fg$-module. A $U\fg$-\dfn{module} is a vector space $M$ with a $U\fg$-action
		$$U\fg \otimes M \to M,$$
		where
		$$(u, m) \mapsto um$$
		which is \subdfn{form}{bilinear}, (i.e., if $c_1, c_2 \in \CC$, then 
		$$(c_1u_1 + c_2 u_2)m = c_1 u_1 m + c_2 u_2 m $$
		$$u(c_1m_1 c_2 m_2) = c_1 u m_1 + c_2 u m_2$$
		for $u_1, u_2 \in \CC, m_1, m_2 \in \CC$)
		and $$u_1(u_2 m) = (u_1 u_2) m.$$
Note: whenever we're using \dfn{tensor products}, we're just forcing bilinearity.
\subsection{Favorite Examples}
\textbf{Big idea:} If $A$ be an algebra, then $L(A)$ is a Lie algebra.

\begin{itemize}
	\item[1.  ]	For example $M_n(\CC) = \left\{ n \times n \textrm{ matrices} \right\}$
		is a Lie algebra with bracket $[a_1, a_2 ] = a_1 a_2 - a_2 a_2.$
		This is the Lie algebra \index{Lie algebra!examples!$\fgl_n$} $\fg\fl_n$.
		
		This Lie algebra is associated with, but not the same this as,  \index{Lie group!general linear group, $\GL_n$}\emph{general linear group}
			$$\GL_n(\CC) = \{ a \in M_n(\CC) | a \textrm{ is invertible } \}.$$	
	Let $V$ be a vector space. Then
		$$\fg \fl (V) = \End (V), \qquad 
	\textrm{with bracket }
		[a_1, a_2] = a_1 a_2 - a_2 a_2.$$



	\item[2. ]	Define \index{Lie algebra!examples!$\fsl_n$}
			$$\fsl(V) = \{ a \in \fg\fl(V) | \tr(a) = 0 \}.$$
	This is associated to, but is not the same thing as, $SL(V) = \{a \in GL(V) | \det(a) = 1 \}$, the \index{Lie group!special linear group, $\SL_n$}\emph{special linear group}.

	
	
	\item[3. ] Let $ \langle, \rangle : V \times V \to \CC$ be bilinear form on $V$. If $\langle, \rangle$ is \subdfn{form}{symmetric}, i.e. $\langle u,v \rangle = \langle v,u \rangle$, then 
	$$\fso (V) = \{ a \in \fs\fl(V) | \langle au, v \rangle + \langle u, av \rangle = 0 \textrm{ for all } u,v \in V \}.$$\index{Lie algebra!examples!$\fso_n$}
	
	
	This is related to $\SO(V) = \{ a \in \SL(V) | \langle au, av \rangle = \langle u,v\rangle \textrm{for all } u,v \in V \}$, the \index{Lie group!special orthogonal group, $\SO_n$}\emph{special orthogonal group}.
	
	\item[4. ] If  $\langle, \rangle$ is \subdfn{form}{skew symmetric}, i.e. $\langle u,v \rangle = -\langle v,u \rangle$, then 
	$$\fsp (V) = \{ a \in \fsl(V) | \langle au, v \rangle + \langle u, av \rangle = 0 \textrm{ for all } u,v \in V \}.$$\index{Lie algebra!examples!$\fsp_n$}
	
	This is related to $\Sp(V) = \{ a \in \SL(V) | \langle au, av \rangle = \langle u,v\rangle \textrm{for all } u,v \in V \}$, the \index{Lie group!symplectic group, $\Sp_{2n}$}\emph{symplectic group}.

 
 	\item[5. ] Let $ \langle, \rangle : V \times V \to \CC$ be \subdfn{form}{Hermitian}, i.e. for vector spaces over $\CC$,
\begin{enumerate}
	\item[]\begin{itemize}
	\item[a. ] $\langle u, c_1 v_1 + c_2 v_2 \rangle 
			= \bar{c_1} \langle u, v_1 \rangle +  \bar{c_2} \langle u, v_2 \rangle $, and
	\item[b. ] $\langle c_1 v_1 + c_2 v_2, u \rangle =
			 {c_1} \langle v_1, u \rangle +  {c_2} \langle  v_2, u \rangle $.
	\end{itemize}
\end{enumerate}

Then $$\fsu (V) = \{ a \in \fs\fl(V) | \langle au, v \rangle + \overline{\langle u, av \rangle} = 0 \textrm{ for all } u,v \in V \}.$$\index{Lie algebra!examples!$\fsu_n$}

	This is related to $\SU(V) = \{ a \in \SL(V) | \langle au, av \rangle = \langle u,v\rangle \textrm{for all } u,v \in V \}$, the \index{Lie group!special unitary group, $\SU_n$}\emph{special unitary group}.

	\end{itemize}
	
	\noindent Notice that most of  these algebras have the same structure, only with different types of forms.

\subsection{Exercises}
	\begin{enumerate}
		\item Is $\fsp (V) = \{ a \in \fg\fl(V) | \langle au, v \rangle + \langle u, av \rangle = 0 \textrm{ for all } u,v \in V \}$?
	\end{enumerate}

		
%--------------------------------------------------------------------------------------------------------------------------%
~\\ \\
\section{More Examples (Mon. 9/10)}	
%\section{Mon. 9/10}	



\subsection{Relating the linear groups of symmetries}
From last time, we learned about $\fgl(V) = \End(V)$, $\fsl(V) = \{ a \in \fgl(V) ~|~ \tr(a) = 0 \}$, and the three $\fsp(V), \fso(V)$ and $\fsu(V)$, all of similar form, but with different forms. \\

\noindent The \index{Lie group!orthogonal group, $\Orth_n$}\emph{orthogonal group} is 
	$$\Orth_n (\RR) = \{ A \in \GL_n(\RR) | AA^t = 1 \}.$$
The \index{Lie group!symplectic group, $\Sp_{2n}$}\emph{symplectic group}. is 
	$$\Sp_{2n} (\CC) = \{ A \in \GL_{2n} (\CC) | AJA^t = J \},$$
where 
\begin{displaymath}
	J = \left( 
		\begin{array}{ccc|ccc}
		   &  &  & 1 &     		&  \\
		   &  &  &    & \ddots 	&  \\
		   &  &  &    &   		& 1  \\
		\hline
		  -1 &  	   &     &  & &  \\
		      & \ddots &     &  &  &  \\
		      &   	   & -1 &  &  &  \\ 
	\end{array}\right).
\end{displaymath}	
$\SP(V)$ is ``better'' though because is is the group of symmetries of $V$ with a skew symmetric form. For example, our favorite set with fixed distance is the sphere. $\SO(V)$ is the group of symmetries for a true sphere, $\SP(V)$ is the group of symmetries of a ``symplectic'' sphere (whatever that means), etc.. (A ``level set of $\langle, \rangle$ is a subset of $V \times V$ of the form $\{ (u,v) \in V \times V | \langle u,v \rangle = c \}$, and $\SP(V)$ preserves this).

What does a skew symmetric form \index{form!skew symmetric} ``look like''? Well, what does a vector space look like? First, we choose a basis: $V$ has a basis $\{ e_1, \dots, e_n, e_1^*, \dots e_n^* \}$. and $\langle, \rangle$ is given by 
	$$\langle e_i, e_i \rangle = -\langle e_i, e_i \rangle = 0, \quad
		\langle e_i, e_i^* \rangle, \quad
		\langle e_i, e_j \rangle = 0, \quad
		\langle e_i^*, e_j^* \rangle = 0, \quad
		\langle e_i, e_j^* \rangle = 0, \quad
		\langle e_i^*, e_j \rangle = 0.
	$$
	Then 
		$$J = \left( \langle b_i, b_j \rangle\right)_{b_i, b_j \in \{ e_1, \dots, e_n, e_1^*, \dots e_n^* \} }$$
	 is the matrix of $\langle, \rangle$. So $AJA^t = J$ is a translation of $\langle Au, v \rangle = \langle U, Av \rangle$ by choosing a \emph{very specific} basis. So something we learn by changing to $\Sp_{2n}$ by seeing things anew, without really doing anything new. (the message: changing bases is one way to do something that is not new, but still very worthwhile)
	 
	 
 \paragraph{Aside: Why use the fields we do?} There are lots of $\GL_n$'s: $\GL_n(\CC), \GL_n(\RR), \GL_n(\FF_q)$, etc. the ones with $\CC, \RR$ are ``geometric'', but so is $\FF_q$ in some sense. We change the field as is suits us... \\
	
	\subsection{The free Lie algebra}
	 \emph{Motivation: Whenever we learn about a new object, the \emph{free} version is usually very interesting.}\\
	 
	 
	\noindent The \subdfn{Lie algebra}{free} \emph{Lie algebra} on a set $\{ x, y, z \}$ is just the Lie algebra generated by  $\{ x, y, z \}$, i.e. $\fg$ is the span of $x, y, z, [x,y], [x,z], [y,z],...$. \\
	
	What else is in there? To get a general idea of what other elements appear, start applying  skew symmetry and Jacobi identity relations. For example, $\fg$ being a Lie algebra gives $[y,x] = -[x,y]$, so we don't need to include $[y,x], [z,x]$, etc.. We also have the symbol$[x, [x,y]]$ to include, but $[x, [y,x]] = -[x, [x,y]]$ is superfluous. Moreover $[x, [y, y]] = 0$. Also we could check if the Jacobi identity does anything extra for us: $0 = [x, [x,y]] + [y, [x, x]] + [x, [y,x]] = [x, [x,y]] + 0 - [x, [x,y]]$, so no, not in this case.
	
	The free Lie algebra is \subdfn{Lie algebra}{graded} by \index{Lie algebra!degree (of an element)}\emph{degree} (the number of factors bracketed together). For example $\deg([x, [x,y]]) = 3$. So
		$$\fg = \bigoplus_{\stackrel{n \in \ZZ^+}{\dim(\fg_n) \textrm{ finite}}} 
		\!\!\!\!\!\!\!\!\! \fg_n, 
		\qquad \textrm{where $\fg_n$ is the span of deg $n$ brackets}$$
		
		
\subsection{An aside: two dimensional Lie Algebras and Dick Hain (9/12)} 

Let
		$$\fg = \CC\lspan \{ x, y \}, \qquad \textrm{with bracket $[x,y] = x$}.$$
Let $a,b \in \fg$ . So $a = a_1 x + a_2 y$ and $b = b_1 x + b_2 y$. Then
\begin{eqnarray*}
	[a,b] &=& [a_1 x + a_2 y, b_1x + b_2 y]\\
		&=& a_1 [x, b_1x + b_2 y] + a_2 [ y, b_1x + b_2 y]\\
		&=& \dots\\
		&=& (a_1 b_2 - a_2 b_1) x.
\end{eqnarray*}

\label{Dick_Hain}Dick Hain (Duke U) gave a talk \emph{Modular forms and derivations of free Lie algebras of rank 1} at Sydney U. 10 July 2007 based on the free Lie algebra of rank 2, generated by $x$ and $y$. The background:
Let $V = \mathrm{span} \{x, y\}$. Then
	$$\SL_2 (\CC) = \{ A \in \GL_2(\CC) ~|~ ad - bc = 1 \}$$
	So $\SL_2(\CC)$ acts on $V$, and thus $\SL_2(\CC)$ acts on $\fg$. The submodules of $\fg$ (as $\SL_2$-modules) correspond to modular forms.
	
\begin{eqnarray*}
	\left(
	\begin{array}{cc}
		a&b\\
		c&d
	\end{array}\right)[x,y] 
	&=& \left[ 	\left(
	\begin{array}{cc}
		a&b\\
		c&d
	\end{array}\right) x, \left(
	\begin{array}{cc}
		a&b\\
		c&d
	\end{array}\right)  y \right] \\
	&=& [ax + cy, bx + dy ] \\
	&=& (ad - bc) [x,y]
\end{eqnarray*}
if
$$x=\left(
			\begin{array}{cc}
				0&1\\
				0&0
			\end{array}\right), \quad \textrm{ and }
			y=\left(
			\begin{array}{cc}
				0&0\\
				1&0
			\end{array}\right).$$




\subsection{Exercises}
 \begin{enumerate}
 	\item What is $\dim(\fg_n)$? [For example, $\dim(\fg_1) = 3$.]
		
		((\emph{same as number of irreducible polynomials of degree $n$ over some field??}))
\end{enumerate}



%--------------------------------------------------------------------------------------------------------------------------%
~\\ \\
\section{Complexification (Wed. 9/12)}

How can a Lie algebra with complex coefficients not be a complex Lie algebra? And if it's not, what is its complex counterpart?


\begin{defn}
Let $\fg$ be a real Lie algebra with basis $x_1, \dots, x_n$. So 
	$$\fg = \RR\lspan\{ x_1, \dots, x_n\}.$$ 
The \dfn{complexification} of $\fg$ is the complex Lie algebra 
	$$\fg_{\CC} = \CC \otimes_{\RR} \fg = \CC\lspan \{ x_1, \dots, x_n \}$$
with bracket $[x_i, x_j ]$ as before.
\end{defn}


\subsection{Example: $\fsu_1(\CC)$ is a real Lie algebra}
Recall $\fsu_1(\CC) = \{ a \in \fsl_1(\CC) | a + \overline{a^t} = 0 \}$ with bracket $[a,b] = ab - ba$. 
So
\begin{eqnarray*}	
	\fs_1(\CC) &=& \{ a \in \CC ~|~ 	a + \bar{a^t} = 0 \} \\
			&=& \{ x + iy 	~|~ 	a,y \in \RR, x + iy + (x - iy) = 0 \} \\
			&=& \{ x + iy 	~|~ 	a,y \in \RR, 2x = 0 \} \\
			&=& \RR i \\
			&=& \RR\linspan\{i\} \textrm{ with bracket $[i,i] = 0$}. 
\end{eqnarray*}
This is a one-dimensional $\RR$-vector space, so has \emph{no hope} of being a complex Lie algebra! So $\fsu_1(\CC)$ is a \emph{real} Lie algebra, not a complex Lie algebra. 

The standard complexification of $\fsu_1(\CC)$\index{complexification! \dots of $\fsu_1(\CC)$} is the Lie algebra 
		$$\CC\lspan\{h\} \qquad \textrm{ with bracket $[h,h] = 0$}$$
	(we use $h$ since, other wise, we would have two $i$'s: the elements are $\alpha h$ where $\alpha \in \CC$, so $\alpha = \alpha_1 + i \alpha_2$).


\subsection{Example: $\fsu_2(\CC)$ has complexification $\fsl_2(\CC)$}
Recall
\begin{eqnarray*}
	\fsl_2 (\CC) &=& \{ A \in \fgl_2(\CC) ~|~ \tr(A) = 0  \} \\
	&=& \CC\lspan\left\{ \left(
			\begin{array}{cc}
				a&b\\
				c&d
			\end{array}\right) ~\Big|~ a+d = 0\right\}\\
		&=& \CC\lspan\left\{  x=\left(
			\begin{array}{cc}
				0&1\\
				0&0
			\end{array}\right), ~~y=\left(
			\begin{array}{cc}
				0&0\\
				1&0
			\end{array}\right), ~~h=\left(
			\begin{array}{cc}
				1&0\\
				0&-1
			\end{array}\right) \right\}.
\end{eqnarray*}
(sometimes people use $e = x$ and $f = y$)

Then
\begin{eqnarray*}	
	[x,y] 	&=& xy - yx \\
		&=& \left(
			\begin{array}{cc}
				0&1\\
				0&0
			\end{array}\right)
			\left(
			\begin{array}{cc}
				0&0\\
				1&0
			\end{array}\right) 
			- 
			\left(
			\begin{array}{cc}
				0&0\\
				1&0
			\end{array}\right)\left(
			\begin{array}{cc}
				0&1\\
				0&0
			\end{array}\right)\\
		&=& \left(
			\begin{array}{cc}
				1&0\\
				0&0
			\end{array}\right)
			-
			\left(
			\begin{array}{cc}
				0&0\\
				0&1
			\end{array}\right)\\
		&=& \left(
			\begin{array}{cc}
				1&0\\
				0&-1
			\end{array}\right) \\
		&=& h.
\end{eqnarray*}
The relations
	$$[x,y] = h, \quad [h,x] = 2x, \quad \textrm{ and }[h,y] = -2y$$
	define $\fsl_2$ (the rest following similarly as above). \index{Lie algebra!examples!$\fsl_n$}

Now,	
\begin{eqnarray*}
	\fsu_2(\CC) &=& \left\{ A \in \fgl_2(\CC) ~\Big|~ \tr(A)=0, ~~ A + \overline{A^t} = 0 \right\} \\
			&=& \left\{  \left(
			\begin{array}{cc}
				a&b\\
				d&c
			\end{array}\right) ~\Big|~  
				a+d = 0,~ 
				a + \bar{a} = 0,~
				d + \bar{d} = 0,~ \textrm{ and } b + \bar{c} = 0 \right\} \\			
			&=& \left\{\left(\begin{array}{cc}
				i\alpha 			& \beta + i\gamma\\
				-\beta + i \gamma 	& -\alpha
			\end{array} \right) ~\Big|~ \alpha, \beta, \gamma \in \RR \right\} 
\end{eqnarray*}
is a \emph{real} Lie algebra with dimension 3 (it \emph{must} be real and not complex since it has odd dimension). To calculate its complexificaiton, let 
\begin{displaymath}
	\sigma_x = \left(
			\begin{array}{cc}
				0&1\\
				1&0
			\end{array}\right), \quad
	\sigma_y = \left(
			\begin{array}{cc}
				0&-i\\
				i&0
			\end{array}\right), \quad \textrm{ and }
	\sigma_z = \left(
			\begin{array}{cc}
				1&0\\
				0&-1
			\end{array}\right).
\end{displaymath}
These are called the \dfn{Pauli matrices} ($\sigma$ is standard notation from physics), and generate $\fsu_2(\CC)$: 
	$$\fsu_2(\CC) =  \RR\lspan\{ i\sigma_x, i\sigma_y, i\sigma_z \}.$$ 
The standard complexification of $\fsu_2(\CC)$ \index{complexification! \dots of $\fsu_2(\CC)$}is 
 \begin{eqnarray*}
 \CC\lspan\left\{  i\sigma_x, i\sigma_y, i\sigma_z \right\} &=&
 		 \CC\lspan\left\{  \sigma_x, \sigma_y, \sigma_z \right\}\\
	 &=& \CC\lspan\left\{ \frac{1}{2}(\sigma_x + i\sigma_y), \frac{1}{2}(\sigma_x - i\sigma_y), \sigma_z \right\} \\
	 &=& \CC\lspan\left\{ x, y, z \right\} \\
	 &=& \fsl_2(\CC).
\end{eqnarray*}


\paragraph{The moral} If you are a ``hardcore Lie theorist'' you \emph{only} know $\fsl_2 (\CC)$. If you are a ``hardcore physicist'' you \emph{only} know $\fsu_2 (\CC)$. If you are a ``hardcore number theorist'' you \emph{only} know $\fsl_2 (\RR) = \RR\lspan \{ x,y,h \}$ with bracket the same. The moral of the story is don't be so hardcore.



%--------------------------------------------------------------------------------------------------------------------------%
~\\ \\
\section{Derivations (Fri. Sept 14 \& Mon. Sept 17)}	
%\section{Fri. 9/14}	
\paragraph{Rob's questions: Why are Lie Algebras a natural object?}
\begin{itemize}
	\item[]Attempt 1: Same reason that going to see ``March of the Penguins'' was a natural thing to do. 	\item[]Attempt 2: There are connections to Lie groups. We don't totally understand this connection, but they arise in this way. 
	\item[]Attempt 3: A connection to quantum mechanics comes into play... not that Quantum Mechanics is such a ``natural'' thing...
	\item[]Attempt 4: The work of Dick Hain [\ref{Dick_Hain}] (one of the coolest people in the world these days) uses free Lie algebras to study modular forms.
	\item[]Attempt 5: Today! Derivations...
\end{itemize}



\begin{defn}
Let $A$ be an algebra. A \dfn{derivation} of $A$ is a linear map $\d: A \to A$ (linear means I only have to define it on the basis) such that
$$\d(ab) = \d(a) b + a \d(b), \textrm{ for } a,b \in A.$$
Let \index{derivation!$\Der$}$\Der A$ be the space of derivations of $A$. 
\end{defn}

\begin{thm}$\Der A$ is a Lie algebra with bracket
	$$[\d_1, \d_2] = \d_1 \d_2 - \d_2 \d_1.$$
\end{thm}
	\begin{proof}
	Check that the bracket of two $\d$'s satisfies the product rule:
		\begin{eqnarray*}
		[\d_1, \d_2] (ab) &=& (\d_1 \d_2 - \d_2 \d_1)(ab) \\
				&=& (\d_1\d_2)(ab) - (\d_2 \d_1)(ab)\nonumber\\
				&=& \d_1\big(\d_2(a) \cdot b + a  \cdot \d_2(b) \big) - \d_2 \big( \d_1(a) \cdot b + a \cdot \d_1(b) \big)\nonumber\\
				&=& \Big( \d_1\d_2(a) \cdot b + \d_2(a) \cdot \d_1(b) + \d_1(a) \cdot \d_2(b) + a \cdot (\d_1\d_2)(b)\Big) \nonumber\\
				&&	-\Big(  (\d_2 \d_1)(a) \cdot b + \d_1(a) \cdot \d_2(b) + \d_2 (a) \cdot \d_1 (b) + a \cdot (\d_2 \d_1)(b)\Big)\nonumber\\
				&=& (\d_1\d_2)(a) \cdot b + a \cdot (\d_1\d_2)(b) - (\d_2 \d_1)(a) \cdot b - a \cdot (\d_2 \d_1)(b) \nonumber\\
				&=& \big(\d_1\d_2 - \d_2 \d_1\big)(a) \cdot  b + a \big(\d_1\d_2 - \d_2 \d_1 \big)(b)\\
				&=&[\d_1, \d_2] (a) \cdot b + a \cdot [\d_1, \d_2] (b) \nonumber
		\end{eqnarray*}
	\end{proof}

\subsection{Example: $A = \CC[x]$}
	Let $d \in \Der A$.
	 Then
	 \begin{eqnarray*}
	 	\d(x^2) &=& \d(x) x + x \d(x) = 2x \cdot \d(x).\\
		\d(x^3) &=& \d(x) x^2 + x \d(x^2) \\
			&=& \d(x) x^2 + x \cdot 2x \cdot \d(x) \\
			&=& 3x^2 \cdot \d(x).\nonumber\\
		\d(x^k) &=& k x^{k-1} \cdot \d(x).
	 \end{eqnarray*}
Since $\CC[x]$ has basis $\{1, x, x^2, \dots \}$, any derivation $d \in \Der \CC[x]$ is determined by your choice of $d(x)$. But $$d: \CC{x} \to \CC[x],$$
so $\d(x)$ can be any element of $\CC[x]$. So 
	$$\Der \CC[x] = \CC[x]\textrm{-span}\left\{ {\partial \over \partial x} \right\}, \qquad \textrm{ where ${\partial \over \partial x} x^k = k x^{k-1}$}.$$
For example 
	$$	\d = (x^2 + 7x +2) \left({\partial \over \partial x}\right).$$	
Note: $\dim_{\CC[x]} \Der \CC[x] = 1$.

\subsection{Example:  $A = \CC[x, x^{-1}]$}
Later

\subsection{Example: $A = U\fh$, where $\fh$ is abelian}
	Let $\fh$ be a vector space with basis $x_1, \dots x_n$ and bracket $[x_i, x_j] = 0$. The enveloping algebra of $\fh$ is 
	$$U\fh = \CC[x_1, \dots, x_n].$$
	(one way to think about polynomial rings!)
	
\subsection{Example: the Heisenberg Lie algebra}
	Let $\CC$ be an arbitrary field. Let $\fh$ be a vector space with basis $x_1, \dots, x_n$ and let
	$$\fh^* = \Hom(\fh, \CC)$$
	be the \emph{dual}\index{Lie algebra!dual} (also a vector space) with basis ${\partial \over \partial x_1}, \dots, {\partial \over \partial x_n}$. Note:  we're borrowing notation from calculus: instead of writing $x_i^*$, we write ${\partial \over \partial x_i}$. It is certainly a dual basis, since ${\partial \over \partial x_i}x_j = \delta_{ij}$. Why our notation makes sense:
	\begin{eqnarray*}
		\left(x_i {\partial \over \partial x_j} - {\partial \over \partial x_j} x_i \right) f
				&=& x_1 {\partial \over \partial x_j} f - {\partial \over \partial x_j} x_i f\\
				&=& x_i {\partial \over \partial x_j} f - \left(\delta_{ij} f + x_i {\partial \over \partial x_j}  \right)f\\
				&=& -\delta_{ij} f.
	\end{eqnarray*}

\begin{defn}
The \dfn{Heisenberg Lie algebra} $\fg$ is
	 is 
		$$ \fg = \fh \oplus \fh^* \oplus \CC c$$
	(so has basis $x_1, \dots, x_n, {\partial \over \partial x_1}, \dots, {\partial \over \partial x_n}, c$) with bracket 
	$$[c,y] = 0, \qquad 
		[x_i, x_j] = 0, \qquad 
		\left[{\partial \over \partial x_i}, {\partial \over \partial x_j}\right]= 0,$$
	$$  \left[x_i, {\partial \over \partial x_j}\right] =  c{\partial \over \partial x_j} (x_i) = c\delta_{ij}$$
  for all $y\in \fg$.
 \end{defn}
\noindent Note that \dfn{center} of a Lie algebra $\fg$ is 
$$Z(\fg) = \{ z \in \fg ~|~ [z, y]=0 \textrm{ for all } y \in \fg \}.$$
So these relations are mostly saying that the Heisenberg Lie algebra is mostly abelian. \\ \\


The enveloping algebra of $\fg$ is the \dfn{Weyl algebra}. It has generators  $x_1, \dots, x_n, {\partial \over \partial x_1}, \dots, {\partial \over \partial x_n}, c$ with relations 
	$$x_i x_j = x_j x_i, \qquad 
		{\partial \over \partial x_i} {\partial \over \partial x_j}= {\partial \over \partial x_j} {\partial \over \partial x_i}, $$
	$$c x_i = x_i c, \qquad
		c  {\partial \over \partial x_j} =  {\partial \over \partial x_j} c,$$  
	$$ {\partial \over \partial x_i} x_j = x_j  {\partial \over \partial x_j} + \delta_{ij}c.$$
Elements of Weyl algebra are linear combinations of 
	$$c^{\ell}x_1^{m_1} \cdots x_n^{m_n} \left( {\partial \over \partial x_1}\right)^{\ell_1} \cdots  \left({\partial \over \partial x_n}\right)^{\ell_n},$$ i.e. polynomial coefficient differential operators.




%--------------------------------------------------------------------------------------------------------------------------%
~\\ \\
\section{Birds and bees of Lie groups and their algebras (Wed. 9/19)}
 \begin{defn} Let $G$ be a group, and define 
 	$$ \mu: G \times G \to G  \qquad \textrm{ via } (g_1, g_2) \mapsto g_1 g_2$$
		\begin{center}and\end{center} 
	$$ \iota: G  \to G  \qquad \textrm{ via } g  \mapsto g^{-1}.$$
 	\begin{enumerate}
		\item $G$ is a \dfn{topological group} if it is also a topological space and $\mu$ and $\iota$ are continuous maps.
		
		\item $G$ is a \dfn{Lie group} if it is also a manifold and  $\mu$ and $\iota$ are smooth maps.

		\item $G$ is a \subdfn{Lie group}{complex Lie group} if it is also a complex manifold and  $\mu$ and $\iota$ are holomorphic functions.
		
		\item $G$ is a \dfn{linear algebraic group} if it is also an \index{variety!affine}affine variety and  $\mu$ and $\iota$ are regular functions.

		\item $G$ is a \dfn{group scheme} if it is also a scheme and  $\mu$ and $\iota$ are morphisms of schemes.
	
	\end{enumerate}
 \end{defn}
 
\begin{remark*} About these maps:
	\begin{enumerate}
		\item A \subdfn{functions}{continuous} map is just a morphism of topological spaces \index{category!morphisms!...of topological spaces}.
		\item A \subdfn{functions}{smooth} map is just a morphism of manifolds\index{category!morphisms!...of manifolds}. Really, ``smooth'' tells me that I can take derivative. So viewing manifolds with respect to their morphisms, what I care about is not that they look locally like $\RR^n$, but rather that I know what derivatives look like.
		\item A \subdfn{functions}{holomorphic} function is just a morphism of complex manifolds\index{category!morphisms!...of complex manifolds}. What's special about the ``complex'' of complex manifolds? In $\CC$, we have complex conjugation, giving it a complex structure. Holomorphic functions additionally preserve complex conjugation.
		\item A \subdfn{functions}{regular} function is just a morphisms of varieties\index{category!morphisms!...of varieties}, rather, things that look like polynomials.
	\end{enumerate}
\end{remark*}

The above definitions seem to follow a categorical feel! Another way of talking about this idea is via ``ringed'' objects: 
A  \index{ringed space/group}\emph{ringed space} $(X, \cO_X)$ is a topological space $X$  with a space of functions $\cO_X$ on $X$. A \dfn{tangent vector} to $X$ at an element $x$ is a linear map
	$$\xi_x : \cO_X \to \FF, \qquad 
\textrm{ satisfying } \qquad
	\xi_x(f_1 f_2) = \xi_x(f_1)\cdot f_2(x) + f_1(x)\cdot \xi_x(f_2),  $$
	for $f_1, f_2 \in \cO_X$ (so it's almost a derivation). Now, usually in freshman calculus, we make this mistake:
		$$ \underbrace{{d \over dx} (x^3 + 2x +1)}_{function} = \underbrace{\lim_{h \to 0} \cdots}_{number},$$ where we treat the right side as a function instead. A \dfn{vector field} on $X$ is a derivation of $\cO_X$, i.e. a linear map $\d: \cO_x \to \cO_x$ such that
		$$\d(f_1 f_2) = \d(f_1)\cdot f_2(x) + f_1(x)\cdot \d(f_2), $$
		for $f_1, f_2 \in \cO_X$. 
		
	Let $(G, \cO_G)$ be a ringed group (totally unstandard phrase, but it seems to be the right thing to call it). Then $G$ acts on $\cO_G$ by (left) \dfn{regular action}:
		$$(L_g f)(h) = f(g^{-1} h) \qquad \textrm{for } h \in G, $$
	and right translation
		$$(R_g f)(h) = f(hg) \qquad \textrm{for } h \in G. $$
	Notice, $R_g$ is actually a \emph{left} action:
	\begin{eqnarray*}
		(R_g R_{g'} f)(h) &=& (R_{g'} f)(hg) \\
			&=& f(hg g')\\
			&=& (R_{gg'} f) (h).
	\end{eqnarray*}
A \index{vector field!left invariant}\emph{left invariant vector field} is a derivation $$\d: \cO_G \to \cO_G, \quad \textrm{ such that } \quad L_g \d L_{g^-1} = \d.$$ (A  \index{vector field!right invariant}\emph{right invariant vector field} is a derivation $\d: \cO_G \to \cO_G$ such that $R_g \d R_{g^-1} = \d$.)

Suppose d is left invariant, and let $\d_g$ be the tangent vector at $g \in G$, given by 
$$\d_g f = (\d f)(g).$$
 Notice that if $\d$ is left invariant, then $\d$ is determined by $\d_1$:
	\begin{eqnarray*}
	\d_g f &=& (\d f) (g) \\
		&=& (L_{g^{-1}} \d f)(1) \\
		&=& (L_{g^{-1}} \d L_{g} L_{g^{-1}}  f)(1) \\
		&=& (\d L_{g^{-1}} f)(1) \\
		&=& \d_1 (L_{g^{-1}} f).
	\end{eqnarray*}
Now let 
	$$T_1(G) = \{ \textrm{tangent vectors to $G$ at 1} \}.$$ So 
	$$\{ \textrm{ left invarient vector fields on $G$}\} \leftrightarrow T_1(G),$$
 	and so 
	$$\{ \textrm{ left invarient vector fields on $G$}\} \subset \Der(\cO_G).$$
	Recall that $\Der(\cO_G)$ is a Lie algebra under $[\d, D] = \d D - D \d$ for $\d, D \in \Der(\cO_X)$.
Moreover, if $\d, D \in \Der(\cO_G)$ are left-invarient, then $[\d, D]$ is also left invariant. So the set of  left invarient vector fields on $G$ is a Lie subalgebra of $\Der(\cO_G)$. So finally, if $(G, \cO_G)$ is a ringed group, then the \emph{Lie algebra of the group $G$}\index{Lie algebra!...of a group} is $\{ \textrm{ left invarient vector fields on $G$}\}$ ($=T_1(G)$). (take a tangent vector to the point 1, and move it around by $G$; since that movement is a morphism, and get out a whole vector field).
	
	\paragraph{For next time:}  A \dfn{one parameter subgroup} is a morphism $\gamma: \RR \to G$. Very fiew of these! Example: find all group homomorphisms $\gamma: \RR \to \GL_1(\CC)$.
	
	
	
	
	
\section{Birds and bees, part 2 (Fri. 9/21 and Mon. 9.24)}

The \emph{Lie algebra} of $G$ is $\fg = T_1(G) = \{ \textrm{tangent vectors to $G$ at $1$}\}$ with bracket obtained by identifying $T_1(G)$ with the set of left invariant vector fields on $G$ with is a Lie subalgebra of $\Der(\cO_G)$. So we have a map from Lie groups to Lie algebras. THis is a functor!

Let $G$ is a Lie group. A \dfn{one parameter subgroup} of $G$ is a morphism $$\gamma: \RR \to G$$	
	(our favorite Lie group is $\RR$ under the operation \emph{addition}).
	
	\paragraph{Example. } What are the one parameter subgroups of $\GL_1(\CC) = \CC^*$:
		$$\gamma: \CC \to \GL_1(\CC)?$$
	Well, what are the group homomorphisms $\gamma: \RR \to \GL_1(\RR)$, ie.e $\gamma(s + t) = \gamma(s) + \gamma(t)$?
	So $\gamma(t) = a_0 + a_1t + a_2 t^2 + \cdots$. We want $\gamma(s + t) = \gamma(s) + \gamma(t)$. The expansion of the left side is
		$$a_0$$
		$$+ a_1 s + a_1 t$$
		$$+a_2 s^2 + 2 a_2 st + a_2 t^2$$
		$$+ a_3 s^3 + 3 a_3 s^2 t + 3 a_3 s t^2 + a_3 t^3 $$
		$$+ a_4 s^4 + 4 a_4 s^3 t + 6 a_4 s^2 t^2 + 4 a_3 s t^3 + \cdots $$
The expansion of the right side is
		$$a_0^2$$
		$$+ a_1 a_0 s + a_1 a_0 t$$
		$$+a_2 a_0 s^2 +  a_1^2 st + a_0 a_2 t^2$$
		$$+ a_3 a_0 s^3 +  a_2 a_1 s^2 t +  a_2 a_1 s t^2 + a_0 a_3 t^3 $$
		$$+ a_4 a_0 s^4 +  a_3 a_1 s^3 t +  a_2^2 s^2 t^2 + a_1 a_3 s t^3 + \cdots .$$
		
	So either $0=a_0 = a_1 = a_2 = \cdots$, or 
	\begin{eqnarray*}
		a_0 &=& 1 \\
		a_1 &=& a_1 \\
		a_2 &=& {1 \over 2} a_1^2 \\
		a_3 &=& {1 \over 3} a_2 a_1 = {1 \over 3! } a_1^3\\
			&\vdots&	
	\end{eqnarray*}
		So there is a (almost) unique one-parameter subgroup $\gamma: \RR \to \GL(\RR)$ given by $\gamma(t) = e^{a_1 t}$ for each $a_1 \in \RR$. Really, the one-parameter subgroup is the function, but we like to actually think about it as the image of $\gamma$, which is a subgroup of $G$ (which looks locally like $\RR$ near the identity.
		
		Now suppose $\gamma: \RR \to G$ is a one parameter subgroup.  Define $\gamma_1$ as a tangent vector to $1$ by
		$$(\gamma_1 f) = \lim_{t \to 0} \frac{f(\gamma(t)) - f(\gamma(0))}{t - 0}$$
		(just some convenient derivation. There are many of them, but this is one that we know a lot about). To Check that this is a tangent vector, we need to check
		$$\gamma_1 (f_1 f_2) = f_1(1) (\gamma_1 f_2) + (\gamma_1 f_1) f_2 (1). $$
So now we have a map from one parameter subgroups of $G$ to $T_1(G)$ via
	$$\gamma \mapsto \gamma_1.$$
	Is this invertible? Baby example: 
		$$\{ \textrm{tangent vectors at 1 in $\GL_1(\CC)$} \} \leftrightarrow \{ \textrm{one parameter subgroup of $\GL_1(\CC)$}\}$$
		$$ a_1 \mapsto e^{a_1 t}.$$
So left invariant vector fields on $G$ are tangent vectors at 1 to $G$ are one parameter subgroups of $G$. We have a functor from Lie groups $G$ to  Lie algebras $\fg$. 


\subsection{Example: $\fgl_n$ maps to $\GL_n$ under exponentiation}\index{Lie group!general linear group, $\GL_n$}\index{Lie algebra!examples!$\fgl_n$}
Recall:
\begin{eqnarray*}
	\GL_n(\CC) &=& \{ g \in M_n(\CC) ~|~ g^{-1} \textrm{ exists } \}, \textrm{ and }\\
	\fgl_n(\CC) &=& M_n(\CC) \textrm{ has basis } \{E_{ij} ~|~ 1 \leq i,j \leq n \}
\end{eqnarray*}
	where $E_{ij}$ has a 1 in the $(i,j)$ entry and 0 elsewhere. so we have a map from $\fgl_n(\CC)$ to the one-parameter subgroups of $\GL_n(\CC)$ via $E_{ij} \mapsto e^{t E_{ij}}$. If $i \ne j$, then
	\begin{eqnarray*}
	e^{t E_{ij}} &=& 1 + tE_{ij} + {t^2 \over 2!}E_{ij}^2 + {t^3 \over 3!} E_{ij}^3 + \cdots \\
			&=& 1 + tE_{ij} + 0 + 0 + \cdots \\
			&=& 
				 ~~~~~\begin{array}{ccccc}
				  	&   	&  	& i 	&\\
				  	&   	&  	& \downarrow 	&\\
				\end{array}\\
			&&	
				\left(
				\begin{array}{cccc}
				   1	&  	 	&		&	\\
				   	&\ddots	& t    		&	\\
				   	&  		&\ddots	&	\\
				   	&  		&    		& 1
				\end{array}\right)
				\begin{array}{c}
				  ~\\
				\leftarrow j\\
				 ~\\
				 ~								  
				\end{array}\\
			&=& x_{ij}.
	\end{eqnarray*}
If, on the other hand, $i=j$, we have 
	\begin{eqnarray*}
	e^{t E_{ii}} &=& 1 + tE_{ii} + {t^2 \over 2!}E_{ii}^2 + {t^3 \over 3!} E_{ii}^3 + \cdots \\
			&=&1 + tE_{ii} + {t^2 \over 2!}E_{ii} + {t^3 \over 3!} E_{ii} + \cdots \\
			&=&\left(\begin{array}{cccccccc}
				   1	&  	 	&	&	& 	& 		&  	\\
				   	&\ddots	&    	&	& 	& 		&  	\\
				   	&  		&1	&	& 	& 		&  	\\
				   	&  		&    	& e^t & 	& 		& 	\\
				   	&  		&    	&    	&1	&  		& 	\\
				   	&  		&    	&	& 	&\ddots 	&  	\\
				   	&  		&    	&  	& 	& 		& 1	\\
				\end{array}\right)\\
			&=& h_i(e^t).
	\end{eqnarray*}
Let $G$ be a Lie group and let $\fg$ be the Lie algebra. Let $\{x_1, \dots, x_n \}$ be a basis of $\fg$, and so $e^{t x_1}, \dots, e^{tx_n}  $ are one-parameter subgroups in $G$. The $x_{ij}(t)$ and $h_i(t)$ are the \dfn{elementary matrices} for $G$. 
	\begin{thm}[Linear algebra theorem 1]
	\label{thm:LA1}
		The elementary matrices generate $\GL_n(\CC)$.
	\end{thm}

\subsection{Example: $\cO_n(\CC)$}

Let $G = \cO_n(\CC) = \{ g \in \GL_n(\CC) ~|~ g g^t = 1 \}$. There is a Very Important map,
	$$\det: \GL_n(\CC) \to \GL_1(\CC)$$
	with the Very Important property that it is a homomorphism (and therefore a representation). Really, it is a polynomial function:
	$$\det (a_{ij}) = \sum_{w \in S_n} (-1)^{\ell(w)} a_{1 w(1)} \cdots a_{n w(n)}, $$
	so it is any kind of function that we want it to be (holomorphic, continuous, whatever). Here,
	$$\det: \cO_n(\CC) \twoheadrightarrow \{ \pm1 \} \quad \textrm{ since } \det(g)^2 = 1$$
		for $g\in \cO_n(\CC)$ (certainly, this map is surjective, since if
			$$s_1 =  \left(\begin{array}{ccccc}
				   0	&  1	&	&		& 	\\
				   1	&  0	&    	&		& 	\\
				   	&  	&1	&		& 	\\
				   	&  	&    	& \ddots 	& 	\\
				   	&  	&    	&    		&1	\\
				\end{array}\right),$$
	then $\det s_1 = -1$).
	
	Topologically, $\SO_n(\CC)$ and $s_1 \SO_n (\CC)$ are the same, and $\cO_n$ is the disjoint union of the two, with the identity sitting inside of $ \SO_n (\CC)$. $\Lie(\cO_n) =  \textrm{Lie algebra of $\cO_n$} = T_1(\cO_n(\CC)) = T_1(\SO_n(\CC)) $ (since the identity is in $\SO_n(\CC)$).
	So we have a functor from Lie groups to Lie algebras via $G \mapsto T_1(G) = \fg$. 
	
	In the last example, theorem [\ref{thm:LA1}] gave us that the exponentiation map took us the other direction surjectively. However, in this case, exponentiation won't get us into the  $s_1\SO_n (\CC)$ component, so this theorem certainly is not true in general!
	
%--------------------------------------------------------------------------------------------------------------------------%
~\\ \\
\section{The Virasoro algebra and the beginning of its motivation (Wed. 9/26)}
	Example: If $\d \in \Der(\CC[x])$ the $\d(x^k) = k x^{k-1} \d(x)$, $k\in\ZZ_{\geq 0}$, where $\d(x) \in \CC[x]$. So $\Der(\CC[x]) = \CC[x] \linspan\{ {\partial \over \partial x} \}$ and has a $\CC$ basis $x^k  {\partial \over \partial x}$.
	
	Example:  If $\d \in \Der(\CC[x, x^{-1}])$ the $\d(x^k) = k x^{k-1} \d(x)$, $k\in\ZZ$, where $\d(x) \in \CC[x, x^{-1}]$. So $\Der(\CC[x, x^{-1}]) = \CC[x, x^{-1}] \linspan\{ {\partial \over \partial x} \}$ and has a $\CC$ basis $x^k  {\partial \over \partial x}$.
	
	Step back and thing about the geometry for a moment: 
		$$\CC[x, x^{-1}] = \cO_X = \textrm{functions on $S^1$}.$$
		since $S^1 = \{e^{i \theta} ~|~ 0 \leq \theta < 2\pi \} = \{ z ~|~ z \in \CC, |z| = 1 \}$. A functions on $S^1$ is a functions of $z$. 
	 	If $z \mapsto z^{-1}$ is allowed, then your favorite set of functions includes $\CC[x, x^{-1}$.
		(Another way to think of is is functions on $\CC \setminus 0$ is the same as functions on the circle).
		
		The \dfn{Witt algebra} is the Lie alebra with basis $\dots, L_{-2}, L_{-1} ,L_{0}, L_{1}, L_{2}, \dots$ and bracket $[l_m, L_n] = (m-n)L_{m+n}$. Do the computation:
		If $L_m = -x^{m+1} {\partial \over \partial x}$, then
		\begin{eqnarray*}
			[L_m, L_n] &=& [-x^{m+1}{\partial \over \partial x}, -x^{n+1} {\partial \over \partial x}]\\
				&=&(-x^{m+1}{\partial \over \partial x})(-x^{n+1}{\partial \over \partial x}) - (-x^{n+1}{\partial \over \partial x})(-x^{m+1}{\partial \over \partial x})\\
				&=& (x^{m+1}{\partial \over \partial x})(x^{n+1}{\partial \over \partial x}) - (x^{n+1}{\partial \over \partial x})(x^{m+1}{\partial \over \partial x})\\
				&=& x^{m+1}((n+1)x^{n}{\partial \over \partial x} + x^{n+1}{\partial^2 \over \partial x^2}) - x^{n+1}((m+1)x^{m}{\partial \over \partial x}+ x^{m+1}{\partial^2 \over \partial x^2})\\
				&=&(n+1)x^{m+n+1}{\partial \over \partial x} - (m+1) x^{n+m+1}{\partial \over \partial x}\\
				&=& (m-n)(-x^{m+n+1} {\partial \over \partial x})\\
				&=& (m-n) L_{m+n}.
		\end{eqnarray*}	
	(one could have begun by just defining the Witt algebra, but it is good to understand the geometry hiding in the background).
	
	The \dfn{Virasoro algebra} is the Lie algebra with basis 
		 $$\dots, L_{-2}, L_{-1} ,L_{0}, L_{1}, L_{2}, \dots, \textrm{ and } c$$
		and bracket 
		$$[c, y] = 0, \textrm{ for any $y \in \fg$, }$$ $$[L_m, L_n] = (m-n)L_{m+n} + \delta_{m, -n} \frac{1}{12}(m^3 - m)c.$$
		 Bam! What's with the $\frac{1}{12}$?? No one really knows. It's a very natural and interesting question, and it comes up in a lot of places, but it's not clear why it keeps popping up. 

	Where does this come from? We saw $c$ before, in the Heisenberg Lie algebra. It had basis
		$x_1, \dots, x_n, {\partial \over \partial x_1}, \dots, {\partial \over \partial x_n}, c$with bracket 
	$$[c,y] = 0, \qquad 
		[x_i, x_j] = 0, \qquad 
		\left[{\partial \over \partial x_i}, {\partial \over \partial x_j}\right]= 0,$$
	$$  \left[x_i, {\partial \over \partial x_j}\right] =  c{\partial \over \partial x_j} (x_i) = c\delta_{ij}$$
  for all $y\in \fg$.

 \subsection{Semidirect products}
	Let $\fg$ be a Lie algebra. Let $\fd$ be a Lie algebra actions on $\fg$ by derivations (i.e. $\d([x,y]) = [\d x, y] + [x, \d y]$). The \dfn{semidirect product},  $\fd \rtimes \fg$, is $\fg \oplus \fd$ with bracket $[\d, x] = \d(x)$ for $\d \in \fd, x \in \fg$. 
	Let $R$ be a ring and $G$ be a group which acts on $R$ by automorphisms. The \dfn{semidirect product}  $R \rtimes G$, is the algebra 
	$$ R \rtimes G = \{ \sum_{g \in G} r_g g ~|~ r_g \in R \}$$
	with blah given by $(r_1 g_1)(r_2 g_2) = r_1 g_1(r_2) g_1 g_2$. 	
	In Math 541, $\CC(G \rtimes H) = \CC G \rtimes H.$	
(aut is to grps as der is to lie alg)

\subsection{Representations}			
	A \dfn{representation} of $G$ is a homomorphism $G \to \GL(M)$. We use $M$ instead of $V$, since we want to see it as a module: as soon as we have a map from $G$ in to maps on $V$, we get an \emph{action} of $G$ on $V$, so $V$ is actually a module. So really, a representation of $G$ ``is'' a $G$-module $M$. A \subdfn{module}{simple} module is a module with no (stupid) submodules. Many representations ($G$-modules) have the form 
	$$M = M_1 \otimes M_2 \otimes \cdots .$$
We'd like the $M_i$ to be simple. The problem is to find the simple modules. THe phiosophy: If I know the simple $R$-modules and thie simple $G$-modules, I should be able to build the simple $R \rtimes G$-modules. This is true, but takes work. This work is called \dfn{Clifford Theory} (like ``row reduction,'' it is an algorithm).

	
%--------------------------------------------------------------------------------------------------------------------------%
~\\ \\
\section{Centralizers and central extensions (Fri. 9/28)}
A \dfn{representation} is a module. A \dfn{module} is a vector space with an action $A$ (a group, and algebra, a Lie algebra, etc). A \subdfn{module}{simple} module is a module with no submodules except, of course, 0. A module $M$ is \subdfn{module}{decomposable} if 
		$$M = M_1 \otimes M_2 \quad \textrm{ as $A$-modules}.$$
If $a \in A$ then the matrix of the action of $a$, $a_M$ on $M$ is \emph{block-diagonal} in the correct basis. We could also hope for get it into Jordan canonical form, though we have to be careful of our context. Often it is impossible to block-diagonalize , but it is often possible to triangularize $a_M$ so it is almost block-diagonal, but stuff all above the diagonal (again, in some good basis of $M$.) If it is possible for all $a \in A$ simultaniously then $M$ has a submodule $M_1$. $M$ is \subdfn{module}{indecomposable} if $M \neq M_1 \oplus M_2$ as$A$-modules.

Let $M$ be an $A$-module. The \dfn{centralizer algebra} of $M$ 
	$$\End_A(M) = \{ \varphi M \to M ~|~  \varphi a_M = a_M \varphi \textrm{ for all } a\in A \}$$
which is an algebra under composition.
\begin{lemma}[Schur]
	Let $A$ be a $\CC$-algebra.If $M$ is simple, then
		$$\End_A(M) = \CC.$$
\end{lemma}
\begin{proof}
Assume $M$ has no submodules (simple and irreducible are the same word). Let $\varphi: M \to M$ ne in $\End_A(M)$. Then $\ker \varphi$ is a submodule of $M$  and $\im \varphi$ is a submodule of $M$. So, since $M$ is simple,  $\ker \varphi = 0$ or  $\ker \varphi = M$ and $\im \varphi = 0$ or  $\im \varphi = M$. So either $\varphi=0$ or $\varphi$ is an isomorphism. Let $c$ be an eigenvalue of $\varphi$. Then $c \id_M \in \End_A(M)$, so $\varphi - c \id_M \in \End_A(M)$. The point of this is that by construction $\varphi - c \id_M$ is not invertible (since $\varphi$ has an eigenvalue in common with $c \id_M$, so  $\varphi - c \id_M$ has an eigenvalue of $0$). Therefore $\varphi - c \id_M =0$. So $\varphi = c \id_M$.
\end{proof}

Something which commutes with the action of $A$ acts on a simple module by a constant. 
\paragraph{Aside }
In physics: charge means exactly this constant: there is some simple module and some operator which commutes with the symmetries, so there is some constant called the charge.


Where do we find these things which act like constants? 
	$$Z(A) = \{ z \in A ~|~ za = az \textrm{ for all } a \in A \}$$
	is the \dfn{center} of $A$.
	
	If you have an operator $z$ that commutes with the $A$ action and it's not in $Z(A)$ then make $A$ bigger so that is \emph{is} in the center. 
	
\subsection{Central extensions} 
	Let $\fg$ be a Lie algebra and let $\fc$ be an abelian Lie algebra (i.e. $[c_1, c_2] = 0$ for $c_1, c_2 \in \fc$). A \dfn{central extension}  of $\fg$ by $\fc$ is a Lie algebra $junk = \fg \otimes \fc$ such that $\fc \subset Z(junk)$ and if $x,y \in \fg$, then $\tilde[ x, y \tilde] = [x,y] + \varphi(x,y)$ with $\varphi \in \fc$.  So to specify a central extension we must specify $\varphi: \fg \times \fg \to \fc$. There are conditions on $\varphi$ if we want $junk$ to be a Lie algebra. 
	
%--------------------------------------------------------------------------------------------------------------------------%
~\\ \\
\section{Lie algebra cohomology (Mon. 10/1)}
First, we need some linear algebra. Let $V$ be a vector space. Any real person thiks about a vector space in terms of its vector space, so pick one: let $b_1, \dots, b_n$ be a basis. The \dfn{tensor algebra} on $v$ is 
	$$T(V) =  \bigoplus_{k \in \ZZ_{\geq 0}} V^{\otimes k}$$
where $V^{\otimes k}$ has a basis $\{ b_{i_1} \otimes \cdots \otimes b_{i_{k}} ~|~ 1 \leq i_1, \dots, i_k \leq n \}$ and product 
	$$(b_{i_1} \otimes \cdots \otimes b_{i_{k}}) \cdot (b_{j_1} \otimes \cdots \otimes b_{j_{\ell}}) = b_{i_1} \otimes \cdots \otimes b_{i_{k}} \otimes b_{j_1} \otimes \cdots \otimes b_{j_{\ell}}.$$
Sometimes we write $T^k(V)$ for $V^{\otimes k}$, or $V^{\otimes k} = V \otimes \cdots \otimes V$. The tensor algebra is the free associative algebra generated by $b_1, \dots, b_n$. If $V$ has basis $b_1, \dots, b_n$ and $W$ has basis $c_1, \dots, c_m$, then $V \otimes W$ has basis $\{ b_i \otimes c_j ~|~ 1 \leq i \leq n, 1\leq j \leq m \}$.

Let $A$ be an $n \times n$ matrix, i.e. $A \in \End(V)$, and let $B$ be an $m \times m$ matrix, i.e. $B \in \End(W)$. Denote $A \otimes B$ matrix of the element of $\End(V \otimes W)$ which is given by $(A \otimes B) (v \otimes w) = Av \otimes Bw$ for $v \in V, w \in W$. $A \otimes B$ has entries $(a_{ij} b_{k \ell})$ if $A = (a_{ij})$ and $B = (j_{k \ell})$. If $A \in \End(V)$ then $A^{\otimes k} = A \otimes \cdots \otimes A$ is an elements of $\End(V^{\otimes k})$. So $T^k$ maps vector spaces to vector spaces, and is a functos. The \dfn{exterior algebra} is the quotient of $T(V)$ be the relations $v_1 \wedge v_2 = -v_2 \wedge v_1$. Let 
	$$ \bigwedge V= \bigoplus_{k \in \ZZ_{\geq 0}} \bigwedge^{k} V$$
and
	$\bigwedge^{k} V$ has basis $\{ b_{i_1} \wedge \cdots \wedge b_{i_k} ~|~ 1 \leq i_1 < \cdots < i_k \leq n \}$. (everything is bi-linear). So $\bigwedge^k$ as a map from vector spaces to vectpr spaces is a functor. 
	
	The \dfn{symmetric algebra} is the quotient of $T(V)$ by the relations $v_1 v_2 = v_2 v_1$ for $v_1, v_2 \in V$. Let
		$$S(V) = \bigoplus_{k \in \ZZ_{\geq 0}} S^k(V).$$
	So $S^k$ maps vector spaces to vector spaces, and is a functor:
		$$S(V) = \CC[b_i, \dots, b_n].$$
		
		
		
For example,  $\bigwedge^{n} V$ has basis $\{ b_{i_1} \wedge \cdots \wedge b_{i_n} ~|~ 1 \leq i_1 < \cdots < i_n \leq n \}$, so $\bigwedge^{n} V$ has basis $\{ b_{1} \wedge \cdots \wedge b_{n}\}$. Note that if $w \in S_n$ then $ b_{w(1)} \wedge \cdots \wedge b_{w(n)} = (-1)^{\ell(w)}$ where 
	$$S_n \to \{ \pm 1 \}$$
	$$w \mapsto (-1)^{\ell(w)}$$
	is the sign homomorphism and $A(b_{1} \wedge \cdots \wedge b_{n}) = A b_{1} \wedge \cdots \wedge A b_{n} = \sum_{1 \leq j_i, \dots j_n \leq n} a_{j_1}1b_{j_1} \wedge \cdots \wedge a_{j_n}nb_{j_n} = \sum_{j_i distinct} a_{j_1}1 \cdots  a_{j_n}n(b_{j_1} \wedge \cdots \wedge b_{j_n} ) = \sum_{j \in S_n} (-1)^{\ell(w)} a_{j_1}1 \cdots  a_{j_n}n(b_{1} \wedge \cdots \wedge b_{n} )  = \det A(b_{1} \wedge \cdots \wedge b_{n} )$. So $\bigwedge^n A = \det (A)$ if $A \in \End(V)$ and $\dim V = n$.
	
Let $\fg$ be a Lie algebr. Let $M$ be a $\fg$-module, i.e. $M$ is a vector space iwht an action of $\fg$, 
		$$\fg \otimes M \to M$$
		$$(x, m) \mapsto xm$$
		such that if $x,y \in \fg$, $m \in M$ then $(xy - yx)m = [x,y]m$, i.e. $M$ is a $U\fg$-module.
		
The cohomology of $\fg$ wiht coefficients in $M$ is the cohomology of the complex 
		$$ \cdots \to C^i( \fg, M) \stackrel{\d}{\to} C^{i+1}( \fg, M) \to \cdots$$
		where $C^i( \fg, M)  = \Hom(\bigwedge^i \fg, M)$ and $\d \phi)(b_{j_i} \wedge \cdots \wedge b_{j_{i+1}} = \sum_{1 \leq k \leq i+1} (-1)^{k+1} b_{j_k} \varphi(b_{j_1} \wedge \cdots \wedge \hat{b_{j_k}}\wedge \cdots \wedge  b_{j_{i+1}} + \sum_{1 \leq k<\ell \leq i+1} (-1)^{k+\ell}  \varphi([b_{j_k}, b_{j_{\ell}}] \wedge b_{j_1} \wedge \cdots \wedge \hat{b_{j_k}} \wedge \cdots \wedge  b_{j_{i+1}} $ where $\hat{~}$ denotes leaving it out. 
		$$\cZ^i(\fg , M) = \ker(\d i C^i(\fg, M) \to C^{i + 1} (\fg, M))$$
		$$\cB^i(\fg , M) = \im(\d i C^{i-1}(\fg, M) \to C^{i} (\fg, M))$$
		and 
		$$H^i (\fg, M) = \frac{\cZ^i(\fg , M) }{\cB^i(\fg , M) }.$$
		
		Let $\fg$ be a Lie algebra, and let $L(\fg) = \fg \otimes \CC[ t, t^{-1}]$ with $[x_1 t^k, x_2 t^{\ell}] = [x_1, x_2]t^{k + \ell}$ where $x_1, x_2 \in \fg$, $k, \ell \in \ZZ$.
	
	
%--------------------------------------------------------------------------------------------------------------------------%
~\\ \\
\section{More central extensions (Wed. 10/3)}

Recall: let $\fg$ be a Lie algebra and let $\fc$ be an abelian Lie algebra. A \dfn{central extension} of $\fg$ by $\fc$ is a Lie algebra $\fg \oplus \fc$ (as vector spaces) such that 
	$$\tilde[ x, y \tilde] = [x,y] + \varphi(x,y)$$
for $x,y, \in \fg$ where $\varphi : \fg \times \fg \to \fc$ and $\fc \subset \cZ(\fg \oplus \fc)$
(i.e. $\tilde[ c,x \tilde] = 0$ for all $c \in \fc$ and $x \in \fg \oplus \fc$).

How do we find the $\varphi$?
Since $\tilde[ x, y \tilde]  = -\tilde[ y, x \tilde]$, we have $\varphi(x,y) = - \varphi(y,x)$. Since $\tilde[ , \tilde] $ is bilinear, $\varphi$ is also bilinear. So $\varphi : \fg \wedge \fg \to \fc$. Then the Jacobi identity, 
	$$ \tilde[x,  \tilde[y,x \tilde] \tilde] +  \tilde[y,  \tilde[z,x \tilde] \tilde] +  \tilde[z,  \tilde[x,y \tilde] \tilde] = 0$$
	forces 
	$$\varphi(x, [y,x]) + \varphi(y, [z,x]) + \varphi(z, [x,y]) = 0.$$
Since one ``clearly recalls'' the formula for $\d$ in Lie algebra cohomology, one immediately notices that this relation is more compactly written as 
	$$\d \varphi = 0$$
	where $\fg$ acts on $\fc$ via $x \cdot c = 0$ for $x \in \fg$, $c \in \fc$.
	
	Since $\cZ^2(\fg, \fc) = \ker (\d: C^2(\fg, \fc) \to C^3(\fg, \fc))$, this means $\varphi$ is a 2-cocycle.

	Another way to think about the central extension $\fe = \fg \oplus \fc$ is as 
		$$\fe \stackrel{e}{\twoheadrightarrow} \fg$$
		$$x + c \mapsto x$$
	such that $\ker e \subset \cZ(\fe)$. The process of taking elements of $\fg$ and thinking of them as elements of $\fe$ is the same as choosing a section $s: \fg \to \fe$ of $e$. THen $\varphi: \fg \times \fg \to \ker(\fe)$ defined by $\tilde[ s(x), s(y) \tilde] = s([x,y]) + \varphi(x,y)$ for $x,y \in \fg$. If $s' : \fg \to \fe$ was a different choice, then the only change must have been the choice of the element of $\fc$ to be added to the element of $\fg$: 
		$$s'(x) = s(x) + \psi(x), \quad \textrm{for $x \in \fg$},$$
		with $\psi: \fg \to \fc$ ( i.e. $\psi \in C^1(\fg, \fc))$. Then  $s([x,y]) + \varphi(x,y) = \tilde[ s'(x), s'(y) \tilde] =\tilde[ s(x) + \psi(x), s(y) + \psi(y) \tilde] = s'([x,y]) + \varphi'(x,y) = s([x,y]) + \psi([x,y]) \varphi'(x,y)$. So $\varphi(x,y) - \varphi(x,y) = \psi([x,y]) = \d \psi (x,y)$. SO if $\varphi$ and $\varphi '$ come from the same $\fe$ then they differ by an element of 
			$B^2(\fg, \fc) = \im*\d: C^1(\fg, \fc) \to C^2(\fg, \fc))$.
So central extensions of $\fg$ by $\fc$ are determined by elements of $H^2(\fg, \fc) = Z^2(\fg, \fc)/ B^2(fg, \fc)$.


The \dfn{universal central extension} of $\fg$ is a surjective Lie algebra homomorphism $\fu \stackrel{u}{\to} \fg$ such that $\ker u \subset \cZ(\fu)$ and if $\fe \stackrel{e}{\to} \fg$ is another central extension then there is a unique Lie algebra homomorphism $f : \fu \to \fe$ such that $e(f(\fu)) = u(\fu)$.


First thing to do is think about your favortie examples of universal objects. Examples include tensor products, free groups, products, localizations, quotients of groups, $\CC[x_1, x_2, \dots, x_n]$, fild of fractions.... in general, universal objects just build themselves. SO proving existence is just a matter of building the damn thing by following our noses. Hence, we should be able to get the universal central extension of the Witt algebra to build itself -- this will be the Virasoro.

Last thing: If $E \to G$ is a homomorphism of topological groups such that it is a local homeomorphism, then $E$ is a \index{covering space/group}\emph{covering space} or \emph{covering group}. So the central extension is the same as a cover, and a universal central extension is the same as a universal cover.


%--------------------------------------------------------------------------------------------------------------------------%
~\\ \\
\section{Building an Algebra-to-Topology dictionary (Fri. 10/5)}
Last time, in case you hadn't noticed, we covered Hatcher, chapter 3. 

A \dfn{central extension} of a group $G$ is a surjective homomorphism 
	$$E \stackrel{e}{\to} G$$
such that $\ker e \subset \cZ(E)$. A \index{covering space/group}\emph{covering group} is a surjective homeomorphism of topological groups $E \to G$ such that it is a local homeomorphism, where \dfn{local homeomorphism} means if $x \in G$ there is a neighborhood $U$ of  $x$  such that $e^{-1}$ is a discrete disjoint union of neighborhoods isomorphic to $U$. If $E \to G$ is a covering group, then the kernel of $e$ is a discrete normal subgroup of $E$, which forces $\ker e \subset \cZ(E)$! SO it is becoming important to make an Algebra-to-Topology dictionary:

\begin{center}
\begin{tabular}{rl}
	central extension: 			& covering map or covering space. \\
	$G = DG$: 				 &  $G$ is connected. \\ 
	universal central extension: & universal cover  \\
	centrally closed &  simply connected \\
\end{tabular}
\end{center}

\noindent (where $DG = \langle [g_1, g_2] ~|~ g_1, g_2 \in G \rangle, ~~ [g_1, g_2] = g_1 g_2 g_1^{-1} g_2^{-1}$)	

%--------------------------------------------------------------------------------------------------------------------------%
~\\ \\
\section{Deriving the central extension of the Witt algebra (Mon. 10/8)}
 get notes

Recall: The Witt algebra has basis
		$$\dots, L_{-2}, L_{-1}, L_0, L_1, L_2, \dots$$
 with bracket
 		$$[L_m, L_n] = (m-n)L_{m+n}.$$
We want $\fg \oplus \fc$ ($\fc$ is abelian) with $\fc$ central in $\fg \oplus \fc$ and
	$$[L_m, L_n] = (m-n)L_{m+n} + \varphi(L_m, L_n),$$
	where
	$$\varphi: \fg \wedge \fg \to \fh.$$
 In order for $\fg \oplus \fh$ to be a Lie algebra,
 	$$0 = \varphi(L_m, [L_n, L_p]) + \varphi(L_p, [L_m, L_n]) + \varphi(L_n, [L_p, L_m]).$$
We can normalize $\varphi$ by a coboundary and use
	$$\varphi'(L_m, L_n) = \varphi(L_m, L_n) +  \psi([L_m, L_n])$$
 where $\psi: \fg \to \fc$. So
 	$$\varphi'(L_m, L_n) = \varphi(L_m, L_n) +  (m-n)\psi(L_{m+n}),$$
 ...
 
 %--------------------------------------------------------------------------------------------------------------------------%
~\\ \\
\section{Finite dimensional complex semisimple Lie algebras... (Wed. 10/10)}
Ram's least favorite phrase in grad school was
	``Let $\fg$ be a finite dimensional complex semisimple Lie algebra...''
However, this is an important phrase, so let's unwind it. It means:
\begin{enumerate}
	\item $\fg$ is a finite dimensional vector space (really, isn't every vector space?)
	\item $\fg$ is a vector space over $\CC$ (again, aren't they all?)
	\item $\fg$ is a Lie algebra (duh - we're \emph{in} a Lie algebras course)
	\item $\fg$ is semisimple (ok, maybe there's something here)
\end{enumerate}
What's semisimple? It's a lot like reductive, for one. 
\paragraph{Try one: } A Lie algebra $\fg$ is \emph{semisimple}\index{Lie algebra!semisimple} if it is a direct sum of simple Lie algebras,
	$$\fg = \fg_1 \oplus \fg_2 \oplus \cdots \oplus \fg_{\ell}$$
	as Lie algebras. A \emph{simple}\index{Lie algebra!simple} Lie algebra is a Lie algebra with no ideals. An \subdfn{Lie algebra}{ideal} of $\fg$ is a subspace $\fa$ such that if $x \in \fg$, $a \in \fa$, then $[x, a] \in \fa$.

\paragraph{Try two: } A Lie algebra $\fg$ is \emph{semisimple}\index{Lie algebra!semisimple} if all of the finite dimensional $\fg$-modules are semisimple. A $\fg$-module $M$  is \emph{semisimple}\index{module semisimple} if $M$ is a direct sum of simple $\fg$-modules:
	$$M \cong M_1 \oplus \cdots \oplus M_{\ell}$$
	as $\fg$-modules. A $\fg$-module is \emph{simple}\index{module!simple} if it has no submodule.
	
Are these two the same? Well, first, $\fg$ is a $\fg$-module, so one is a special case of two. But in some sense, all $\fg$-modules are controlled by $\fg$, i.e. $\fg$ and $\{ \fg$-modules$\}$ are the same data. The reconstruction theorems explain how to ``reconstruct'' $\fg$ only from information about the category of $\fg$-modules.

The \index{module!dual}\emph{dual module} is $M^* = \Hom(M, \CC)$ with actions $(x \varphi)(m) = \varphi(-xm)$, with $x \in \fg$ and $\varphi \in M^*$. Why the minus? Recall: Let $G$ be a group. Let $M$ be a $G$-modules. The \emph{dual} of $M$ is the $G$-module $M^* = \Hom(M, \CC)$ with actions $(g \varphi)(m) = \varphi(g^{-1}m)$. 

If $M$ and $N$ are $\fg$-modules, the tensor product is the $\fg$-module $M \otimes N$ with actions $x(m \otimes n) = xm \otimes n + m \otimes xn$. This is like the thing from group theory  where if $M$ and $N$ are $G$-modules, then $M \otimes N$ is a $G$-modules with actions $g(m\otimes n) = gm \otimes gn$.

The \index{Lie algebra!trivial module}\emph{trivial $\fg$-module} is $\CC v$ with actions $xv = 0$. The \index{module!trivial}\emph{trivial $G$-module} is $\CC v$ with actions $gv = v$ for $g \in G$. THere are two canonical morphisms 
	$$M^* \otimes M \to \CC$$
	$$(\varphi, m) \mapsto \varphi(m)$$
and 
	$$\CC \to M \otimes M^*$$
	$$1 \mapsto \sum_{b_i} b_i \otimes b_i^*,$$
where the sum is over a basis $\{b_i\}$ of $M$ and $\{b_i^*\}$ is the dual basis in $M^*$. (see... many times we do not need an inner product in order to get a dual basis, we just need to calculate $\Hom(M, \CC)$. Notice that the second canonical map looks a lot like the trace... the basis vectors are col vectors with a 1 in the $i^{\textrm{th}}$ place, and dual basis vector are row vectors with a 1 in the $i^{\textrm{th}}$ place.
 
 \paragraph{homework: } With the above definitions, show that these maps are $\fg$- and $G$-module homomorphisms.
 
 
  %--------------------------------------------------------------------------------------------------------------------------%
~\\ \\
\section{Bilinear forms and Hopf algebras (Fri. 10/12)}
Last time, we defined (without saying it) a Hopf algebra. 
\begin{defn}
A \dfn{Hopf algebra} is an algebra $U$ with three maps
	$$\Delta: U \to U \otimes U, $$
	$$\varepsilon : U \to \CC, $$
	$$ S: U \to U$$
such that 
	\begin{enumerate}
		\item If $M$ and $N$ are $U$-modules, then $M \otimes N$ with action
			$$x(m \otimes n) = \sum_x x_{(1)} m \otimes x_{(2)}n$$
			where $\Delta(x) = \sum_x x_{(1)} \otimes x_{(2)}$,
			is a $U$-notation. [Note: this notation we're using is called \dfn{Sweedler notation}]
		\item The vector space $\CC = v \CC$, with actions $x v_1 = \varepsilon(x) v _1$ is a $U$-module.
		\item If $M$ is a $U$-module then $M^* = \Hom(M, \CC)$ with action
			$$(x \varphi)(m) = \varphi(S(x)m)$$ 
			is a $U$-module.
		\item The canonical maps 	
				$$\cup: M^* \otimes M \to \CC$$
				and 
				$$\cap: \CC \to M \otimes M^*$$
				are $U$-module homomorphisms.
	\end{enumerate}
\end{defn}	
	
\subsection{Examples}
\begin{enumerate}
\item
If $G$ is a group and $U = \CC G = \CC \linspan \{g \in G\}$ with
\begin{itemize}
	\item[] $\Delta(g) = g \otimes g$ the \subdfn{Hopf algebra}{coproduct}
	\item [] $\varepsilon(g) = 1$ the \subdfn{Hopf algebra}{counit}
	\item[] $S(g) = g^{-1}$ the \subdfn{Hopf algebra}{antipode}
\end{itemize}
is a Hopf algebra



\item
If $\fg$ is a Lie algebra, then $U = U\fg$ is a Hopf alegbrea with
\begin{itemize}
	\item[] $\Delta(x) = x\otimes 1 + 1 \otimes x$,
	\item[] $\varepsilon(x) = 0$
	\item[] $S(x) = -x$
\end{itemize}
for $x \in \fg$
\end{enumerate}

\noindent For a very long time, these were the only two examples.


\subsection{More of what forms can do for us}

\begin{defn}
A \subdfn{form}{symmetric} bilinear form is
	$$\langle, \rangle: M \otimes M \to \CC$$
such that 
	$$\langle x, y \rangle = \langle y, x \rangle$$
for $x,y \in M$. 
\end{defn}	
	
So notice that 
	$$M \to M^*$$
via 
	$$m \mapsto \langle m , \cdot \rangle$$
is a vector space homomorphism. 
	
Let $M$ be a $U$-module. And \subdfn{form}{invarient} symmetric bilinear form on $M$ is $\langle, \rangle: M \times M \to \CC$ such that $\langle xm_1, ym_2 \rangle = \langle m_1 , S(x) m_2 \rangle$ for $x \in U$. If $G$ is a group, 
	$$\langle gm, gn \rangle = \langle m,n \rangle$$
i.e. $\langle gm, n \rangle = \langle m, g^{-1}n \rangle$. The invarient part means is that 
	$$M \to M^*$$
via 
	$$m \mapsto \langle m , \cdot \rangle$$
is a $U$-module homomorphism. On the level of vector spaces, the symmetric form doesn't know anything about multiplications in $U$. But an invariant form does!
	
Let $\fg$ be a Lie algebra. Then $\fg$ is a $\fg$-module (under the adjoint representation).  An \subdfn{form}{ad-invariant} form is 
	$$\langle , \rangle: \fg \otimes \fg \to \CC$$
such that 
	$$\langle y, z \rangle = \langle z, y \rangle$$
	$$\langle [x,y], z \rangle = \langle y, [x,z] \rangle.$$
Define
	$$\textrm{rad}\langle, \rangle = \{ x \in \fg ~|~ \langle x, y \rangle \textrm{ for all } y \in \fg \}$$
i.e., the kernel of 
	$$\fg \to \fg^*$$
via
	$$ m \mapsto \langle m , \cdot \rangle.$$
			
$\langle , \rangle$ is \subdfn{form}{nondegenerate} if rad$\langle, \rangle = 0$.
Notice that rad$\langle, \rangle$ is an ideal of $\fg$, i.e. rad$\langle, \rangle$ is a submodule. So if $\fg$ is simple rad$\langle, \rangle$ is zero of the whole thing.

  %--------------------------------------------------------------------------------------------------------------------------%
~\\ \\
\section{ (Mon. 10/17)}

We're still working on what it means for $\fg$ to be a finite dimensional complex semisimple Lie algebra. Again, `` finite dimensional complex'' means finite dimensional vector space over $\CC$, and ``Lie algebra'' should be obvious. So we're just left with ``semisimple''. The definition of choice has been that $\fg$ is \subdfn{Lie algebra}{semisimple} if all of the $\fg$ modules are semisimple. In particular, $\fg$ is a semisimple $\fg$-module. Reduce to simple $\fg$, i.e. it has no $\fg$-submodules, i.e. it has no stupid ideals. 

Let $\langle, \rangle: \fg \otimes \fg \to \CC$ be an invariant symmetric bilinear form, i.e.
	$$\fg \to \fg^*$$
	$$x \mapsto \langle x, \cdot \rangle$$
	is a $\fg$-module isomorphism (since $\fg$ is simple -- it's always a homomorphism). Also, being that it is simple, the only  endomorphisms are constant multiples of the identity. Since $\fg$ carries a symmetric bilinear form, if $\{ b_i \}$ is a basis of $\fg$, then there is a dual basis $\{ b_i^* \}$ of $\fg$ where $\langle b_i, b_i^* \rangle = \delta_{ij}$.

\paragraph{Homework: } Convert section five of T. Halverson and A. Ram's \emph{Partition Algebras} to Lie algebras. \\

So $\fg$ is semisimple if and only if it has a basis and a dual basis (if it's semisimple, I get a form on each piece, with which I build a good form over the whole thing, and get my dual basis; if it has a basis and dual basis, I can build a good invariant form with these and show that it must be semisimple).

Recall that the \dfn{enveloping algebra} of $\fg$ is the algebra generated by $\fg$ with the relation $[x,y] = xy - yx$. 

\paragraph{Example. } Let $\fg = \fgl_n(\CC) = \{ n \times n \text{matrices with entries in } \CC \}$ with bracket 
	$$[x, y] = xy - yx.$$ 
The basis of $\fgl_n$ is $\{ E-{ij} ~|~ 1 \leq i,j, \leq n \}$ where $E_{ij}$ has a 1 in the $(i,j)$ entry and 0's elsewhere. Let $V = \CC$. Then $\fgl_n$ acts on $\CC$. $V$ has basis $\{ v_1, \dots, v_n\}$ and 
	$$xv_i = \sum_{j=1}^n x_{ji}v_j$$
	for $x \in \fgl_n$. Then define $\langle, \rangle: \fgl_n \times \fgl_n \to \CC$ by 
		$$\langle x, y \rangle = \Tr(x_V y_V)$$
		where $x_V$ is the matric of $x$ acting on $V$. The dual basis with respect to $\langle \rangle$ is $E_{ij}^* = E_{ji}$. $U\fgl_n$ is generated by the symbols $E_{ij}$. So $E_{ij}E_{ij} \neq 0$ in $U \fgl_n$. 
		
The \dfn{Casimir element} is 
	$$\kappa = \sum_{b_i} b_i b_i^* \in U\fg$$
	where the sum is over the basis $\{ b_i \}$ and the dual basis $\{ b_i^* \}$.
	
\begin{thm} Let $\kappa$ be the Cassimir element of $\fg$.
\begin{enumerate}
	\item[(a)] $\kappa$ does not depend on the choice of basis.
	\item[(b)] $\kappa \in \cZ(U\fg)$.
\end{enumerate}
So $\kappa$ commutes with any action of $\fg$. 
\end{thm}
\begin{proof}
\begin{enumerate}
	\item[(a)] is a basic result of what it means to change basis 
	\item[(b)] leans hard on our form being ad-invariant
\end{enumerate}
\end{proof}
	
We need to get a picture in our heads. A good way to think about this is to think of $\fg$ being a complex semisimple Lie algebra means that is contains lots of $\fsl_2$ subalgebras. What is $\fsl_2$?
	Recall: $\fsl_2$ is the span of elements $x, y, h$ with bracket $[x,y] = h$, $[h,x] = 2x$, $[h,y] = -2y$. 
	
Suppose $M$ is an $\fsl_2$-module. So $h$ acts on $M$. So morally, $h$ is a matrix. So $h$ has at least on eigenvalue and eigenvector. Let $v$ be an eigenvector for $h$, i.e.
	$$hv = \lambda v$$
	for some $\lambda \in \CC$. So 
	\begin{eqnarray*}
	hxv 	&=& (xh + [hx])v \\
		&=& (x \lambda + 2x) v\\
		&=& (\lambda + 2)xv.
	\end{eqnarray*}
	So $\fsl_2$ makes more eigenvectors. So
	\begin{eqnarray*}
	hx^2v 	&=& (xh + [hx])xv \\
			&=& (x (\lambda+2) + 2x) v\\
			&=& (\lambda + 4)x^2v.
	\end{eqnarray*}
	And $hx^3 v = (\lambda + 6) x^3 v$, and, and, and...
	
	If $M$ is finite dimensional, the $x^k v = 0$ for some $k \in \ZZ^+$. Let $v^+ = x^{k-1}v$. If $M$ is simple then $v^+$ generates $M$. Let $h v^+ = \mu v^+$. Then 
	\begin{eqnarray*}
	hyv^+ &=& (yh + [h,y])v^+\\
		&=& (y\mu - 2y)v^+\\
		&=& (\mu - 2)y v^+
	\end{eqnarray*}
	and $hy^@ v^+ = (\mu - 4) y^2 v^+$, and ...
	
	So $y^{\ell} = 0$ for some $\ell \in \ZZ^+$. So $\{ v^+, yv^+, \dots, y^{\ell - 1} v^+ \}$ will turn out to be a basis of $M$.
	
  %--------------------------------------------------------------------------------------------------------------------------%
~\\ \\
\section{ (Fri. 10/19)}

Thinking of $\fg$ a semisimple Lie algebra in terms of embedded $\fsl_2$ subalgebras, where $\fsl_2$ is the span of $\{h, x,y \}$ with bracket 
	$$[x,y] = h, \qquad [h,x] = x , \qquad [h, y ] = -2y.$$
Let $M$ be an $\fsl_2$-modules. Let $v$ be an eigenvector for $h$. So $x^k v = 0$ for some $k$. Let $v^+ = x^{k-1} v$, where $k$ is minimal. Let $\mu$ be such that $h v^+ = \mu v^+$. So
\begin{eqnarray*}
hyv^+ &=& (yh + [h,y])v^+\\
	&=& (y\mu -2y)v^+\\
	&=&(\mu-2)yv^+.
\end{eqnarray*}
Similarly $hy^2v^+ = (\mu - 4) y^2 v^+$. So 
	$$v^+, yv^+, y^2v^+, \dots, y^{\ell - 1}v^+$$
	are eignevectors for $h$ in $M$. Similarly, $xv^+=0$, $xyv^+ = \mu v^+$, $xy^2v^+ = (2\mu - 2)yv^+$, $xy^3v^+ = (3\mu - 6)yv^+$, $\dots$. So the span of $\{v^+, yv^+, y^2v^+, \dots, y^{\ell - 1}v^+\}$ is a submodule of $M$. If $M$ is simple, then $\{v^+, yv^+, y^2v^+, \dots, y^{\ell - 1}v^+\}$ is a basis of $M$ and the $\fsl_2$-action is given by:
	\begin{itemize}
		\item $h$ is a diagonal matrix with $\mu$, $\mu - 2$, $\mu - 4$, ... , $\mu - 2(\ell-1)$ on the diagonal,
		\item $y$ has ones on the sub-diagonal and zeros elsewhere, and
		\item $x$ has the weights $\mu$, $2\mu - 2$, $3\mu - 6$, ... , $(\ell - 1) \mu^{-\binom{\ell-1}{2}2}$ on the super-diagonal.
	\end{itemize}
	But $[x,y] = xy - yx$, so if we multiply these matrices together, we get the relation that 
		$$\mu - 2(\ell - 1) = -(\ell - 1) \mu + (\ell - 1)(\ell - 2)$$
		$$\ell \mu = 2(\ell - 1) + (\ell - 1) (\ell - 2) = \ell(\ell - 1)$$
		so $\mu = \ell - 1$.
		
\begin{thm}
	The irreducible finite dimensional $\fsl_2$ modules are indexed by $\ell \in \ZZ_{\geq 0}$ with basis $\{v^+, yv^+, y^2v^+, \dots, y^{\ell - 1}v^+\}$ and action
	$$hy^j v^+ = (\mu - 2j)y^jv^+, \quad xy^jv^+ = (j\mu - 2 \binom{j}{2}) y^{j-1}v^+, \quad y y^j v^+ = y^{j+1}v^+.$$
\end{thm}


\subsection{Jordan decomposition}

Let $x$ be a matrix. Then
	$x = x_s + x_n$ with $x_s$ \subdfn{matrix}{semisimple} (as a matrix, i.e. it is diagonalizable), $x_n$ is \subdfn{matrix}{nilpotent} (i.e. $y^k = 0$ for some $k$, or $\Tr(y^k) = 0$ for all $k$, or all $y$'s eigenvalues are zero), and $x_s x_n = x_n x_s$. SO if $zx = xz$, then $zx_s = x_s z$ and $zx_n = x_n z$.
	
	This decomposition comes from Jordan canonical form, where in an appropriate field, every matrix can be put into a form which looks like eigenvalues on the diagonal and 1's in he super-diagonal.
	
\paragraph{Remark: } A matrix $A$ is a $\CC[x]$-module:
	$$\CC[x] \to \End{V}$$
	$$x \to A$$
So $A$ is semisimple exactly when $V$ is a semisimple $\CC[x]$-module.

\begin{thm}[Jasobson-Morozov]
	If $y$ is a nilpotent matrix then there exist matrices $x$ and $h$ such that 
	$$[x,y] = h, \qquad [h,x] = x , \qquad [h, y ] = -2y.$$
	This choice is relatively unique (with some changes in constants).
\end{thm}

\paragraph{Example: } Let $X$ be a geometric space. Let $c$ be the class in $H^2(X)$ corresponding to a line bundle $\PP^1$ in $X$. Then multiplications by $c$ is a nilpotent operation on $H^*(X)$ ($c$ pushes up and up and up, and runs out eventually). So $\fsl_2$ acts on the cohomology ring of $X$.



  %--------------------------------------------------------------------------------------------------------------------------%
~\\ \\
\section{Triangular decomposition (Mon. 10/22)}

How we would like to think of complex semisimple Lie algebras.

A \dfn{triangular decomposition} of a Lie algebra is
	$$\fg = \fn^- \oplus \fh \oplus \fn^+$$
	as Lie subalgebras, where 
	\begin{itemize}
		\item[$\fh$] is abelian
		\item[$\fn^+$] is upper triangular
		\item[$\fn^-$] is lower triangular 
	\end{itemize}
	There is a morphism (\dfn{Cartan involution})
	$$\fn^+ \to \fh^-.$$

\paragraph{Example: } The algebra 
	$$\fgl_n = \fn^- \oplus \fh \oplus \fn^-,$$
	where $\fh$ is the set of diagonal matrices, $\fn^+$ is the set of upper triangular matrices, and $\fn^-$ is the set of lower triangular matrics. Any decent , self-respecting Lie algebra lives inside ofr $\fgl_n$. In fact, $\fg$ acts on itself by the adjoint representation and so
		$$\fg \to \fgl_n$$
	when $\dim \fg = n$ via
		$$x \mapsto \textrm{ the matrix of the action of $x$ on $\fg$}.$$
$\fg$ is trying to inherit a triangular decomposition from $\fgl_n$. (From last time, given $x \in \fg$, there exist $x_s$, $x_n$, where $x = x_s + x_n$, with $x_s$ \emph{congugate} to something diagonal.)


Now, $U\fg$ gets a decomposition from $\fg$:
	\begin{itemize}
		\item[$U\fg$ ] is generated by $\fg$ with\\
					generators $x \in \fg$, and\\
					relations $xy - yx = [x,y]$.
	\end{itemize}
Alternatively, we can construct $U\fg$ with
	\begin{itemize}
		\item[] generators $y \in \fn^-$, $h \in \fh$, and $x \in \fn^+$, and\\
					relations $g_1 g_2 - g_2 g_1 = [g_1,g_2]$.
	\end{itemize}
The relations here allow me to move $y$'s to the left, $x$'s to the right, leaving $h$'s in the middle. So we get 
	$$U = U^- U_0 U^+ = U^- \otimes U_0 \otimes U^+$$
	where
		$$U^- = U\fn^-,\qquad U_0 = U\fh, \qquad U^+ = U\fn^+ = \CC[h_1, \dots, h_n],$$
		where $\{ h_1, \dots, h_n \}$ is a basis of $\fh$.
		
\subsection{Weights}
	$\fh$ is a Lie subalgebra of $\fg$. So  $U\fh$ is a Lie subalgebra of $U\fg$. Let $M$ be a $\fg$-modules. Then $M$ is an $\fh$-module. So  $M$ is an $\CC[h_1, \dots, h_n]$-module. But what \emph{are} the simple  $\CC[h_1, \dots, h_n]$-modules?

Simple modules for a commutative algebra are one-dimensional. 

\paragraph{Example: } $\CC[h]$ acts on $\CC[h] / <f>$. $M$ os a $\CC[h]$-module determined by the action of $h$, a matrix with 1's below the diagonal and last row $-(a_0, a_1, \dots, a_{d-1})^T$, with respect to the basis $\{1, h, h^2, \dots, h^{d-1} \}$ if $f = a_0+  a_1 h + a_2 h^2 + \cdots + a_{d-1} h^{d-1}$ (this is \dfn{rational canonical form}). Inside of $M$ there is an $m$ such that $hm = \mu m$. So the span of $m$ is a one-dimensional submodule of $M$, \emph{and is simple}. If $M$ is a $\CC[h_1, h_2, \dots, h_n]$-module, then there exists $m\in M$ and $\mu_1, \dots, \mu_n \in \CC$ such that $h_i m = \mu_i m$. 

So 
	$$M_{\mu} = \{ m \in M ~|~ h_i m = \mu_i m \} $$
is a direct sum of simple $\CC[h_1, \dots, h_n]$-modules of ``type $\mu$''.

\begin{thm}
The simple $\CC[h_1, \dots, h_n]$-modules are indexed by elements of $\CC^n$. If $\mu = (\mu_1, \dots, \mu_n) \in \CC^n$ then the span of $m$ with actions $h_i m = \mu_i m$ is a simple $\CC[h_1, \dots, h_n]$-module.
\end{thm}


Let $M$ be a $\fg$-module. Let $\mu \in \CC^n$. Then
	$$\CC^n \stackrel{\sim}{\to} \Hom(\fh, \CC)$$
	$$\mu \to \varphi$$
	where
	$$\varphi:  \fh \to \CC$$
	by
	$$h_i \mapsto \mu_i.$$
	
So write $\mu \in \fh^*$. The $\mu$-\dfn{weight space} of $M$ is 
	$$M_{\mu} = \{ m \in M ~|~ hm = \mu(h)m \textrm{ for } h \in \fh\}.$$
This is the piece of $M$ which is all simple  $\CC[h_1, \dots, h_n]$-modules of type $\mu$ on M.

In our example, $\CC[h]/<f>$ for a polynomial $f$ is an indecomposable $\CC[h]$-module.
 
 
\paragraph{Note: } Nobody knows how to classify the indecomposable $\CC[h_1, h_2]$-modules.




  %--------------------------------------------------------------------------------------------------------------------------%
~\\ \\
\section{ The Cartan subalgebra, weights, and root systems (Wed. 10/24)}
Let $\fg$ be a Lie algebra. Embed $\fg$ into $\fgl_n$ for some $n$ (i.e. let $\fg$ act on some module $M$. Then $\End(M) = \fgl_n$ for some $n$ and 
	$$\fg \to \End(M)=\fgl_n$$
	$$x \mapsto x_M$$
	where $x_M$ is the matrix of the action of $x$ on $M$. 
	
	So $\fg = \fn^- \oplus \fh \oplus \fn^+$ (upper triangular + diagonal + lower triangular). Call $\fh$ the \dfn{Cartan subalgebra}. If $\fh$ has basis $h-1, \dots h_n$, then $U \fh = \CC[h_1, \dots, h_n]$. If $M$ is a $\fg$-module, then it is a $\fh$-modules. How does $M$ look as an $\fh$-module? The irreducible $U\fh$-modules correspond to elements $\mu \in \fh^*$:
		$$\mu: \fh \to \CC$$
		$$h_i \mapsto \mu_i$$
or $\mu = (\mu_1, \dots, \mu_n) \in \CC^n$ and the corresponding $U\fh$-module is $\CC m$ with $h_i m = \mu_i m$ (i.e. $hm = \mu(h)_i m$).

The $\mu$-\dfn{weight space} of $M$ is 
	$$M_{\mu} = \{ m\in M ~|~ hm = \mu(h) m \forall h \in \fh \}. $$
The \dfn{generalized weight space} is 
	$$M^{\textrm{gen}}_{\mu} = \{ m\in M ~|~ \textrm{if $h\in \fh$ then $(h - \mu(h))^k m = 0$ for some $k \in \ZZ^+$} \}. $$
A Jordan block looks like $\mu$'s on the diagonal and 1's on the super diagonal, so $(h - \mu(h))^k=0$ for some $k$. Then 
	$$M = \bigoplus_{\mu \in \fh^+} M^{\textrm{gen}}_{\mu}$$
as $\fh$-modules. If 
	$$M = \bigoplus_{\mu \in \fh^+} M_{\mu}$$
then all Jordan blocks of $h$'s are of size 1 and hence $h$'s act semisimple. In fact...
\begin{thm}
	If $\fg$ is semisimple and $M$ is finite dimensional then 
		$$M = \bigoplus_{\mu \in \fh^+} M_{\mu}.$$
\end{thm}

A \dfn{weight vector} of weight $\mu$ is just an element of $M_{\mu}$.

\subsection{Some people think Lie theory is the same as root systems...}
Assume $\fg$ is reductive. Let $\fg$ act on $\fg$ (the adjoint representation). A \dfn{root} is a weight of $\fg$.
	$$\fg = \bigoplus_{\mu \in \fh^+} \fg_{\mu}.$$
$\mu$ keeps track of the $\fh$-action. $\fh$ acts on $\fh$ by 0 since $\fh$ is abelian (so $[h_1, h_2] = 0$). So $\fh \subset \fg_0$. In fact $\fh = \fg_0$ (since $\fh$ is the maximal abelian subalgebra [we're using reductive here]). So 
	\begin{eqnarray*}
	\fg &=& \fg_0 \oplus  \left( \bigoplus_{0 \neq \mu \in \fh^+} \fg_{\mu} \right)\\
		&=& \fh \oplus  \left( \bigoplus_{\alpha \in R} \fg_{\alpha} \right)
	\end{eqnarray*}
where
	$$R = \{ \mu \in \fh^* ~|~ \mu \neq 0, \fg_{\mu} \neq 0 \}.$$
$R$ is the \dfn{root system} of $\fg$. 

Let $\langle, \rangle : \fg \times \fg \to \CC$ be the \dfn{Killing form}:
	$$\langle x, y \rangle = \Tr(\ad_x \ad_y),$$
	where $\ad_x$ is the matrix of $x$ acting on $\fg$. For us, semisimple = reductive = form is non-degenerate (If $\fg$ is a finite dimensional complex simple Lie algebra, then there is a unique, up to constants, symmetric invariant bilinear form... we'll just always re-normalize to get the Killing form). Let $x \in \fg_{\alpha}$ and  $y \in \fg_{\beta}$. So 
	\begin{eqnarray*}
	\alpha(h)\langle x, y \rangle &=& \langle \alpha(h) x, y \rangle\\
						&=& \langle [h, x], y \rangle\\
						&=& - \langle x, [h,y] \rangle\\
						&=& - \langle x, \beta(h) y \rangle\\
						&=& - \beta(h) \langle x, y\rangle
	\end{eqnarray*}
	for all $h \in \fh$. So if $\alpha \neq -\beta$ (as functions on $\fh$, elements of $\fh^*$), then $\langle x, y \rangle = 0$ and so $\fg_{\alpha} \perp \fg_{\beta}$. So let $R^+ \subset R$ such that 
		$$R = R^+ \cup R^-$$
		where
		$$R^- = \{ - \alpha ~|~ \alpha \in R^+\}.$$

$\fg_{\alpha}$ has nonzero pairin only with $\fg_{-\alpha}$. So
	 $$\fg = \fh \oplus  \left( \bigoplus_{\alpha \in R^+}( \fg_{\alpha}  \oplus \fg_{-\alpha}  )\right)$$
For $\alpha, \beta \in R^+$, $(  \fg_{\alpha}  \oplus \fg_{-\alpha} ) \perp ( \fg_{\beta}  \oplus \fg_{-\beta} )$.
I would like a basis that respects this decomposition and acts nicely with respect to our form. Let $x \in \fg_{\alpha} $ and $y \in \fg_{\beta} $. Then
\begin{eqnarray*}
	[h, [x,y]] &=& - [y, [h,x]] - [x, [y,h]]\\
			&=& -[y, \alpha(h)x] + [x, [h,y]]\\
			&=& -\alpha(h)[x,y] + \beta(h) [ x, y]\\
			&=& (\alpha(h) + \beta(h))[x,y]\\
			&=& (\alpha + \beta)(h)[x,y].
\end{eqnarray*}
So if $x \in \fg_{\alpha} $ and $y \in \fg_{\beta} $, then $[x,y] \in \fg_{\alpha + \beta}$. So if  $x \in \fg_{\alpha} $ and $y \in \fg_{- \alpha} $, then  $[x,y] \in \fh$. THe usual choice of $R^+$ is so that 
	$$\fn^+ = \bigoplus_{\alpha \in R^+} \fg_{\alpha}, \qquad \fn^+ = \bigoplus_{\alpha \in R^+} \fg_{-\alpha}$$
	and $\fg =  \fn^- \oplus \fh \oplus \fn^+ = \left( \bigoplus_{\alpha \in R^+} \fg_{\alpha} \right) \oplus \fh \oplus \left( \bigoplus_{\alpha \in R^+} \fg_{\alpha}\right)$.
	
Let $x \in \fg_{\alpha} $ and $y \in \fg_{- \alpha}$. We know $[x,y] \in \fh$. So
	\begin{eqnarray*}
	\langle h, [x,y] \rangle &=& - \langle [x,y], h \rangle\\
			&=&  \langle [h, x] ,y] \rangle\\
			&=& \alpha(h) \langle x,y \rangle
	\end{eqnarray*}
Let $H_{\alpha} \in \fh$ such that $\langle h, H_{\alpha} \rangle = \alpha(h)$. $H_{\alpha}$ is well-defined since our form is nondegenerate on $\fh$ and if $x \in \fg_{\alpha} $ and $y \in \fg_{- \alpha}$ then $[x,y] = \alpha x, y \rangle H_{\alpha}$. 

Now choose $X_{\alpha} \in \fg_{\alpha} $ and $Y_{\alpha} \in \fg_{-\alpha} $ such that $[X_{\alpha}. Y_{\alpha}]= H_{\alpha}$,  $[H_{\alpha}, X_{\alpha}]= 2X_{\alpha}$, and $[H_{\alpha}, Y_{\alpha}]= -2Y_{\alpha}$... hello there Mr. $\fsl_2$!





  %--------------------------------------------------------------------------------------------------------------------------%
~\\ \\
\section{Finding the $\fsl_2$'s (Mon. 10/29)}


Let $\fg$ be a complex semisimple (reductive, in characteristic 0) finite dimensional Lie algebra. Then $\fg$ embeds ``faithfully" in $\fgl_n$. So 
	$$\fg = \fn^- \oplus \fh \oplus \fn^+.$$
We saw on Wednesday that we also have
	$$\fg = \left(\bigoplus_{\alpha \in R^+} \fg_{- \alpha} \right) 
			\oplus \fh \oplus
			 \left(\bigoplus_{\alpha \in R^+} \fg_{-\alpha} \right) $$
where $\fg_{\mu}$ is the $\mu$-weiht space for the action of $\fh$,  and $\fg_0 = \fh$. The roots are 
	$$R = \{ \alpha \in \fh^* ~|~ \fg_{\alpha} \neq 0, \alpha \neq 0 \},$$
and $R^+$ is a choice of half of $R$ such that $R = R^- \cup R^+$, where
	$$R^- = - R^+ .$$
	
	We can and will choose $X_{\alpha} \in \fg_{\alpha}$, $Y_{\alpha} \in \fg_{-\alpha}$, and $H_{\alpha} \in \fh$ such that $[X_{\alpha}. Y_{\alpha}]= H_{\alpha}$,  $[H_{\alpha}, X_{\alpha}]= 2X_{\alpha}$, and $[H_{\alpha}, Y_{\alpha}]= -2Y_{\alpha}$.

\paragraph{What's the point?} For each $\alpha \in R^+$, there is a copy of $\fsl_2$ sitting inside of $\fg$.

\paragraph{Example: } Let $\fg = \fgl_n$. So $\fn^+$ is the set of upper triangular matrices, and $\fh$ is the set of diagonal matrices. We often write $h_i = E_ii$ as a basis of $\fh$. Our favorite basis of $\fgl_n$ is 
	$$\{ E_{ij} ~|~ 1 \leq i, j \leq n \}$$
	and the action of $\fh$ on $\fgl_n$ is given by
\begin{eqnarray*}
	[h_i, E_{jk} ] &=& E_{ii} E_{jk} - E_{jk}E_{ii}\\
				&=& \delta_{ij}E_{ik} - \delta_{ik}E_{ki}\\
				&=& (\delta_{ij} - \delta_{ik}) E_{kl}\\
				&=&(\varepsilon_{j}(h_i) - \varepsilon_{k}(h_i))E_{jk}\\
				&=& (\varepsilon_{j} - \varepsilon_{k})(h_i) E_{jk},
\end{eqnarray*}
where $\varepsilon_{j} \in \fh^*$, which sends $h_i$ to $\delta_{ij}$. So the $\varepsilon_{j}$'s form the dual basis. 

So $E_{jk} \in \fg_{\varepsilon_{j} - \varepsilon_{k}}$. Then $E_{kj} \in \fg_{\varepsilon_{k} - \varepsilon_{j}} = \fg_{-(\varepsilon_{j} - \varepsilon_{k})}$. So we can choose $R^+ = \{ \varepsilon_{j} - \varepsilon_{k} ~|~ 1 \leq j< k \leq n \}$. Notice that $[E_{jk}, E_{kj}] = E_{jj} - E_{kk} = H_{\varepsilon_{j} - \varepsilon_{k}}$, $X_{\varepsilon_{j} - \varepsilon_{k}} = E_{jk}$ and $Y_{\varepsilon_{j} - \varepsilon_{k}} = E_{kj}$

We are going to exploit the fact that every $\fg$-module is an $\fsl_2$-module (in several ways).

Recall: If $M$ is a simple $\fsl_2$-module, then $M$ can be realized as a 1-dimensional lattice, chopped off after a finite number of dots, labeled $y^k v^+$, and $x$ moves us up and $y$ moves us down.

Now, $\SL_2$ is the group corresponding to the Lie algebra $\fsl_2$. Let 
	$$X = \begin{pmatrix} 0 & 1 \\ 0 & 0 \end{pmatrix}, \quad
	 	Y = \begin{pmatrix} 0 & 0 \\ 1 & 0 \end{pmatrix}, \quad
		H = \begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix}.$$
So let
	$$x_{\alpha} (c) = e^{cX} = 1 + cX = \begin{pmatrix} 1 & c \\ 0 & 1 \end{pmatrix}$$
	$$x_{-\alpha} (c) = e^{cY} = 1 + cY = \begin{pmatrix} 1 & 0 \\ c & 1 \end{pmatrix}$$
	$$s_{\alpha} = e^{cX}e^{-c^{-1}Y}e^{cX} = \cdots = 
		 \begin{pmatrix} c & 0 \\ 0 & c^{-1} \end{pmatrix}
		  \begin{pmatrix} 0 & -1 \\ 1 & 0 \end{pmatrix}.$$
Let $s_{\alpha} = s_{\alpha}(1)$. So 
	$$s_{\alpha} = \begin{pmatrix} 0 & -1 \\ 1 & 0 \end{pmatrix}.$$
Then conjugation by $s_{\alpha}$ is an automorphism of $\SL_2$.
	\begin{eqnarray*}
		s_{\alpha} x_{\alpha}(c) s_{\alpha}^{-1}
			&=& \begin{pmatrix} 0 & -1 \\ 1 & 0 \end{pmatrix} 
				\begin{pmatrix} 1 & 0 \\ c & 1 \end{pmatrix}
				\begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix}\\
			&=& x_{- \alpha} (-c).
	\end{eqnarray*}

Any finite dimensional $\fsl_2$-module is an $\SL_2$-module. If $G$ is a group and $\sigma$ is an automorphism of $G$ and $M$ is a $G$-module, then define a new module $\sigma^*(M)$ whose vector is $M$ and the new action 
	$$g \dot m = \sigma(g)m $$
($\sigma: G \to G$).

In the case of $SL_2$, us the automorphism $\sigma$ ``conjugation by $s_{\alpha}$''. In this case 
	$\sigma^*(L(5))$ (our highest-weight lattice) is a 6-dimensional simple $SL_2$-module. $\sigma$ ``switches $X$ and $Y$'' and $\sigma^*(L(5))$ is just $L(5)$ flipped over. But the lattice is symmetric, so $\sigma^*(L(5)) \cong L(5)$. 
	
\paragraph{Remark: } $\sigma$ is also an automorphism of $\fg$.
	$$e^{\ad X_{\alpha}}e^{-\ad Y_{\alpha}}e^{\ad X_{\alpha}} \in G$$
and so $$\sigma_{\alpha}: \fg \to \fg.$$ Note that if $y \in \fg$, then
$e^{c \ad X }y = e^{c X }y e^{-c  X }$. 

So the Adjoint action of $\fg$ on $\fg$ corresponds to conjugation action $G$ on $\fg$. SO if $\fg$ is a cssLa, $M$ a $\fg$-module and $\alpha \in R^+$, then $\sigma_{\alpha}$ flips all the strings! So a $\fg$-module is \emph{symmetric} in every direction ($\alpha \in R^+$). Recall that the weights of $M$ are $\mu \in \fh^*$ such that $M_{\mu} \neq 0$. So $M = \bigoplus_{\mu \in \fh^*} M_{\mu}$ and $\sigma_{\alpha}$ flips all weights and is a reflection of order 2. 

The \dfn{Weyl group} is the group acting on $\fh^*$ generated by the reflections $s_{\alpha}$ where $s_{\alpha}$ is the reflection on $\fh^*$ induced by the automorphism $\sigma_{\alpha}$. 

\paragraph{Remark: } Notice that all weights of finite dimensional $M$ are integra, since they are integra for $\fsl_2$. If $M_{\mu} \neq 0$, then $\mu(H_{\alpha}) \in \ZZ$. 


 %--------------------------------------------------------------------------------------------------------------------------%
~\\ \\
\section{ $\fsl_3$: the gateway to classification (Wed. 10/31)}

Let $\fg=\fsl_3$ be the set of $3 \times 3$ matrices with zero traces with bracket
	$$[x,y] = xy - yx.$$
We want to decompose $fg$ as
	$$\fg = \fh \oplus \left( \bigoplus_{\alpha \in R} \fg_{\alpha} \right),$$
	where $\fh$ is the set of traceless diagonal matrices (has dimension 2). Weights $\mu$ are elements of $\fh^*$
	$$\mu: \fh^* \to \CC$$
via
	$$h_1 \mapsto \mu(h_1)$$
	$$h_2 \mapsto \mu(h_2).$$
Last time we used $\varepsilon_i$ such that 
	$$ \varepsilon_i 
		\begin{pmatrix} 
		a_1 & 0 & 0\\
		0& a_2 & 0\\
		0 & 0& a_3
		\end{pmatrix} = a_i.$$
	Note: $\varepsilon_i \in \fh^*$ 	and $\varepsilon_1 + \varepsilon_2 + \varepsilon_3 = 0$. 
		$$\fh^* = \CC\linspan\{\mu_1 \varepsilon_1 + \mu_2 \varepsilon_2 + \mu_3 \varepsilon_3 
					~|~ \mu1 + \mu_2 + \mu_3 = 0 \}.$$
					
	Note that $E_{12}, E_{13}, E_{23}$ are in $\fsl_3$ and form a basis of $\fn^+$. If 
		$$h = \begin{pmatrix}
		a_1 & 0 & 0\\
		0& a_2 & 0\\
		0 & 0& a_3
		\end{pmatrix},$$
		then $$[h, E_{ij}] = (\varepsilon_i - \varepsilon_j)(h)E_{ij}.$$
	So $E_{ij} \in \fg_{\varepsilon_i - \varepsilon_j}$. So
		$$R^+ = \{ \varepsilon_1-\varepsilon_2, \varepsilon_1-\varepsilon_3, \varepsilon_2-\varepsilon_3\}$$
	and be have our desired decomposition.

\subsection{drawing $h^*$}	
	Each $\alpha \in R^+$ gives an embedded $\fsl_2$ inside $\fg$ and a reflection $s_{\alpha}$ on $\fh^*$.
	
	The picture is in three-space, with axes labeled $\varepsilon_1$, $\varepsilon_2$, and $\varepsilon_3$ with a plane going through $(1,0,0), (0,1,0), (0,0,1)$ shifted back to go through the origin. 
Off to the side, we drew the hexagonal lattice, with hyperplanes $H_{\varepsilon_1-\varepsilon_2}$, $H_{\varepsilon_1-\varepsilon_3}$, and $H_{\varepsilon_2-\varepsilon_3}$.The copy of $\fsl_2$ corresponding to $\alpha$ has weights in a one-dimensional lattice (in a line-segment), so in our picture, we should have a copy of this lattice in the $\alpha$ direction (perpendicular to $H_{\alpha}$). If $\lambda$ is a weigh in the $\alpha$ directiont, so is a point on the lattice, then 
	$$\langle \lambda, \alpha^{\vee}$$
is interpreted as the distance of $\lambda$ to $H_{\alpha}$. So we have a formula for our reflection:
	$$s_{\alpha} = \lambda - \langle \lambda,\alpha^{\vee} \rangle \alpha.$$
The reflection $s_{\alpha}$ fixes points on 
	$$H_{\alpha} = \{ \mu \in \fh^* ~|~ \langle \mu, \alpha^{\vee} = 0\}$$
(i.e. all the points on the big lattice in three space which sits on the plane perpendicular to the $\alpha$ direction.  
	$$s_{\varepsilon_1-\varepsilon_2}({\varepsilon_1-\varepsilon_2}) = -({\varepsilon_1-\varepsilon_2})$$ 
	and $s_{\varepsilon_1-\varepsilon_2}$ fixes $H_{\varepsilon_1-\varepsilon_2} = \{\mu_1 \varepsilon_1 + \mu_2 \varepsilon_2 + \mu_3 \varepsilon_3 
					~|~ \mu1 =\mu_2 \}$
					
So back to our big picture. The hexagonal weight lattice gets embedded into the aforementioned plane.
Each $s_{\alpha}$ corresponds to an automorphism $\sigma_{\alpha}$ of $\fg$ and induces a flip on weights of $\fg$-modules. If $M$ is a finite dimensional $\fg$-module, then
	$$M = \bigoplus_{\mu \in \fh^*} M_{\mu}$$
and	
	$$\dim(M_{s_{\alpha}\mu}) = \dim(M_{\mu}).$$


Back on our hexagonal pieces, mark x's on lattice points $\mu$ if $M_{\mu} \neq 0$. The weights of $M$ are in a $\ZZ$-lattice and are symmetric under the action of the Weyl group, so one point generates a hexagon (if it's not on an H). Now, since we have all these little $\fsl_2$'s, each string of lattice points in every $\alpha$-direction must be filled in (in any direction, $M$ is the union of strings).

So, in general, finite dimensional $\fsl_3$-modules "look like" hexagons (with two lengths of sides) with strings filled in perpendicular to the $H$'s. Any structure must be symmetric. Woo.


\subsection{Philosophy of classification}
What possible finite collections of weights could correspond to $\fg$ ($\fg$ is a $\fg$-module)? In order to build a $\fg$, we need a reflection group acting on a lattice (free $\ZZ$-module, vector space over $\ZZ$). But I want $\fg$ to be finite dimensional, so $W$ must also be finite, of which there are very few!



 %--------------------------------------------------------------------------------------------------------------------------%
~\\ \\
\section{ Classification (Friday. 11/2)}

Let $\fg$ be a finite dimensional complex semisimple Lie algebra.

We can only have one of these if we have a finite reflection group $W$ acting on a lattice $P$
(it's true that every such pair gives us a fdcsLa, but it's not easy to see -- this is a big theorem).


Review: For every $\alpha \in R^+$, we get a symmetry (automorphism) $\sigma_{\alpha}$ of $\fg$ and a symmetry (reflection) in $\fh^*$. 
	$$W = \langle s_{\alpha} \in R^+ \rangle$$
	acts on $\fh^*$. The set of weights that actually occue in $\fg$-modules, $P$, is a vector space over $\ZZ$ (inside of $\fh^*$).
	


\subsection{Step 1: How many $W$, $P$ possibilities are there?}


	Let $\fh^*_{\ZZ} = P$ and $\fh^*_{\CC} = \fh^*$. Let $\fh^*_{\RR} = \RR \otimes_{\ZZ} \fh^*_{\ZZ} = \RR\lspan\{\omega_1, \dots, \omega_n\}$, where $\omega_1, \dots, \omega_n$ is a $\ZZ$-basis of $\fh^*_{\ZZ}$. 
	
\paragraph{Example: Rank 1} $\dim \fh^* = 1$. $\fh^*_{\ZZ}$ is a line of points, so $\fh^*_{\RR}$ is a line, and $s_{\alpha} \lambda = \langle \lambda, \alpha^{\vee} \rangle \alpha$, where $\langle \lambda, \alpha^{\vee} \rangle$ is the distance from $\lambda$ to the hyperplane $H_{\alpha}$. The set of points which are fixed by the reflection $s_{
\alpha}$ is 
	$$\left( \fh^*_{\RR}\right)^{s_{\alpha}} = \{ \lambda \in \fh^*_{\RR} ~|~ s_{\alpha} \lambda = \lambda \}.$$
Since a linear transformation $s_{\alpha}$ fixes 0, and we only have rank 1, 
	$$W \cong \ZZ / 2\ZZ.$$
Up to scaling, there is only one choice of $(W, P)$ in dimension 1. Since $W = \langle s_\alpha ~|~ \alpha \in R^+ \rangle$, we get
	$$\fg = \fg_{-\alpha} \oplus \fh \oplus \fg,$$
which is three-dimensional... so $\fg$ must be isomorphic to $\fsl_2$. 


\paragraph{Example: Rank 1} $\dim \fh^* = 2$. So $\dim \fh_{\RR}^* = 2$. If $W = \langle s_{\alpha}, s_{\beta}$, then if the angle between $H_{\alpha}$ and $H_{\beta}$ is not $\pi/2$, then they will generate more reflections. This will turn out to be symmetries of the an $n$-gon (if $W$ has order $2n$). In fact, 
	$$W = \langle s_1, s_1 s_2 ~|~ s_1^2 = 1, (s_1 s_2)^4 = 1 \rangle.$$

Some people play the game with the upper half plane with $\SL_2(\ZZ)$ acting on it. THis has "fundamental regions" and whatnot. We have "fundamental chambers" and what not, which correspond to the cone with walls $H_{\alpha}$'s.



By thought, we presented by generators $s_1$, $s_2$, and relations 
	$$s_1^2 = 1 = s_2^2, \quad \underbrace{s_1 s_2 s_1 \cdots}_{n \textrm{factors}} = \underbrace{ s_2 s_1 s_2 \cdots}_{n \textrm{factors}},$$
where $\pi/2 = H_{\alpha_1} angle H_{\alpha_2}$.


\paragraph{Example: Rank big} If $\dim \fh^*_{\RR}$ is big, then we'll look for embedded dihedral groups.



  %--------------------------------------------------------------------------------------------------------------------------%
~\\ \\
\section{More classification: building Dynkin diagrams (Mon. 11/5)}


Our goal is to classify finite dimensional complex semisimple Lie algebras by classifying pairs $(W, P)$ where	$\fh^*_{\ZZ} = P$ is a $\ZZ$-lattice, $W$ is a finite subgroup of $\GL(P) \cong \GL_n(\ZZ)$ generated by reflections
	$$W = \langle s_{\alpha} ~|~ \alpha \in R^+ \rangle$$
where $R^+$ us an index set for the reflections in $W$. 

\subsection{But what \emph{is} a reflection?} We can make $P$ into a vector space over $\QQ$:
		$$\fh^*_{\QQ} = \QQ \otimes_{\ZZ} \fh^*_{\ZZ}.$$
A \dfn{reflections} is a (semisimple) element $s_{\alpha} \in \GL(\fh^*_{\QQ})$ such that 
	$$\left(\fh^*\right)^{\alpha} = \{ \lambda \in \fh^*_{\QQ} ~|~ s_{\alpha} \lambda = \lambda \}$$
has codimension 1 in $\fh^*_{\QQ}$, i.e. if $\dim(\fh^*_{\QQ}) = n$, then the number of eigenvalue 1 is $n-1$. So in some good basis, 
	$$s_{\alpha} = 
		\begin{pmatrix}
			1&  		&  	& \\
			  & \ddots 	& 	& \\
			  &  		& 1	& \\
			  &		& 	& \xi 
		\end{pmatrix}
		\qquad \text{ or } 
		s_{\alpha} = 
		\begin{pmatrix}
			1&  		&  	& \\
			  & \ddots 	& 	& \\
			  &  		& 1	& 1\\
			  &		& 	& 1 
		\end{pmatrix}.
		$$
Then there is a $\alpha^{\vee} \in \fh_{\QQ}$ and $\alpha \in \fh^*_{\QQ}$ such that 
	$$s_{\alpha} \mu = \mu - \langle \mu, \alpha^{\vee} \rangle \alpha.$$
Note
	\begin{eqnarray*}
	s_{\alpha} \alpha &=& \alpha - \langle \alpha, \alpha^{\vee} \rangle \alpha\\
		&=& (1 - \langle \alpha, \alpha^{\vee} \rangle) \alpha\\
		&=& \xi \alpha.
	\end{eqnarray*}
So $\langle \alpha, \alpha^{\vee} \rangle = 1 - \xi$. The pair $ \alpha, \alpha^{\vee}$ is unique up to a constant. If $s_{\alpha}$ is a reflection in $\GL(\fh^*_{\RR})$ in the ordinary sense, then
		$$s_{\alpha}^2 = 1, 
			\quad \xi = -1,
			\quad \text{and } \langle \alpha, \alpha^{\vee} \rangle = 2.$$


\subsection{Dealing with the lattice}


Last time, we classified the two cases: in rank 1, $W = \ZZ/ 2\ZZ$, and in rank 2, $W$ is a dihedral group. In rank two, we just need that $H_{\alpha_1} \angle H_{\alpha_2} = \pi/n$ (since we need $W$ to be finite). But we forgot! $W$ also has a lattice!

We want $W \in \GL_2(\ZZ)$ for the correct basis. Well, use the basis $\alpha_1, \alpha_2$ for $\fh^*_{\RR}$:
	$$s_1 \mu = \mu - \langle \mu , \alpha^{\vee}_1 \rangle \alpha_1,$$
	$$s_2 \mu = \mu - \langle \mu , \alpha^{\vee}_2 \rangle \alpha_2,$$
where $ \langle \mu , \alpha^{\vee}_1 \rangle$, $ \langle \mu , \alpha^{\vee}_2 \rangle \in \ZZ$. In particular in the basis $\alpha_1, \alpha_2$
		$$s_1 = 
		\begin{pmatrix}
			-1 & - \langle \alpha_2 , \alpha^{\vee}_1 \rangle \\
			0 & 1
		\end{pmatrix}, \quad
		s_2 = 
		\begin{pmatrix}
			1 & 0\\
			- \langle \alpha_1 , \alpha^{\vee}_2 \rangle & -1
		\end{pmatrix}.$$
			$$s_1 \alpha_2 = \alpha_2 - \langle \alpha_2 , \alpha^{\vee}_1 \rangle.$$
			
	Then 
		$$s_1 s_2 = 
		\begin{pmatrix}
			-1 +  \langle \alpha_1 , \alpha^{\vee}_2 \rangle \langle \alpha_2 , \alpha^{\vee}_1 \rangle& 
				 \langle \alpha_2 , \alpha^{\vee}_1 \rangle\\
			- \langle \alpha_1 , \alpha^{\vee}_2 \rangle & -1
		\end{pmatrix}.$$
	so $\det(s_1 s_2) = 1)$ and $\tr(s_1 s_2) = -2 +  \langle \alpha_1 , \alpha^{\vee}_2 \rangle \langle \alpha_2 , \alpha^{\vee}_1 \rangle$.
	
	So char$(s_1 s_2) = t^2 - ( -2 +  \langle \alpha_1 , \alpha^{\vee}_2 \rangle \langle \alpha_2 , \alpha^{\vee}_1 \rangle) t + 1$ and eigenvalues of $s_1 s_2$ are 
		$$\frac{ -2 +  \langle \alpha_1 , \alpha^{\vee}_2 \rangle \langle \alpha_2 , \alpha^{\vee}_1 \rangle
			\pm \sqrt{( -2 +  \langle \alpha_1 , \alpha^{\vee}_2 \rangle \langle \alpha_2 , \alpha^{\vee}_1 \rangle)^2 - 4}}{2}$$.
These ought to be $e^{2 \pi i/2}$ and $e^{-2 \pi i/2}$ since $(s_1 s_2)^n = 1$. So
		$$\frac{ -2 +  \langle \alpha_1 , \alpha^{\vee}_2 \rangle \langle \alpha_2 , \alpha^{\vee}_1 \rangle}{2} = \cos(2 \pi/n).$$
So $\langle \alpha_1, \alpha_2^{\vee} \rangle\langle \alpha_2, \alpha_1^{\vee} \rangle = 2 + 2 \cos(2 \pi / n) \in \ZZ$. THe only possibilities are 

	$n=1$:
	$$\langle \alpha_1, \alpha_2^{\vee} \rangle\langle \alpha_2, \alpha_1^{\vee} \rangle = 2 + 2$$
	so $s_1 = s_2.$ 
	
	$n=2$: 
	$$\langle \alpha_1, \alpha_2^{\vee} \rangle\langle \alpha_2, \alpha_1^{\vee} \rangle = 2 - 2 = 0$$.
...


In a \dfn{Dynkin diagram} (a graph), the number of edges between nodes $i$ and $j$ is  $\langle \alpha_1, \alpha_2^{\vee} \rangle\langle \alpha_2, \alpha_1^{\vee} \rangle$.

\subsection{Classifying the (bigger) general case} $\RR^n \cong \fh^*_{\RR}$ is a union of closures of connected components $C_{w}$ of
	$$\fh^* \setminus \cup_{\alpha \in R^+} \fh^\alpha$$
	(called the \dfn{fundamental regions} for action of $W$). Fix a $C_1$. Let $H_{\alpha_1}, \dots, H_{\alpha_n}$ be the walls of $C_1$. The \dfn{simple reflections} are $s_1, \dots, s_n$.  THe \dfn{Cartan matrix} of $W$ is 
		$$\left( \langle \alpha_i, \alpha_j^{\vee} \right)_{1 \leq i, j \leq n}.$$




  %--------------------------------------------------------------------------------------------------------------------------%
~\\ \\
\section{ Coxeter, Cartan, and Kac-Moody (Fri. 11/9)}

Each $\alpha \in R^+$ gives an automorphism $\sigma_{\alpha}$ of $\fg$ and a reflection $s_{\alpha} \in \GL(\fh^*)$ such that 
	$$M_{\mu}\tilde\to M_{s_{\alpha} \mu}$$
is a vector space isomorphism when $M$ is a finite dimensional $\fg$-module and $\mu$ is a weight (eigenvalue for $\fh$ action). The \dfn{Weyl group} is 
	$$W = \langle s_{\alpha} ~|~ \alpha \in R^+ \rangle.$$
	We get $P = \fh^*_{\ZZ}$ a lattice, the weights which appear in finite dimensional $\fh$-modules.

Let $\fh^*_{\RR} = \RR \otimes_{\ZZ} \fh^*_{\ZZ}$ and 
	$$C = \{ \lambda^{\vee} \in \fh^*_{\RR} ~|~ \langle \lambda , \alpha^{\vee} \rangle > 0 \text{ for all } \alpha \in R^+\}$$
(points on the positive side of $\fh^{s_{\alpha}} = \{ \lambda \in \fh^*_{\RR} ~|~ \langle \lambda, \alpha^{\vee} \rangle = 0 \}$). The chamber $C$ is a fundamental region for the action of $W$ on $\fh^*_{\RR}$. 

Let $\fh^{s_{\alpha_1}}, \dots, \fh^{s_{\alpha_n}}$ be the walls of $C$ and $s_1, \dots, s_2$ be the corresponding reflections.

\begin{thm}[Coxeter]\label{thm:Coxeter}
$$W = \langle s_1, \dots, s_n ~|~ s_i^2 = 1, \underbrace{s_i s_j s_i \cdots}_{m_{ij} \text{factors}} = \underbrace{s_j s_i s_j \cdots}_{m_{ij} \text{factors}} \rangle$$
where $\pi/m_{ij} = \fh^{s_{\alpha_i}} \angle \fh^{s_{\alpha_i}}$.
\end{thm}


For our calculations, we noticed that the \dfn{Cartan matrix}, 
	$$A = \left( \langle \alpha_1, \alpha_j^{\vee} \rangle \right)_{1 \leq i,j \leq n}$$
is a matrix of integers. Recall tha the formula for a reflection is $s_{\alpha} \lambda = \lambda - \langle \lambda, \alpha^{\vee} \rangle \alpha$, where $\langle \lambda, \alpha^{\vee} \rangle$ is the ``distance from $\lambda$ to $\fh^{s_{\alpha}}$.

\subsection{Can we go back? Can we build $\fg$ from $A$?}
	Let $A = (a_{ij})_{1 \leq i,j \leq n}$ be any matrix. By rearanging rows and columns, we can assume that $(a_{ij})_{1 \leq i,j \leq r}$ is non-singular, where $r =$rank$(A)$. Let $\ell = $corank$(A)$, so that $r + \ell  = n$. Define $\fh = \fh' \oplus \fd$ where $\fh'$ has basis $h_1, \dots, h_n$ and $\fd$ has basis $d_1, \dots, d_{\ell}$. 
	
	Let $\alpha_1, \dots, \alpha_n \in \fh^*$ be given by $\alpha_i(h_j) = a_{ij}$ and $\alpha_i(d_j) = \delta_{i, j+r}$. Let $\bar{\fh'} = \fh'/ \fc$ where $\fc = \{ h \in \fh' ~|~ \alpha_i(h) = 0 \text{ for } i = 1, \dots, n \}$. Let $c_1, \dots, c_{\ell}$ be a basis for $\fc$ for that $h_1, \dots, h_r, c_1, \dots, c_{\ell}, d_1, \dots d_{\ell}$ is another basis of $\fh$. Define $\omega_1, \dots, \omega_{\ell} \in \fh^*$ by 
	$$\omega_i(h_j) = 0, \quad \omega_i(c_j) = \delta_{ij}, \quad, \omega_i(d_j) = 0.$$
	(these are the \dfn{fundamental weights}!). 
	Let $\fa$ be the Lie algebra generated by $e_1, \dots e_n, f_1, \dots f_n$ and $\fh$ with relations
	$$[h, h'] = 0, \text{ for }h, h' \in \fh, $$
	$$[e_i, f_j] = \delta{ij} h_i, \quad [h, e_i] = \alpha_i(h)e_i, \quad [h, f_i] = -\alpha_i(h) f_i.$$


The \dfn{Borcher-Kac-Moody Lie algebra} is $\fg = \fa/\fr$, where $\fr$ is the largest ideal of $\fa$ such that $\fr \cap \fh = 0$. It turns out that this thing is semisimple, though it is rarely finite dimensional. $\fg$, $\fa$, $\fr$ are graded by 
	$$Q = \sum_{i = 1}^n \ZZ \alpha_i$$
by setting $\deg(e_i) = \alpha_i$, $\deg(f_i) = -\alpha_i$, and $\deg(h) = 0$. So, even though $\fg$ isn't finite dimensional, we can still write 
	$$\fg = \fg_0 \oplus \left(\bigoplus_{\alpha \in R} \fg_{\alpha} \right)$$
where
	$$R = \{ \alpha \in Q ~|~ \alpha \neq o, \fg_{\alpha} \neq 0\}$$
is the set of roots. 

Let's just point out that $\fn^+$ is the subalgebra generated by the $e$'s,  $\fn^-$ is the subalgebra generated by the $f$'s. So 
	$\fn^+ = \bigoplus_{\alpha \in R^+} \fg+{\alpha}$ where $R^+ = R \cup Q^+$ and $Q^+ = \sum_i \ZZ_{\geq 0} \alpha_i$. So 
		$$\fg = \fn^- \oplus \fh \oplus \fn^+ = \fg' \rtimes \fd$$
		$$\fg' = [\fg, \fg] = \fn^- \oplus \fh' \oplus \fn^+$$
		$$\fc = \cZ(\fg) = \cZ(\fg')$$
		and 
		$$\bar \fg' = \fg' / \fc = \fn^- \oplus \bar \fh' \oplus \fn^+$$
	$\fh = \fh' \oplus \fd$, $\fd$ acts on $\fg'$ by derivations
	$$\bar \fh' = \fh' / \fc.$$


  %--------------------------------------------------------------------------------------------------------------------------%
~\\ \\
\section{More on the Cartan matrix and Kac-Moody Lie algebras (Mon. 11/12)}

There are a couple of directions we could go from here. 

A (generalized) \dfn{Cartan matrix} is a matrix $A = (a_{ij})_{1 \leq i,j \leq n}$ such that $a_{ij} \in \ZZ$, $a_{ii} = 2$ (makes stuff $\fsl_2$'s), $a_{ij} \leq 0$ if $i \neq j$ and $a_{ij} \neq 0$ if and only if $a_{ji} \neq 0$. WHY?? In this case, 
	$$\CC\lspan \{ e_i, f_i, h_i \} \cong \fsl_2$$
so $e_i$ and $f_i$ act locally nilpotently on $\fg$ (adjoint representation) and 
	$$\tilde{s_i} = \exp(\ad_{e_i})\exp(-\ad_{f_i})\exp(\ad_{e_i}).$$
Here, ad is a code for $\fg$ acting on itself:
	$$\ad_x(y) = [x,y].$$
The ``exponential map'' exp means
	$$\exp(S) = 1 + S + S^2/2 + S^3/3! + \cdots.$$
The $\tilde{s_1}, \dots, \tilde{s_n}$ are automorphisms of $\fg$ and so $\fg$ has lots of symmetry (this is the only kind that we should care about... stuff with lots of symmetry).

Then define $s_i: \fh \to \fh$ and $s_i: \fh^* \to \fh^*$ by
	$$s_i h = h - \alpha(h) h_i, \quad \text{ and } s_i \lambda = \lambda(h_i) \alpha_i$$
(by stealing the formula for a reflection). Then indeed, as expected, 
	$$\tilde{s_i} \fg_{\alpha} = \fg_{s_i \alpha}, \quad \text{and } \tilde{s_i}h = s_i h$$
(i.e. on weights and on $\fh$, $\tilde{s_i}$ induce reflections). 

The \dfn{Weyl group} $W \subset \GL(\fh^*)$ is 
	$$W = \< s_1, \dots, s_n \>$$
(of course we could have said $W \subset \GL(\fh)$, but $\fh$ and $\fh^*$ are dual $W$-modules, so
	$$(w \lambda)(h) = \lambda(w^{-1} h)$$
	for $\lambda \in \fh^*$, $w \in W$, and $h \in \fh$.)
This $W$ should look kind of small to us... before, we had a reflection for \emph{every} root. We would like to try to get them al back. However, in the non-finite-dimensional case, we \emph{can't} get out an $s_{\alpha}$ for every $\alpha$ such that $\fg_{\alpha} \neq 0$! What we do know how to do is get these $s_{\alpha}$ for the \subdfn{root}{real roots}:
	$$R_{\text{re}} = \bigcup_{i=1}^n W \alpha_i.$$
The \subdfn{roots}{imaginary roots} are
	$$R_{\text{im}} = R \setminus R_{\text{re}}.$$
Recall: 
	$$\fg = \fh \oplus\left(\bigoplus_{\alpha \in R} \fg_{\alpha}	\right).$$
If $\alpha \in  R_{\text{re}}$, then $\alpha = w \alpha_i$ and 
	$$e_{\alpha} = \tilde w e_i, \quad f_{\alpha} = \tilde w f_i, \quad h_{\alpha} = \tilde w h_i.$$
This gives us some $\fsl_2$'s and a $s_{\alpha}$ for every real root!

A matrix is \subdfn{matrix}{symmetrizable} if there exists a diagonal matrix
	$$\cE = \begin{pmatrix}
		\epsilon_1 & & \\
				& \ddots & \\
				&& \epsilon_n
		\end{pmatrix}$$
$\epsilon_ i \in \RR_{\geq 0}$ such that $A \cE$ is symmetric. WHY??

\begin{thm}
$\fg$ has a nondegenerate symmetric $\fh$-invarient bilinear form 
	$$\<, \>: \fg \times \fg \to \CC.$$
\end{thm}
Do a tiny calculation to see that $\< , \>$ is determined by
	$$\< e_i, f_i \> = \epsilon_i, \quad \< h_i, h \> = \alpha_i (h)$$
for $h \in \fh$.
	
Most papers on this subject begin with the line 
\begin{quote}
	``Let $\fg$ be a symmetizable Kac-Moody Lie algebra...''
\end{quote}
Equivalent would be 
\begin{quote}
	``Take some $e$'s and some $f$'s and some $h$'s, use $[e_i, f_i ] = h_i$, $[h_i, e_j ] = a_{ij} e_j$, suppose there are lots os symmetries $W$, and a symmetric $\fg$-invarient bilinear form $\<, \>$...''
\end{quote}
	
	
We said that if $A$ is a Cartan matrix then $e_i$, $f_i$ act on $\fg$ \emph{locally nilpotently}\index{action!locally nilpotent}. More precisely,
we must ask for what $k$ is
	$$(\ad_{e_i})^k (e_j) = 0?$$
Well, the first such $k$ is $1 - a_{ij}$! (if $ij$ is off of the diagonal, i.e. if I'm not acting on $e_i$ by $e_i$, so $a_{ij} \leq 0$, and thus $1 - a_{ij}$ is positive... we can find this by experiment) The same is true locally for the $f$'s:
		$$\ad(f_i)^{1 - a_{ij}} (f_j) = 0.$$
Where is this coming from?? Remember, from Coxeter (Theorem \ref{thm:Coxeter}):
	$$W = \langle s_1, \dots, s_n ~|~ s_i^2 = 1, \underbrace{s_i s_j s_i \cdots}_{m_{ij} \text{factors}} = \underbrace{s_j s_i s_j \cdots}_{m_{ij} \text{factors}} \rangle$$
where $m_{ij} = a_{ij} a_{ji}$. So the fancy version of Serre's theorem goes...
\begin{thm}[Serre]
\begin{itemize}
	\item[(a)] If $A$ is a Cartan matrix then these relations hold in $\fg$ (i.e. $(\ad_{e_i})^{1 - a_{ij}}(e_j) \in \fr$, and same with f's).
	\item[(b)] If $A$ is symmetrizable then $\fr$ is generated by the relations above (call them (S1) and (S2))
\end{itemize}
\end{thm}
	
	
	


%--------------------------------------------------------------------------------------------------------------------------%
~\\ \\
\section{Affine Lie algebras (Wed. 11/14)}

Let $\fg_0$ be a symmetrizable$^{\text{``?''}}$ Kac-Moody Lie algebra with bracket $[,]_0$ and an invariant symmetric bilinear form $\<,\>$ (given to me by the symmetrizableness). 
\begin{quote}
	Note: Most of the literature takes $\fg_0$ to be finite dimensional complex semisimple. But something seems to be happening in the community that indicates that this isn't really what we want. We're not sure if ``symmetrizable'' is really what we want, but it's worth trying out...
\end{quote} 
The \dfn{loop Lie algebra} is 
	$$\fg_0 [t, t^{-1}] = \CC[t, t^{-1}] \otimes_{\CC} \fg_0$$
with bracket
	$$[t^m x, t^n y]_0 = t^{m+n}[x,y]_0.$$
This has a symmetric bilinear form
	$$\< t^m x, t^n y \> = \left\{ \begin{array}{ll}
		\<x,y\>_0 & m+n = 0,\\
		0 & \text{otherwise}
		\end{array}\right.
	$$
The \dfn{universal central extension} of $\fg_0[t,t^{-1}]$ is 
	$$\fg' = \fg_0[t,t^{-1}] \oplus \CC c$$
with bracket
	$$[t^m x, t^n y] = t^{m+n} [x,y]_0 + \delta_{m, -n} m \<x.y\>_0 c$$
	($c$ is the ``central charge'' or something).
	
Recall $\Der(\CC[t,t^{-1}])$ is the \dfn{Witt Lie algebra}
	$$[\d_i, \d_j] = (i - j) \d_{i+j}$$
where $\d_i = t^{i+1} {\d \over \d t}$. Let $\d = t {\d\over \d t}$ and let 
	$$\fg = \fg_0[t,t^{-1}] \oplus \CC c \oplus \CC \d$$
where $[ \d, t^m x ] = (t {\d \over \d t} t^m) x = m t^m x$, $[ \d, c] = 0$, and $[c, t^m x] = 0$. 
The \dfn{affine Lie algebra} is $\fg$ (or $\fg'$ or $\bar{\fg}'$).
	
With Borchards-Kac-Moody Lie algebra we had
		$$\fg = \fn^- \oplus \fh \oplus \fn^+ = \fg' \rtimes \fd$$
		$$\fg' = [\fg, \fg] = \fn^- \oplus \fh' \oplus \fn^+$$
		$$\fc = \cZ(\fg) = \cZ(\fg')$$
		and 
		$$\bar \fg' = \fg' / \fc = \fn^- \oplus \bar \fh' \oplus \fn^+$$
	$\fh = \fh' \oplus \fd$, $\fd$ acts on $\fg'$ by derivations
	$$\bar \fh' = \fh' / \fc.$$
\textbf{Question:} When is the affine Lie algebra Kac-Moody?

If $\fg_0$ is finite dimensional complex semisimple then the answer is yes. In this case the two realizations play against eachother. $\fg_0$ has decomplosition as an $\fh_0$-module
	$$\fg_0 = \fn_0^- \oplus \fh_0 \oplus \fn^+_0 = \fh_0 \oplus \left( \bigoplus_{\alpha \in R} \fg_{\alpha} \right)$$

Does the affine Lie algebra have something sumilar?
	$$\fh = \fh_0 \oplus \CC c \CC d$$
	$$\fh' = \fh_0 \oplus \CC c$$
	$$\bar{\fh'} = \fh_0$$
are possible Cartan subalgebras to use.



%--------------------------------------------------------------------------------------------------------------------------%
~\\ \\
\section{ (Fri. 11/17)}
Our story is that we're working on Affine Lie algebras. We start with a $\fg_0$, as symmetrizable K.M. Lie algebra. $\fh_0$ is a Cartan subalgebra, so
	$$\fg_0 = \fn_0^- \oplus \fh_0 \oplus \fn_0^+.$$
And we take beacket $[,]_0$ and invariant form $\<, \>_0$. Ler $\bar \fg' = \fg_0[t, t^{-1}] = \CC[t, t^{-1}] \otimes_{\CC} \fg$. We take $\d = t {\d \over \d t}$, so $\d(t^m) = m t^m$.

Note $\fg'$ (the one with the central extension) surjects onto $\bar \fg'$, the \dfn{loop Lie algebra}. On the other hand, $\fg'$ is contained in $\fg = \fg' \oplus \CC d$. 

\paragraph{Example} Let $\fg_0 = \fsl_2 = \text{span}\{x,y,h\}$. As a K.M. Lie algebra, $\fsl_2$ should have a Cartan matrix [???] and
	$\fg_0 = \CC y \oplus \CC h\oplus \CC x = \fg_{-\alpha} \oplus \fh_0 \oplus \fg_{\alpha}$. If $e_1 = x$, $f_1 = y$, then $h_1 = h$. So the cartan matrix is $A = (2)$. The $\fsl_2[t, t^{-1}] = \text{span}\{t^m x, t^m y, t^m  h ~|~ m \in \ZZ \}$.
		$$\bar \fh' = \fh_0$$
		$$\fh' = \fh_0' \oplus \CC c$$
		$$\fh = \fh_0 \oplus \CC c \oplus \CC \d$$
We want to determine how $\fg$ looks as an $\fh$-module. If $x \in \fg_{\alpha}$ and 
	$h + zc + w\d \in \fh$, then 
	\begin{eqnarray*}
		[h + zc + w\d, t^m x] &=& \alpha(h)t^m x + 0 + w m t^m x\\
			&=& (\alpha(h) + wm)t^m x \\
			&=& (\alpha + m \delta)(h + zc + w\d)t^m x
	\end{eqnarray*}
where $\delta \in \fh^*$ given by 
	$$\delta(c) = 0, \quad \delta(\d)=1$$
and we'll extend $\alpha$ to an element of $\fh^*$ (it started as an element of $\fh_0^*$) by
	$$\alpha(c) = 0, \quad \alpha(\d) = 0.$$
Then $t^m x \in \fg_{\alpha+m\delta}$. So
\begin{eqnarray*}
	\fg &=& \fg_0 [t, t^{-1}] \oplus \CC c \oplus \CC \d\\
		&=& \fh_0 \oplus \left( \bigoplus_{\begin{array}{c}\alpha \in R\\m \in \ZZ\end{array}} \fg_{\alpha + m \delta} \right) \oplus \left( \bigoplus_{m \in \ZZ} \fg_{m \delta} \right)
\end{eqnarray*}
where 
	$$\fg_{\alpha + m \delta} = \{ t^m x ~|~ x \in \fg_{\alpha}\}$$
	$$\fg_{m \delta} = \{ t^m h ~|~ h \in \fh_0 \}.$$
Note: $[\d, t^m h] = m t^m h = m \delta(\d) t^m h$.

In $\fg = \fsl_2[t, t^{-1}] \oplus \CC c \oplus \CC \d$, 
	$$\fg = \left( \bigoplus_{m \in \ZZ} \CC t^m x \right) \oplus \left( \bigoplus_{m \in \ZZ} \CC t^m y \right) \oplus \CC h \oplus \CC c \oplus \CC d \oplus \left( \bigoplus_{m \in \ZZ_{\neq 0}} \CC t^m h\right).$$
	
	If $\fg_0$ is finite dimensional complex semisimple then $\fg' = \fg_0[t, t^{-1}] \oplus \CC c$. Clearly, this is \emph{no longer finite dimensional}. But it's KM, so it's supposed to have a Cartan... $2 \times 2$. THe new Cartan matrix for $\fg'$ should be $2 \times 2$... how do we find it?We need to find $e_0, e_1, f_0, f_1, h_0, h_1$. What would we like to use? We would like to keep $e_1 = x$, $f_1 = y$, and $h_1 = h$, as before. THe convention for the rest is $e_0 = ty$, $f_0 = t^{-1}$, and $h_0 = -h + c$. Did we guess right? To check, we want these 0-dealies to be an $\fsl_2$:
	\begin{eqnarray*}
		[e_0, f_0] &=& [ty, t^{-1} x ]\\
			&=&t^{1 - 1} [y, x]_0 + 1 \cdot \< y, x \> c\\
			&=& - h + \tr(yx)c\\
			&=& -h  + c.
	\end{eqnarray*}
	Hooray!


To find the Cartan matrix: 
	$$[ h_0, e_0] = \alpha_0 ( h_0 ) e_0 = 2 e_0, \quad [h_1, e_0] = \alpha_0(h_1) e_0 = -2 e_0$$
	$$[ h_0, e_1] = \alpha_1 (h_0) e_1 = -2 e_1, \quad [h_1, e_1] = \alpha_1 ( h_1 ) e_1 = 2 e_1$$
(use the above things we guessed to calculate the brackets) and the Cartan matrix for affine $\fsl_2$ is 
	$$\begin{pmatrix}
		~~2 & -2 \\
		-2 & ~~2
	\end{pmatrix}$$
(can go back and forth with this process).



\subsection{Beginning representation theory of KM junk}
	This means that we want to understand $\fg$-modules. Again, we can use $\fh$ to make weight spaces. But it's highly unlikely that these modules are finite-dimensional, since $\fg$ itself is infinite dimensional (most will be infinite dimensional). 


%--------------------------------------------------------------------------------------------------------------------------%
~\\ \\
\section{Computing the character of $M(\lambda)$ (Wed. 11/28)}
Le $\fg = \fsl_2[t, t^{-1}] \oplus \CC c \oplus \CC d$, where if $x,y \in \fsl2$ then 
	$[ t^m x, t^n y] = t^{m+n}[x,y]_0 + \delta_{m+n, 0} \< x.y \>_0 c$, where $[,]_0$ is the bracket on $\fsl_2$ and $\< , \>_)$ is the invarient form on $\fsl_2$. $c \in \cZ(\fg)$ and $[ d, t^m x]  = m t^m x$. $\fsl_2$ has basis $x,y,h$ with $[x,y]_0 = h$, $[h,x] = 2 x$, and $[h,y] = -2y$. $\< x_1, x_2 \>_0 = \tr(x_1, x_2)$ where $x_1, x_2 \in \fsl_2$ are trace zero matrices. 
	
	$\fg$ is a Kac-Moody Lie algebra with generators	
		$$e_0 = ty, \quad f_0 = t^{-1} x, \quad h_0 = -h + c,$$
		$$ e_i = x, , \quad f_1 = y, \quad h_1 = h.$$
Note: $[e_0, f_0] = [ty, t^{-1}x] = [y,x]_0 + \<y, x \>_0c = -h + c$.
$\fh$ has basis $\{h, c, d\}$, $\fn^+$ is generated by $e_0, e_1$ and $\fn^-$ is generated by $f_0, f_1$.

The adjoint action of $\fh$ on $fg$ gives 
\begin{eqnarray*}
	\fg &=& \fh \oplus \left( \bigoplus_{\alpha \in R} \fg_{\alpha} \right)\\
		&=& \fh \oplus \left( \bigoplus_{m \in \ZZ} \fg_{\alpha+ m\delta} \right)
				\oplus  \left( \bigoplus_{m \in \ZZ} \fg_{-\alpha+ m\delta} \right)
				 \oplus \left( \bigoplus_{m \in \ZZ_{\neq 0}} \fg_{m\delta} \right)
	\end{eqnarray*}
where $ \fg_{\alpha+ m\delta} = $ span$\{t^m x\}$,  $ \fg_{-\alpha+ m\delta} = $ span$\{t^m y\}$,  $ \fg_{m\delta} = $ span$\{t^m h\}$. This is good notation because $\fh^*$ has basis $\omega_1, \omega_0, \delta$ where 
	$$\omega_1 (h) = 1, \quad \omega_1 (c) = 0, \quad \omega_1 (d) = 0,$$
	$$\omega_0 (h) = 0, \quad \omega_0 (c) = 1, \quad \omega_0 (d) = 0,$$
	$$\delta (h) = 0, \quad \delta (c) = 0, \quad \delta (d) = 1,$$
and $\alpha = 2 \omega_1$. 

If $\gamma \in \fh$ and $p \in \fg_{\alpha + m \delta}$ then 
	$$[ \gamma, p] = (\alpha + m \delta) (\gamma) p.$$
What do we mean?
	$$[ h, t^m x] = t^m [h,x] = 2 t^m x = (\alpha + m \delta) (h) t^m x $$
	 $$[ d, t^m x]  = m t^m x = (\alpha + m \delta)(d)t^m x.$$
Bracketing $e_0, e_1, f_0, f_1$ never produces any $d$'s, since $[t^m x_1, t^n, x_2]_0 + \delta_{m + n}\< x_1, x_2 \>_0 c$. Some people would like to work instead with $\fg' = \fsl_2[t, t^{-1}] \oplus \CC c$. The point is that the elements $t^{-m}x, ~ t^{-m}y, ~ t^{-m}y$ $m\in \ZZ_{>0}$ and $y$ are in $\fn^-$.
	$$f_{\alpha - m\delta} = t^{-m}x$$
	$$f_{-\alpha - m\delta} = t^{-m}y$$
	$$f_{- m\delta} = t^{-m}h$$
Then $U \fn^-$ is generated by these and has basis monomials in these symbols. In other words,we can take things like
	$$\left( f_{-\alpha} \right)^3 \left( f_{-\alpha - 2\delta} \right)^5\left( f_{\alpha - 4 \delta} \right)^1...$$




%--------------------------------------------------------------------------------------------------------------------------%		
\pagebreak
%--------------------------------------------------------------------------------------------------------------------------%		

\appendix
\section{All things aside}

\subsection{The Kac-Moody Lie algebra. (9/10)}\index{Kac-Moody Lie algebra} 

In about 1965, Serre wrote down generators and relations for complex semi-simple Lie algebras $\fg$. The data is a matrix of numbers called the \dfn{Cartan matrix}, coming from certain polynomials and their symmetries. The Kac-Moody very deep idea  was that ``maybe other matrices are fun'', i.e., they generalized the Cartan algebra to find another Lie algebra with many of the same nice properties.\\


\subsection{What is a \index{module!reductive}reductive I hear so much about? (9/12)} Something is reductive when it is ``almost" semi-simple. A module is \subdfn{module}{semi-simple} if it decomposes as a direct sum of simple modules:
	$$M \isom \bigoplus_i M_i, \qquad \textrm{$M_i$ is simple}.$$
The idea is a (group / Lie algebra / algebra / ring) is (reductive / semi-simple ) if all of its modules are semi-simple. But what kind of modules do we care about? This is where so many definitions come in relating to the same idea -- they all involve different kinds of modules (finite dimensional, integral, topologically smooth, etc.). Alternately, an object is semi-simple if its radical is trivial. But there are also many kinds of radicals.



\subsection{Adeles -- the study of everything at once. (9/17)}\index{Adeles}
	\paragraph{The story:} Our favorite field is really $\QQ$. The next one that we learned was $\RR = \QQ_{\infty}$, which is $\QQ$ completed at the infinite \emph{place}. In general, $\QQ_p$ is a completion of $\QQ$ embedded in $\RR$. The next one we liked was $\CC[x]$... but that's not a field, so we take $\CC(x)$. But even in high school, $\CC[x]$ also wasn't enough, as not everything we cared about was a polynomial -- for some reason, everyone seemed to be excited about trig, and other such junk! So then we move on to $\CC[[x]]$ and $\CC((x))$. Besides, our first encounter with $\RR$ was to see it as infinite decimal expansions anyway, so really $\QQ_{\infty} = \QQ[[{1 \over 10}]]$. Similarly $\QQ_p = [[p]]$ (it's hard to tell the difference between $p$ and $p^{-1}$). So we have all of this number junk... all of which we study important stuff over. So why study all of these things individually if we could study all of them at once? 
	
	So that's what the Adeles are, morally -- all of the numbers at once:
	$$\mathrm{Adeles} = \prod_p \QQ_p, $$
	where $p$ can also be $\infty$. Our corresponding favorite group would then be $\GL_n( \prod_p \QQ_p)$. 
	There are, of course, finite conditions to help make things more comfortable... all but a finite number of factors are ``trivial'', where trivial usually means sitting inside of $\ZZ_p = \ZZ[[p]]$. So basically, to understand the Adeles, you just have to get good at doing everything at once.


\subsection{Rob wants to know what this ``admissible'' junk is (9/17)}
 An \index{module!admissible}\emph{admissible module}, as far as Langlands is concerned, is a module $V$ such that $(V^*)^* \isom V$ (via the canonical homomorphism).
 
\subsection{Tantalizers (9/19)} \emph{Tantalizer} is short for ``tensor power centralizer.'' So, if $G$ is a group and $V$ is a $G$-module, then $\End_G(V^{\otimes k}$ is a tantalizer, where 
	$$\End_G(M) = \left\{ \varphi \in \End(M) ~|~ \varphi g m = g \varphi m ~\forall m\in M, g\in G \right\}.$$


\subsection{What is this ``affine'' I keep hearing?}
There are many terms in mathematics which are overused, and \dfn{affine} is one of those terms. It generally means a ``flat'' space, but the various affines (affine variety, affine BMW-algebra, etc.) sometimes have very little to do with eachother. ``Projective'' comes as the counterpart in algebraic geometry, but is not necessarily so in the categorical sense (projective is a categorical term, with Hom's and whatnot).

\subsection{Homology vs. Cohomology}
	Sarah feels that Cohomology wins because it has a ring structure and therefore does more for you. Ram argues that they are the same thing -- $V = V^*$ if $V$ is finite dimensional. Even when it's not finite dimensional, the cohomology ring is graded, so can still be matched up with with homology groups in some way... so most of the time they are the same thing. This is the same deal with Atiyah and his K-theory vs. cohomology. Also, same deal with Lie algebras and music... see Jacob Laurie.

%--------------------------------------------------------------------------------------------------------------------------%		
%--------------------------------------------------------------------------------------------------------------------------%		

\section{Those other questions}

\begin{itemize}
\item When you go to a talk, how do you manage to get work done and at the same       
time know what the talk was about?                                            
                                                                                
\item How do you read a paper?                                                        
                                                                                
\item Suppose I go to a professor to ask him a question, and he starts to talk        
with me about the topic.  Then he refers me to a book and/or a paper on the     
subject.  Does this usually mean that he wants me to read those as opposed      
to bothering him about it, or is that an invitation to learn more and then      
come talk to him again, or something else? [ans. Something about absinth...  ]   

\item  Who do we ask for money? When should we start asking people for money?   How do you (personally) get money? 
	Does this change as we progress through our careers? How much money do we ask for?
	Will you buy me a new computer? Is it appropriate to ask my advisor for a new computer?
	Lets say I have a friend and their advisor is Professor X  and they want a new computer. 
	What advice would you give them with regard to getting a new computer and asking their advisor for money for it?    

\item How do you prepare seminar? Do you have some advice how to make it more         
interesting? How do you decide what to say (and how much)?                      
How do you decide what to write on blackboard? 


\item Why do mathematicians do math? why not philosophy? why not politics or       
law?  Why not something ``useful''?
                                          
\item Who is the greatest mathematician of all time? How about the past 50        
years? past 10 year? Who is doing the most exciting math right now? Who is the most influential mathematician of the past 70 years? past 10     
year?  
                                                                         
\item What are the best journals?  How much does it matter which journals your     
papers appear in?                        
                           
\item Why can't mathematicians ever figure out how to split a bill at a restaurant?

\item How does one grade quickly?

	In grading, there are two purposes: one is assessment, and one is feedback. So first, one has to put priorities on these goals. If you are grading entirely for feedback, you have to figure out what people are getting wrong and then mark on all of the errors. If it's for assessment, then you have to figure out what deserves points, and mark all of those. Once you've made a decision, then it's important to just go. 
	
	The other thing that comes with grading, or any other tedious job, it's so easy to procrastinate. Something that one can do is to set up little checkpoints. Like make a bunch of small piles of 5-10, and then make it through a pile before you can go do something.
	
	Now, breaking it up like that can make it so that you are in drastically different moods, compromising fairness. But grading is just not fair. So we have to be honest with ourselves that the system is not ideal. But we do want to do the best for our students. And it's better to do the best for our students to learn than to try to be fair.
	
\item Rob has been feeling very conflicted recently about what the goal is in teaching. What is his job?

Turn it around. When you were a calculus student, what did you want your teacher or TA to do?


\item Job apps:

	Deadlines come Nov 1, Nov 15, Dec 1, Dec 15... Interviews happen at the Joint meetings, beginning of January.

	When do we ask for letter? It takes about 2-4 hours. It takes reading through papers to that they can comment on them. If we average out 3 hours, with thirty letters to do... a month is needed. 

	Make sure you get your application pulled at the universities in which you are very interested. Email someone, give a talk, whatnot.

\end{itemize}



%--------------------------------------------------------------------------------------------------------------------------%		
%--------------------------------------------------------------------------------------------------------------------------%		
\pagebreak
		
%\lspace{1}
%\nocite{*}  %loads all refs, no citation needed
%\bibliographystyle{alpha}
%\bibliography{references}
	

\printindex

\end{document}

