Smooth homomorphisms

Homomorphisms

Recap

Recall that a homomorphism is a map F : G H between two groups such that F ( g 1 g 2 ) = F ( g 1 ) F ( g 2 ) for all g 1 , g 2 G and F ( 1 ) = 1 . In other words, F is a map which intertwines the group structures on G and on H . Homomorphisms play a key role in group theory, and we will focus on the case when G and H are matrix groups.

Example:

The determinant gives us a homomorphism det : G L ( n , 𝐑 ) G L ( 1 , 𝐑 ) , by sending a matrix M to the 1-by-1 matrix ( det M ) . This is a homomorphism because det ( M 1 M 2 ) = det ( M 1 ) det ( M 2 ) and det ( I ) = 1 .

Smoothness

In this course we are trying to use tools from calculus to study groups and homomorphisms, so we would like to be able to differentiate F . You know how to differentiate a function. You know how to differentiate a map from 𝐑 n to 𝐑 m by taking partial derivatives of components. But how can we differentiate a map between two matrix groups?

Definition:

A homomorphism F : G H of matrix group is smooth if it is smooth (infinitely-differentiable) when written in local exponential charts.

We have exponential maps exp : 𝔤 G and exp : 𝔥 H which (as was proved in this optional video) are locally invertible. When we view a map F : G H in local exponential charts, it means that we get a (locally-defined) map f : 𝔤 𝔥 which makes this diagram commute:

Little g goes to little h by f, big G goes to big H via F, little g goes to big G (respectively little h goes to big H) via exp

In other words, f = log F exp wherever that makes sense, i.e. on some neighbourhood of the zero-matrix in 𝔤 . This is a map between open subsets of vector spaces 𝔤 and 𝔥 so it is infinitely-differentiable if all possible iterated partial derivatives of all components exist.

Remark:

Note that F ( exp X ) = exp ( f ( X ) ) for all X in the neighbourhood where f is defined. You can see this by taking exp on both sides of f = log F exp .

Main result

Theorem:

If F : G H is a smooth homomorphism of matrix groups then:

  1. f is the restriction of a linear map F * : 𝔤 𝔥 to a neighbourhood of the zero-matrix.

  2. F ( exp X ) = exp ( F * ( X ) ) for all X 𝔤 .

  3. F * [ X , Y ] = [ F * ( X ) , F * ( Y ) ] for all X , Y 𝔤 .

Remark:

We'll prove this theorem in a later video, but let us remark that this third result is not unexpected: we obtain F * by "taking F inside the exponential", and the Baker-Campbell-Hausdorff formula told us that the group product exp ( X ) exp ( Y ) is determined by X , Y and iterated brackets between them, so if F preserves group multiplication, it's not surprising that F * preserves the bracket.

Example

Example:

Since det is a homomorphism, this theorem tells us that there is a linear map det * : 𝔤 𝔩 ( n , 𝐑 ) 𝔤 𝔩 ( 1 , 𝐑 ) such that det ( exp X ) = e det * ( X ) for all matrices X . It turns out that det * ( X ) = Tr ( X ) = X 11 + X 22 + + X n n . So det ( exp X ) = e Tr ( X ) .

Why is it true that det * = Tr ? By the theorem, det * is linear, so it suffices to check det * = Tr on a basis for 𝔤 𝔩 ( n , 𝐑 ) .

Let's use the basis of n 2 matrices whose entries are all zero except for one which is 1: ( 1 0 0 0 0 0 0 0 0 ) , ( 0 1 0 0 0 0 0 0 0 ) , , ( 0 0 1 0 0 0 0 0 0 ) , , ( 0 0 0 0 0 0 0 0 1 ) First suppose that we pick a basis element with a 1 on the diagonal, like X = ( 1 0 0 0 0 0 0 0 0 ) . Then det exp X = det ( 1 + 1 + 1 / 2 + 1 / 3 ! + 0 0 0 1 0 0 0 1 ) = e = e 1 = e Tr ( X ) as required.

Pre-class exercise

Exercise:

If X has a 1 on the off-diagonal, I'll leave it as an exercise to check that det ( exp ( X ) ) = e Tr ( X ) .