Computational Topics in Lie Theory and Representation Theory

Total Page:16

File Type:pdf, Size:1020Kb

Computational Topics in Lie Theory and Representation Theory Utah State University DigitalCommons@USU All Graduate Theses and Dissertations Graduate Studies 5-2014 Computational Topics in Lie Theory and Representation Theory Thomas J. Apedaile Utah State University Follow this and additional works at: https://digitalcommons.usu.edu/etd Part of the Applied Statistics Commons Recommended Citation Apedaile, Thomas J., "Computational Topics in Lie Theory and Representation Theory" (2014). All Graduate Theses and Dissertations. 2156. https://digitalcommons.usu.edu/etd/2156 This Thesis is brought to you for free and open access by the Graduate Studies at DigitalCommons@USU. It has been accepted for inclusion in All Graduate Theses and Dissertations by an authorized administrator of DigitalCommons@USU. For more information, please contact [email protected]. COMPUTATIONAL TOPICS IN LIE THEORY AND REPRESENTATION THEORY by Thomas J. Apedaile A thesis submitted in partial fulfillment of the requirements for the degree of MASTER OF SCIENCE in Mathematics Approved: Ian Anderson Nathan Geer Major Professor Committee Member Zhaohu Nie Mark R McLellan Committee Member Vice President for Research and Dean of the School of Graduate Studies UTAH STATE UNIVERSITY Logan, Utah 2014 ii Copyright c Thomas J. Apedaile 2014 All Rights Reserved iii ABSTRACT Computational Topics in Lie Theory and Representation Theory by Thomas J. Apedaile, Master of Science Utah State University, 2014 Major Professor: Dr. Ian Anderson Department: Mathematics and Statistics The computer algebra system Maple contains a basic set of commands for work- ing with Lie algebras. The purpose of this thesis was to extend the functionality of these Maple packages in a number of important areas. First, programs for defining multiplication in several types of Cayley algebras, Jordan algebras and Clifford algebras were created to allow users to perform a variety of calculations. Second, commands were created for calculating some basic properties of finite-dimensional representations of complex semisimple Lie algebras. These commands allow one to identify a given representation as direct sum of irreducible subrepresentations, each one identified by an invariant highest weight. Third, creating an algorithm to calculate the Lie bracket for Vinberg's symmetric construction of Freudenthal's Magic Square allowed for a uniform construction of all five exceptional Lie algebras. Maple examples and tutorials are pro- vided to illustrate the implementation and use of the algebras now available in Maple as well as the tools for working with Lie algebra representations. (255 pages) iv PUBLIC ABSTRACT Computational Topics in Lie Theory and Representation Theory by Thomas J. Apedaile, Master of Science Utah State University, 2014 Major Professor: Dr. Ian Anderson Department: Mathematics and Statistics The computer algebra system Maple contains a basic set of commands for working with Lie algebras and matrices. The purpose of this thesis was to extend the functionality of these Maple packages in a number of important areas. First, programs for defining multiplication in several different types of algebras were created to allow users to perform a wider variety of calculations. Second, commands were created for calculating some basic properties of matrix representations of semisimple Lie algebras. This allows a user to identify a given matrix representation by a collection of integers which do not change when the basis of the representation is changed. These integers, called highest weights, uniquely identify the representation. Third, an algorithm was created to allow for a uniform construction of all five exceptional Lie algebras. Maple examples and tutorials are provided to illustrate the implementation and use of the algebras now available in Maple as well as the tools for working with Lie algebra representations. (255 pages) v ACKNOWLEDGMENTS I would like to thank Dr. Ian Anderson for his infinite patience, prodding and expertise. Without his help and encouragement, I doubt I would have learned so much. I would also like to thank Dr. Zhaohu Nie for the time he took out of his busy schedule to sit down with and brainstorm on problems that helped me understand my thesis better. Most of all, I am grateful for my wonderful family and amazing friends, for their support over the years and for all the times I would force them to listen to me talk about every breakthrough I encountered. I know by the looks on their faces that it was painful at times, but helped keep the fire alive. Thomas J. Apedaile vi CONTENTS Page ABSTRACT.................................... iii PUBLIC ABSTRACT.............................. iv ACKNOWLEDGMENTS............................ v LIST OF TABLES................................viii LIST OF FIGURES............................... ix SYMBOLS..................................... x 1 INTRODUCTION............................... 1 2 ALGEBRAS.................................. 6 2.1 Preliminaries..................................6 2.2 Cayley-Dickson Construction......................... 11 2.2.1 Quaternions............................... 12 2.2.2 Octonions................................ 15 2.2.3 A Brief Discussion of the Cayley Algebras A(−).......... 19 2.3 Jordan Algebras................................ 21 2.4 Clifford Algebras................................ 24 2.5 Lie Algebras................................... 30 3 DECOMPOSITION OF LIE ALGEBRA REPRESENTATIONS . 45 3.1 Introduction................................... 45 3.2 Overview of Theorem3 :1........................... 48 3.3 Overview of Theorem3 :2........................... 51 3.4 Overview of Theorem3 :3........................... 53 3.5 Representations of sl2(C)........................... 54 3.6 Representations of sl3(C)........................... 56 3.7 Detailed Discussion of Theorems3 :1 and3 :2................. 62 3.8 Examples.................................... 74 3.8.1 sl3(C) : Decomposing V ⊗ V ..................... 74 2 3.8.2 g2(C) : Decomposing ^ (der (O))................... 77 3.8.3 so5(C): Creating an \Optimal" Basis of V .............. 83 vii 4 MAGIC SQUARE LIE ALGEBRAS.................... 90 4.1 Introduction................................... 90 4.2 Derivations and the Derivation Algebra................... 91 4.3 Vinberg's Magic Square Construction.................... 103 4.4 Computing the Lie Bracket on M(K; M)................... 110 BIBLIOGRAPHY.................................133 APPENDIX....................................135 A Miscellaneous Results............................. 136 B Maple Code................................... 140 B.1 Algebras................................. 140 B.1.1 Quaternion Library Code.................. 140 B.1.2 Octonion Library Code................... 141 B.1.3 Jordan Algebra Library Code................ 144 B.1.4 Clifford Algebra Library Code............... 150 B.2 Representations Code......................... 159 B.2.1 Fundamental Weights Code................. 159 B.2.2 Highest Weight Vector Code................ 163 B.2.3 Decompose Representation Code.............. 170 B.3 Magic Square.............................. 180 C Maple Tutorials................................. 200 C.1 Building a Quaternion Algebra.................... 200 C.2 Building an Octonion Algebra..................... 202 C.3 Building a Jordan Algebra....................... 206 C.4 Building a Clifford Algebra...................... 210 C.5 Decomposing Lie Algebra Representations.............. 214 C.6 Derivations of the Octonions..................... 229 C.7 Magic Square Lie Algebras...................... 234 viii LIST OF TABLES Table Page 2.1 Multiplication Table - Quaternions...................... 13 2.2 Multiplication Table - Octonions....................... 16 2.3 Multiplication Table - Split-Quaternions................... 20 2.4 Multiplication Table - Split-Octonions.................... 21 2.5 Multiplication Table - Basis Elements for the Clifford Algebra C(Q)... 28 2.6 Lie Bracket Table for t3 ............................ 34 2.7 Lie Bracket Table for [Dt3; Dt3]....................... 34 2.8 Lie Bracket Table for b4 ............................ 34 2.9 Lie Bracket Table for [b4; Db4]........................ 35 2.10 Lie Bracket Table for e(3)........................... 40 2.11 Classification of semisimple Lie algebras over C ............... 41 4.1 Freudenthal's Magic Square Lie Algebras.................. 91 4.2 Decomposition of the Lie Bracket....................... 109 0 0 4.3 Symmetric Magic Square M(K ; M )..................... 110 0 4.4 Non-Symmetric Magic Square M(K ; M)................... 110 ix LIST OF FIGURES Figure Page 2.1 Multiplication for Imaginary Quaternion Basis Elements.......... 14 2.2 The Fano Plane: Octonion Multiplication.................. 17 3.1 Diagram for the eigenvalues corresponding to the decomposition (3:6).. 59 x SYMBOLS [X; Y ] Commutator/Lie bracket XY − YX (x; y; z) Associator (xy)z − x(yz) tr(X) X Trace free part of a matrix XX − · I 0 n n 1 x ◦ y Jordan product (xy + yx) 2 j Ei A square matrix with 1 in the ith row and jth column 1 I (A) The imaginary part of an element A (A − A) 2 1 R (A) The real part of an element A (A + A) 2 1 CHAPTER 1 INTRODUCTION The study of symmetries plays a prominent role in the study of mathematics. Lie groups provide a way to express the concept of a continuous family of symmetries for geometric objects. The fundamental theorems of Lie describe a connection between a Lie group and a corresponding Lie algebra. Given a Lie algebra, one can obtain con- nected Lie groups which are (at worst) locally isomorphic. Also,
Recommended publications
  • LIE GROUPS and ALGEBRAS NOTES Contents 1. Definitions 2
    LIE GROUPS AND ALGEBRAS NOTES STANISLAV ATANASOV Contents 1. Definitions 2 1.1. Root systems, Weyl groups and Weyl chambers3 1.2. Cartan matrices and Dynkin diagrams4 1.3. Weights 5 1.4. Lie group and Lie algebra correspondence5 2. Basic results about Lie algebras7 2.1. General 7 2.2. Root system 7 2.3. Classification of semisimple Lie algebras8 3. Highest weight modules9 3.1. Universal enveloping algebra9 3.2. Weights and maximal vectors9 4. Compact Lie groups 10 4.1. Peter-Weyl theorem 10 4.2. Maximal tori 11 4.3. Symmetric spaces 11 4.4. Compact Lie algebras 12 4.5. Weyl's theorem 12 5. Semisimple Lie groups 13 5.1. Semisimple Lie algebras 13 5.2. Parabolic subalgebras. 14 5.3. Semisimple Lie groups 14 6. Reductive Lie groups 16 6.1. Reductive Lie algebras 16 6.2. Definition of reductive Lie group 16 6.3. Decompositions 18 6.4. The structure of M = ZK (a0) 18 6.5. Parabolic Subgroups 19 7. Functional analysis on Lie groups 21 7.1. Decomposition of the Haar measure 21 7.2. Reductive groups and parabolic subgroups 21 7.3. Weyl integration formula 22 8. Linear algebraic groups and their representation theory 23 8.1. Linear algebraic groups 23 8.2. Reductive and semisimple groups 24 8.3. Parabolic and Borel subgroups 25 8.4. Decompositions 27 Date: October, 2018. These notes compile results from multiple sources, mostly [1,2]. All mistakes are mine. 1 2 STANISLAV ATANASOV 1. Definitions Let g be a Lie algebra over algebraically closed field F of characteristic 0.
    [Show full text]
  • Introduction to Lie Groups and Lie Algebras
    Introduction to Lie Groups and Lie Algebras Alexander Kirillov, Jr. Department of Mathematics, SUNY at Stony Brook, Stony Brook, NY 11794, USA E-mail address: [email protected] URL: http://www.math.sunysb.edu/~kirillov Contents Chapter 1. Introduction 7 Chapter 2. Lie Groups: Basic Definitions 9 §2.1. Lie groups, subgroups, and cosets 9 §2.2. Action of Lie groups on manifolds and representations 12 §2.3. Orbits and homogeneous spaces 13 §2.4. Left, right, and adjoint action 14 §2.5. Classical groups 15 Exercises 18 Chapter 3. Lie Groups and Lie algebras 21 §3.1. Exponential map 21 §3.2. The commutator 23 §3.3. Adjoint action and Jacobi identity 24 §3.4. Subalgebras, ideals, and center 25 §3.5. Lie algebra of vector fields 26 §3.6. Stabilizers and the center 28 §3.7. Campbell–Hausdorff formula 29 §3.8. Fundamental theorems of Lie theory 30 §3.9. Complex and real forms 34 §3.10. Example: so(3, R), su(2), and sl(2, C). 35 Exercises 36 Chapter 4. Representations of Lie Groups and Lie Algebras 39 §4.1. Basic definitions 39 §4.2. Operations on representations 41 §4.3. Irreducible representations 42 §4.4. Intertwining operators and Schur lemma 43 §4.5. Complete reducibility of unitary representations. Representations of finite groups 45 §4.6. Haar measure on compact Lie groups 46 3 4 Contents §4.7. Orthogonality of characters and Peter-Weyl theorem 48 §4.8. Universal enveloping algebra 51 §4.9. Poincare-Birkhoff-Witt theorem 53 Exercises 55 Chapter 5. Representations of sl(2, C) and Spherical Laplace Operator 59 §5.1.
    [Show full text]
  • Group Theory –
    DRAFT 2019 February 26 Mathematical Methods in Physics - 231B { Group Theory { Eric D'Hoker Mani L. Bhaumik Institute for Theoretical Physics Department of Physics and Astronomy University of California, Los Angeles, CA 90095, USA [email protected] The purpose of this course is to present an introduction to standard and widely used methods of group theory in Physics, including Lie groups and Lie algebras, representation theory, tensors, spinors, structure theory of solvable and simple Lie algebras, homogeneous and symmetric spaces. Contents 1 Definition and examples of groups 5 1.1 A little history . .5 1.2 Groups . .6 1.3 Topological groups . .9 1.4 Lie Groups . 12 1.5 Vector spaces . 13 1.6 Lie Algebras . 13 1.7 Relating Lie groups and Lie algebras . 15 1.8 Tangent vectors, tangent space, and cotangent space . 16 2 Matrix Lie groups and Lie algebras 18 2.1 The general linear group GL(n)........................ 18 2.2 Closed subgroups of the general linear group . 21 2.3 The orthogonal groups SO(n) and Lie algebras so(n)............ 21 2.4 The symplectic group Sp(2n) and Lie algebra sp(2n)............ 23 2.5 The unitary group SU(n) and Lie algebra su(n)............... 25 2.6 Cartan subalgebras and subgroups and the center . 26 2.7 Summary of matrix Lie groups and Lie algebras . 26 2.8 Non-semi-simple matrix groups . 30 2.9 Invariant differential forms, metric, and measure . 31 2.10 Spontaneous symmetry breaking, order parameters . 37 2.11 Lie supergroups and Lie superalgebras . 38 3 Representations 41 3.1 Representations of groups .
    [Show full text]
  • Bases for Representation Rings of Lie Groups and Their Maximal Tori
    Bases for representation rings of Lie groups and their maximal tori A Senior Project submitted to The Division of Science, Mathematics, and Computing of Bard College by Changwei Zhou arXiv:1509.08198v1 [math.RT] 28 Sep 2015 Annandale-on-Hudson, New York May, 2012 Abstract A Lie group is a group that is also a differentiable manifold, such that the group operation is continuous respect to the topological structure. To every Lie group we can associate its tangent space in the identity point as a vector space, which is its Lie algebra. Killing and Cartan completely classified simple Lie groups into seven types. Representation of a Lie group is a homomorphism from the Lie group to the automor- phism group of a vector space. In general represenations of Lie group are determined by its Lie algebra and its the connected components. We may consider operations like direct sum and tensor product with respect to which the representations of G form a ring R(G). Assume the group is compact. For every Lie group we may find a maximal torus inside of it. By projecting the representation ring of the Lie group to the representation ring of its maximal torus, we may consider to express R(T ) elements as sums of products of base elements with R(G) elements. In 1970s Pittie and Steinberg proved R(T ) is a free module over R(G) using homological algebra methods without specifying the bases in each seven types. In this senior project I found an explicit basis for the representation ring of the maximal torus of Lie group SUn in terms of the represenation ring of the Lie group itself.
    [Show full text]
  • Representations of Reductive Lie Groups
    Representations of reductive Lie groups Lectures delivered by Joe Harris Notes by Akhil Mathew Spring 2013, Harvard Contents Lecture 1 1/28 x1 Mechanics 5 x2 Philosophy 6 x3 Basic definitions 7 x4 Examples 9 Lecture 2 1/30 x1 Examples 11 x2 More examples 12 x3 General remarks 13 x4 Neighborhoods of e generate 14 x5 Isogenies and covering spaces 15 Lecture 3 2/1 x1 Recap 16 x2 Isogeny 18 x3 The adjoint representation 19 x4 Differentiating the adjoint representation 21 Lecture 4 2/4 x1 The basic setup 22 x2 Describing the bracket 23 x3 Some general re- marks 25 x4 Lie brackets and commutators 26 x5 Some more terminology 26 x6 Representations of Lie algebras 27 Lecture 5 2/6 x1 Recap 28 x2 The exponential map 31 Lecture 6 2/8 x1 The exponential map 33 x2 The Baker-Campbell-Hausdorff formula 35 Lecture 7 2/11 x1 The dictionary 38 x2 Nilpotent, solvable, and semisimple Lie algebras 39 x3 Engel's and Lie's theorems 41 Lecture 8 2/13 x1 Engel's theorem 42 x2 Lie's theorem 45 1 Lecture 9 2/15 x1 The radical 47 x2 Jordan decomposition 49 x3 An example: sl2 51 Lecture 10 2/20 x1 sl2(C) 53 x2 Irreducible representations 54 Lecture 11 2/22 x1 Recap 58 x2 Plethysm 59 x3 sl3 60 Lecture 12 2/25 x1 Recap on sl3 63 x2 Irreducible representations of sl3 64 Lecture 13 2/27 x1 Continuation of sl3 67 x2 Irreducible representations 70 Lecture 14 3/1 x1 sl3 71 x2 Examples 73 Lecture 15 3/4 x1 Examples 77 Lecture 16 3/6 x1 Outline 78 Lecture 17 3/8 Lecture 18 3/11 x1 The Killing form 85 x2 sln 87 Lecture 19 3/13 x1 sln 90 Lecture 20 3/15 x1 Geometric plethysm 92
    [Show full text]
  • On the Representation Theory of Semisimple Lie Groups
    On the Representation Theory of Semisimple Lie Groups by Faisal Al-Faisal A thesis presented to the University of Waterloo in fulfillment of the thesis requirement for the degree of Master of Mathematics in Pure Mathematics Waterloo, Ontario, Canada, 2010 c Faisal Al-Faisal 2010 I hereby declare that I am the sole author of this thesis. This is a true copy of the thesis, including any required final revisions, as accepted by my examiners. I understand that my thesis may be made electronically available to the public. ii Abstract This thesis is an expository account of three central theorems in the representation theory of semisimple Lie groups, namely the theorems of Borel{Weil{Bott, Casselman{ Osborne and Kostant. The first of these realizes all the irreducible holomorphic repre- sentations of a complex semisimple Lie group G in the cohomology of certain sheaves of equivariant line bundles over the flag variety of G. The latter two theorems describe the Lie algebra cohomology of a maximal nilpotent subalgebra of g with coefficients in an irreducible g-module. Applications to geometry and representation theory are given. Also included is a brief overview of Schmid's far-reaching generalization of the Borel{ Weil{Bott theorem to the setting of unitary representations of real semisimple Lie groups on (possibly infinite-dimensional) Hilbert spaces. iii Acknowledgements I would like to express my sincere thanks to my family and friends for their support, to my advisor Professor Wentang Kuo for his patience and insight, to my readers Professors Spiro Karigiannis and Kevin Purbhoo for their helpful comments, and to the Department of Pure Mathematics at the University of Waterloo for being my home away from home.
    [Show full text]
  • Lie Groups, Lie Algebras, and Their Representations
    Lie groups, Lie algebras, and their representations Gwyn Bellamy [email protected] www.maths.gla.ac.uk/∼gbellamy September 16, 2016 Abstract These are the lecture notes for the 5M reading course "Lie groups, Lie algebras, and their representations" at the University of Glasgow, autumn 2015. Contents 1 Introduction i 2 Manifolds - a refresher 2 3 Lie groups and Lie algebras 11 4 The exponential map 20 5 The classical Lie groups and their Lie algebras 30 6 Representation theory 35 7 The structure of Lie algebras 40 8 Complete reducibility 48 9 Cartan subalgebras and Dynkin diagrams 54 10 The classification of simple, complex Lie algebras 65 11 Weyl's character formula 69 12 Appendix: Quotient vector spaces 76 1 Introduction Lie groups and Lie algebras, together called Lie theory, originated in the study of natural symme- tries of solutions of differential equations. However, unlike say the finite collection of symmetries of the hexagon, these symmetries occurred in continuous families, just as the rotational symmetries of the plane form a continuous family isomorphic to the unit circle. The theory as we know it today began with the ground breaking work of the Norwegian mathematician Sophus Lie, who introduced the notion of continuous transformation groups and showed the crucial role that Lie algebras play in their classification and representation theory. Lie's ideas played a central role in Felix Klein's grand "Erlangen program" to classify all possible geometries using group theory. Today Lie theory plays an important role in almost every branch of pure and applied mathematics, is used to describe much of modern physics, in particular classical and quantum mechanics, and is an active area of research.
    [Show full text]
  • Arxiv:1704.07819V2 [Math.RA] 7 Aug 2017 2 5.3
    NOTES ON G2: THE LIE ALGEBRA AND THE LIE GROUP CRISTINA DRAPER FONTANALS∗ Abstract. These notes have been prepared for the Workshop on "(Non)- 6 existence of complex structures on S ", celebrated in Marburg in March, 2017. The material is not intended to be original. It contains a survey about the smallest of the exceptional Lie groups: G2, its definition and different char- 6 7 acterizations as well as its relationship to the spheres S and S . With the exception of the summary of the Killing-Cartan classification, this survey is self-contained, and all the proofs are provided. Although these proofs are well- known, they are scattered, some of them are difficult to find, and others require stronger background, while we will usually stick to linear algebra arguments. The approach is algebraical, working at the Lie algebra level most often. We analyze the complex Lie algebra (and group) of type G2 as well as the two real Lie algebras of type G2, the split and the compact one. The octonion algebra will play its role, but it is not the starting point. Also, both the 3- forms approach and the spinorial approach are viewed and connected. Special emphasis is put on relating all the viewpoints by providing precise models. Contents 1. A summary of the Killing-Cartan classification via roots 2 1.1. On simple real Lie algebras 6 2. A first linear model of (split) G2 7 2.1. The model 7 2.2. A little bit of representation theory 10 3. Understanding G2 better 11 7 3.1.
    [Show full text]
  • Introduction
    DIFFERENTIAL OPERATORS ON HOMOGENEOUS SPACES L. BARCHINI AND R. ZIERAU Abstract. These are notes for lectures given at the ICE-EM Australian Grad- uate School in Mathematics in Brisbane, July 2-20, 2007. Introduction The real flag manifolds are a interesting family of smooth manifolds. Among the real flag manifolds are the spheres, projective spaces and Grassmannians. Each is a compact homogeneous space G/P for reductive Lie group G; see Lecture 3 for a definition. There are (at least) two reasons the real flag manifolds are particularly important. One is that they are flat models for certain geometries, such as con- formal geometry and contact geometry. Another is that in representation theory the standard representations of a reductive Lie group occur as spaces of sections of homogeneous vector bundles over G/P . In both situations differential operators between sections of bundles over G/P play an important role; typically systems of such operators will have some G−equivariance properties. The goal of these lec- tures is to give some methods for constructing and studying interesting (families) of differential operators. The course begins with four lectures on the structure of reductive Lie groups and Lie algebras, and their finite dimensional representations. It is assumed that the student has had an introductory course on Lie groups and understands the basics of manifold theory. The classical groups, such as GL(n, R) and SO(p, q), are examples of reductive Lie groups. Using some linear algebra, much of the structure theory presented is easily understood for these groups. In fact students may wish to focus entirely on the group GL(n, R) (except in Lectures 13 and 14).
    [Show full text]
  • Lie Algebras
    Lie Algebras Mark Wildon October 17, 2006 Small print: These notes are intended to give the logical structure of the first half of the course; proofs and further remarks will be given in lectures. I would very much appreciate being told of any corrections or possible improvements. These notes, together with some brief notes on the linear algebra prerequisites, and the problem sheets for the course, are available via my home page, http://www-maths.swansea.ac.uk/staff/mjw/ My email address is [email protected]. Contents 1 Introduction 2 2 Fundamental definitions 4 3 Solvable Lie algebras 6 4 Engel’s theorem and nilpotent Lie algebras 8 5 Lie’s theorem 9 6 Some representation theory 10 7 Semisimple Lie algebras 14 8 The root space decomposition 15 9 The classification of complex semisimple Lie algebras 20 1 Introduction Challenge 1.1. Let n ≥ 1 and let x, y be square matrices with entries in C. Suppose that xy −yx commutes with x and y. Show that xy −yx is nilpotent; that is, (xy − yx)r =0 for some r > 0. If you solve this problem, you’ll have succeeding in finding the main idea needed to prove a major result in the theory of Lie algebras. (See Theorem 5.2.) Convention 1.2. Vector spaces in this course are always finite-dimensional. Throughout F will be a field. Definition 1.3. A Lie algebra over a field F is an F -vector space L together with a map [−, −] : L × L → L satisfying the following properties: (1) [−, −] is bilinear, (2) [x, x] =0 for all x ∈ L; anticommutativity, (3) [x, [y, z]]+[y, [z, x]]+[z, [x, y]] = 0 forall x, y, z ∈ L; the Jacobi identity.
    [Show full text]
  • Introduction
    Introduction The theory of groups really began with GALOIS ( 1811- 1832 ) who demonstrated that polynomials are best understood by examining certain groups of permutations of their roots .since that time groups have arisen in almost every branch of mathematics. One of the most important groups is the transformation groups and that is the subject of this thesis' What is the transformation groups and what are their actions ? Transformation groups can be defined as (( a collection of transformations which forms a group with composition as operation)). To illustrate this : a map f : x → x from a set X to itself is called a transformation of the set X .It is not our interest to study the properties of a single transformation but rather to study families of transformations of a set X at the same time. In particular we are interested in studying sets of transformations of X which exhibit a group structure . If G is the set of transformations of X which has a group structure then we call G a transformation group of X and X is called the G- set . We also say that G acts on X . If X has some additional mathematical structure then we usually require the transformations to preserve this structure. As an example of transformation groups : consider the usual Euclidean plane. Of course ,it is a two dimensional set, but there is more to it , namely, a concept of distance between pairs of points ,one way to study the Euclidean plane is to concentrate on distance and find enough characteristics of this concept of distance to be able to describe of the Euclidean plane geometry in terms of distance.
    [Show full text]
  • [Math.RT] 7 Jun 2005 Hoe 1
    COMPACT GROUPS AND THEIR REPRESENTATIONS ALEXANDRE KIRILLOV AND ALEXANDER KIRILLOV JR Abstract. This is an overview article on compact Lie groups and their representations, written for the Encyclopedia of Mathematical Physics to be published by Elsevier. In this article we describe the structure and representation theory of compact Lie groups. Throughout the article, G is a compact real Lie group with Lie algebra g. Unless otherwise stated, G is assumed to be connected. The word “group” will always mean a “Lie group” and the word “subgroup” will mean a closed Lie subgroup. The notation Lie(H) stands for the Lie algebra of a Lie group H. We assume that the reader is familiar with the basic facts of the theory of Lie groups and Lie algebras, which can be found in the article Lie groups: general theory in this Encyclopedia, or in the books listed in the bibliography. 1. Examples of compact Lie groups Examples of compact groups include • Finite groups • Quotient groups Tn = Rn/Zn, or more generally, V/L, where V is a finite-dimensional real vector space and L is a lattice in V , i.e. a discrete subgroup generated by some basis in V . Groups of this type are called tori; it is known that every commutative connected compact group is a torus. • Unitary groups U(n) and special unitary groups SU(n), n ≥ 2. • Orthogonal groups O(n) and SO(n), n ≥ 3. • The groups U(n, H), n ≥ 1, of unitary quaternionic transformations, which are isomorphic to Sp(n) := Sp(n, C) ∩ SU(2n).
    [Show full text]