A Lie Group is a space that possesses two structures:
1) structure of a group
2) structure of a smooth manifold
Examples (main are matrix groups):
- General linear group GL(n,R)
- Special linear group SL(n,R)
- Orthogonal groups O(n,R), SO(n,R)
etc.
Simplest examples:
SO(2) = {2×2 matrix A s.t. AAT=id, det A=1}
Then, it's not hard to verify that SO(2) is the set of all rotation matrices.
As a smooth manifold, SO(2) is a circle (trivial to show)
Similarly, the orthogonal group: O(2)={2×2 matrix A s.t. AAT=id}
This ends up to be similar to SO(2), except the polarity of the right side of the matrix is flipped (determinant can be either 1 or -1)
This is a disjoint union of two circles
SL(2,R)={2×2 matrix A s.t. det A=1}
Because there are 4 dimensions (2×2), this defines a second order hypersurface in R4 #-> Second order hypersurface? Defined by second order polynomial
Theorem: Proposition 1
SL(2,R) is three-dimensional and diffeomorphic to the direct product S1×R2.
Sketch of proof:
If we write a=x+y,d=x−y,b=u+v,c=u−v, we get ad−bc=1→x2−y2−u2+v2=1
then, x2+v2=1+y2+u2
If (y,u)∈R2, then (x,v) lies on a circle S1 (of variable radius). Hence, ((y,u),(x,v))∈R2×S1.
Unitary group:
U(2)={2×2 matrix where coeffs in C, AA∗=id} #-> Implication of conjugate?
Special unitary group: SU(2)={2×2 matrix where coeffs in C, AA∗=id, and det A=1}
Theorem: Proposition 2
SU(2) is three-dimensional and diffeomorphic to 3 dimensional sphere S3. U(2) is four-dimensional and diffeomorphic to the direct product S3×S1.
Sketch of proof:
In terms of a,b,c,d, AA∗=1 can be represented as three equations.
The first, aa+bb=1, means that (a,b) in C2=R4 belongs to the sphere of radius 1 (because a12+a22+b12+b22=1)
The second, ca+db=0, means that (c,d) is proportional (−b,a). This means that c=−λb, d=λa for some λ.
The third, cc+dd=1, means that if we plug in our above expressions for c and d, we get ∣λ∣=1, which means that λ=eiϕ for some ϕ.
Then, matrices in U(2) are [a−λbba].
Because the determinant of matrices in U(2) are exactly λ, setting λ=1 gives us matrices in SU(2): [a−bba].
Then, there is a natural bijection between the 3-sphere S3 = {(a,b,c,d)∈R4 s.t. a2+b2+c2+d2=1}={(a,b)∈C2 s.t. ∣a∣2+∣b∣2=1} and SU(2).
In the case of U(2), we have an additional parameter λ=eiϕ, which defines a circle, so U(2)=S3×S1.
Definition: Abelian Group
A group is called Abelian if the binary operation is commutative.
Examples:
- Any vector space V over R can be an abelian lie group, with the binary operation being addition: (u,v)↦u+v.
- A torus Tn=S1×S1×… n times ⋯×S1 is also an abelian lie group. Representing each point on Tn as an n-tuple (ϕ1,ϕ2,…,phin) where each ϕk is an "angle" mod 2π. The binary operation then is the addition mod 2π: (ϕ1,dots,ϕn)+(ψ1,…,ψn)=((ϕ1+ψ1)mod2π,…,(ϕn+ψn)mod2π)
Note that Tn can be represented as a matrix lie group, if we assign each n-tuple (ϕ1,…,ϕn) to the diagonal matrix with each component as eiϕk.
On a group, we can define many other structures of Lie groups (not all commutative). Ex. on R3 we can define: (x1,x2,x3)⋅(y1,y2,y3)=(x1+y1,x2+y2,x3+y3+x1y2)
The smoothness of this operation is evident, even though it's non-linear. #-> Why? Is it because each component is a sum or product?
We have a natural matrix representation, the group of upper triangular matrices: G={A=⎣⎡100x110x3x21⎦⎤}. We can see that a product of two of such groups yields the corresponding group.
General Linear Group: GL(n,R) = all n×n matrices with non-zero determinants
It's smooth because it's an open subset in the vector space Rn2.
Because GL(n,R) is not connected, it consists of {A: det A>0} and {A: det A<0}
Theorem: Proposition 3
In the simplest case GL(2,R), each of these components (refering to {A: det A>0} and {A: det A<0}) is diffeomorphic to S1×R3.
Rough proof sketch:
We can express any matrix in GL(2,R) with positive determinant as a product of some positive constant and a matrix in SL(2,R).
Then, as SL(2,R)≅S1×R2 and R+≅R, the extra scaling coefficient adds a dimension, and thus GL(2,R+)≅S1×R3. The same argument can be made for GL(2,R−).