Chapter 15 GROUP THEORY and APPLICATIONS

Total Page:16

File Type:pdf, Size:1020Kb

Chapter 15 GROUP THEORY and APPLICATIONS Chapter 15 GROUP THEORY AND APPLICATIONS GOALS In Chapter 11, Algebraic Systems, groups were introduced as a typical algebraic system. The associated concepts of subgroup, group isomor- phism, and direct products of groups were also introduced. Groups were chosen for that chapter because they are among the simplest types of algebraic systems. Despite this simplicity, group theory abounds with interesting applications, many of which are of interest to the computer scientist. In this chapter we intend to present the remaining important concepts in elementary group theory and some of their applications. 15.1 Cyclic Groups Groups are classified according to their size and structure. A group's structure is revealed by a study of its subgroups and other properties (e.g., whether it is abelian) that might give an overview of it. Cyclic groups have the simplest structure of all groups. Definitions: Cyclic Group, Generator. Group G is cyclic if there exists a œ G such that the cyclic subgroup generated by a, HaL, equals all of G. That is, G = 8n a n œ Z<, in which case a is called a generator of G. The reader should note that additive notation is used for G. Example 15.1.1. Z12 = @Z12 , +12 D, where +12 is addition modulo 12, is a cyclic group. To verify this statement, all we need to do is demonstrate that some element of Z12 is a generator. One such element is 5; that is, (5) = Z12 . One more obvious generator is 1. In fact, 1 is a generator of every @Zn; +nD. The reader is asked to prove that if an element is a generator, then its inverse is also a generator. Thus, -5 = 7 and -1 = 11 are the other generators of Z12. 0 0 11 1 11 1 10 2 10 2 9 3 9 3 8 4 8 4 7 5 7 5 6 6 HaL HbL Figure 15.1.1 Examples of "string art" Figure 15.1.1(a) is an example of "string art" that illustrates how 5 generates Z12. Twelve tacks are placed along a circle and numbered. A string is tied to tack 0, and is then looped around every fifth tack. As a result, the numbers of the tacks that are reached are exactly the ordered li l f 5 dl 12 5 10 3 7 0 N h if h k d h k ld b bi d If hi d Applied Discrete Structures by Alan Doerr & Kenneth Levasseur is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 United States Chapter 15 - Group Theory and Applications multiples of 5 modulo 12: 5, 10, 3, ... , 7, 0. Note that if every seventh tack were used, the same artwork would be obtained. If every third tack were connected, as in Figure 15.1.1(b), the resulting loop would only use four tacks; thus 3 does not generate Z12 . Example 15.1.2. The group of additive integers, [Z; +], is cyclic: Z = H1L = 8nÿ1 n œ Z<. This observation does not mean that every integer is the product of an integer times 1. It means that n terms n terms Z = 80< ‹ :1 + 1 + º⋯ + 1 n œ P> ‹ :H-1L + H-1L + º⋯ + H-1L n œ P> Theorem 15.1.1. If @G *D is cyclic, then it is abelian. Proof: Let a be any generator of G and let b, c œ G. By the definition of the generator of a group, there exists integers m and n such that b = m a and c = n a. Thus b*c = Hm aL*Hn aL = Hm + nL a by Theorem 11.3.7(ii) = Hn + mL a = Hn aL*Hn bL = c*b ‡ One of the first steps in proving a property of cyclic groups is to use the fact that there exists a generator. Then every element of the group can be expressed as some multiple of the generator. Take special note of how this is used in theorems of this section. Up to now we have used only additive notation to discuss cyclic groups. Theorem 15.1.1 actually justifies this practice since it is customary to use additive notation when discussing abelian groups. Of course, some concrete groups for which we employ multiplicative notation are cyclic. If one of its elements, a, is a generator, n HaL = 8a n œ Z< * Example 15.1.3. The group of positive integers modulo 11 with modulo 11 multiplication, @Z11 ;µ11 D, is cyclic. One of its generators is 6: 61 = 6, 62 = 3, 63 = 7,… , 69 = 2, and 610 = 1, the identity of the group. Example 15.1.4. The real numbers with addition, @R; +D is a noncyclic group. The proof of this statement requires a bit more generality since we are saying that for all r œ R, HrL is a proper subset of R. If r is nonzero, the multiples of r are distributed over the real line, as in Figure 15.1.2. It is clear then that there are many real numbers, like rê2, that are not in HrL. -3r -2r -1r 0r 1r 2r 3r Figure 15.1.2 Elements of HrL, r > 0 The following theorem shows that a cyclic group can never be very complicated. Theorem 15.1.2. If G is a cyclic group, then G is either finite or countably infinite. If G is finite and †G§ = n, it is isomorphic to @Zn, +nD. If G is infinite, it is isomorphic to @Z, +D. Proof: Case 1: †G§ < ¶. If a is a generator of G and †G§ = n, define f : Zn Ø G by fHkL = k a for all k œ Zn Since HaL is finite, we can use the fact that the elements of HaL are the first n nonnegative multiples of a. From this observation, we see that f is a surjection. A surjection between finite sets of the same cardinality must be a bijection. Finally, if p, q œ Zn, fHpL + fHqL = p a + q a = Hp + qL a = Hp +n qL a see exercise 10 = fHp +n qL Therefore f is an isomorphism. Case 2; †G§ = ¶. We will leave this case as an exercise. ‡ The proof of the next theorem makes use of the division property for integers, which was introduced in Section 11.4: If m, n are integers, m > 0, there exist unique integers q (quotient) and r (remainder) such that n = qm + r and 0 § r < m. Theorem 15.1.3. Every subgroup of a cyclic group is cyclic. Proof: Let G be cyclic with generator a and let H § G. If H = 8e<, H has e as a generator. We may now assume that †H§ ¥ 2 and a ¹≠ e. Let m be the least positive integer such that m a belongs to H. (This is the key step. It lets us get our hands on a generator of H.) We will now show that c = m a generates H. Suppose that HcL ¹≠ H. Then there exists b œ H such that b – HcL. Now, since b is in G, there exists n œ Z such that b = n a. We now apply the division property and divide n by m. b = n a = Hq m + rL a = Hq mL a + r a, where 0 § r < m. We note that r cannot be zero for otherwise we would have b = n a = qHm aL = q c œ HcL. Therefore, Applied Discrete Structures by Alan Doerr & Kenneth Levasseur is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 United States Chapter 15 - Group Theory and Applications r a = n a - Hq mL a œ H This contradicts our choice of m because 0 < r < m. ‡ Example 15.1.5. The only proper subgroups of Z10 are H1 = 80, 5< and H2 = 80, 2, 4, 6, 8<. They are both cyclic: H1 = H5L, while H2 = H2L = H4L = H6L = H8L. The generators of Z10 are 1, 3, 7, and 9. Example 15.1.6. With the exception of 80<, all subgroups of Z are isomorphic to Z. lf H § Z, then H is the cyclic subgroup generated by the least positive element of H. It is infinite and so by theorem 15.1.2 it is isomorphic to Z. We now cite a useful theorem for computing the order of cyclic subgroups of a cyclic group: Theorem 15.1.4. If G is a cyclic group of order n and a is a generator of G, the order of k a is nêd, where d is the greatest common divisor of n and k. The proof of this theorem is left to the reader. Example 15.1.7. To compute the order of H18L in Z30, we first observe that 1 is a generator of Z30 and 18 = 18(1). The greatest common divisor of 18 and 30 is 6. Hence, the order of (18) is 30/6, or 5. APPLICATION: FAST ADDERS At this point, we will introduce the idea of a fast adder, a relatively modern application (Winograd, 1965) to an ancient theorem, the Chinese Remainder Theorem. We will present only an overview of the theory and rely primarily on examples. The interested reader can refer to Dornhoff and Hohn for details. Out of necessity, integer addition with a computer is addition modulo n, for n some larger number. Consider the case where n is small, like 64. Then addition involves the addition of six-digit binary numbers. Consider the process of adding 31 and 1. Assume the computer’s adder takes as input two bit strings a = 8a0, a1, a2, a3, a4, a5< and b = 8b0, b1, b2, b3, b4, b5< and outputs s = 8s0, s1, s2, s3, s4, s5<, the sum of a and b.
Recommended publications
  • Frattini Subgroups and -Central Groups
    Pacific Journal of Mathematics FRATTINI SUBGROUPS AND 8-CENTRAL GROUPS HOMER FRANKLIN BECHTELL,JR. Vol. 18, No. 1 March 1966 PACIFIC JOURNAL OF MATHEMATICS Vol. 18, No. 1, 1966 FRATTINI SUBGROUPS AND φ-CENTRAL GROUPS HOMER BECHTELL 0-central groups are introduced as a step In the direction of determining sufficiency conditions for a group to be the Frattini subgroup of some unite p-gronp and the related exten- sion problem. The notion of Φ-centrality arises by uniting the concept of an E-group with the generalized central series of Kaloujnine. An E-group is defined as a finite group G such that Φ(N) ^ Φ(G) for each subgroup N ^ G. If Sίf is a group of automorphisms of a group N, N has an i^-central series ι a N = No > Nt > > Nr = 1 if x~x e N3- for all x e Nj-lf all a a 6 £%f, x the image of x under the automorphism a e 3ίf y i = 0,l, •••, r-1. Denote the automorphism group induced OR Φ(G) by trans- formation of elements of an £rgroup G by 3ίf. Then Φ{£ίf) ~ JP'iΦiG)), J^iβiG)) the inner automorphism group of Φ(G). Furthermore if G is nilpotent9 then each subgroup N ^ Φ(G), N invariant under 3ίf \ possess an J^-central series. A class of niipotent groups N is defined as ^-central provided that N possesses at least one niipotent group of automorphisms ££'' Φ 1 such that Φ{βίf} — ,J^(N) and N possesses an J^-central series. Several theorems develop results about (^-central groups and the associated ^^-central series analogous to those between niipotent groups and their associated central series.
    [Show full text]
  • Quasi P Or Not Quasi P? That Is the Question
    Rose-Hulman Undergraduate Mathematics Journal Volume 3 Issue 2 Article 2 Quasi p or not Quasi p? That is the Question Ben Harwood Northern Kentucky University, [email protected] Follow this and additional works at: https://scholar.rose-hulman.edu/rhumj Recommended Citation Harwood, Ben (2002) "Quasi p or not Quasi p? That is the Question," Rose-Hulman Undergraduate Mathematics Journal: Vol. 3 : Iss. 2 , Article 2. Available at: https://scholar.rose-hulman.edu/rhumj/vol3/iss2/2 Quasi p- or not quasi p-? That is the Question.* By Ben Harwood Department of Mathematics and Computer Science Northern Kentucky University Highland Heights, KY 41099 e-mail: [email protected] Section Zero: Introduction The question might not be as profound as Shakespeare’s, but nevertheless, it is interesting. Because few people seem to be aware of quasi p-groups, we will begin with a bit of history and a definition; and then we will determine for each group of order less than 24 (and a few others) whether the group is a quasi p-group for some prime p or not. This paper is a prequel to [Hwd]. In [Hwd] we prove that (Z3 £Z3)oZ2 and Z5 o Z4 are quasi 2-groups. Those proofs now form a portion of Proposition (12.1) It should also be noted that [Hwd] may also be found in this journal. Section One: Why should we be interested in quasi p-groups? In a 1957 paper titled Coverings of algebraic curves [Abh2], Abhyankar conjectured that the algebraic fundamental group of the affine line over an algebraically closed field k of prime characteristic p is the set of quasi p-groups, where by the algebraic fundamental group of the affine line he meant the family of all Galois groups Gal(L=k(X)) as L varies over all finite normal extensions of k(X) the function field of the affine line such that no point of the line is ramified in L, and where by a quasi p-group he meant a finite group that is generated by all of its p-Sylow subgroups.
    [Show full text]
  • Combinatorial Group Theory
    Combinatorial Group Theory Charles F. Miller III 7 March, 2004 Abstract An early version of these notes was prepared for use by the participants in the Workshop on Algebra, Geometry and Topology held at the Australian National University, 22 January to 9 February, 1996. They have subsequently been updated and expanded many times for use by students in the subject 620-421 Combinatorial Group Theory at the University of Melbourne. Copyright 1996-2004 by C. F. Miller III. Contents 1 Preliminaries 3 1.1 About groups . 3 1.2 About fundamental groups and covering spaces . 5 2 Free groups and presentations 11 2.1 Free groups . 12 2.2 Presentations by generators and relations . 16 2.3 Dehn’s fundamental problems . 19 2.4 Homomorphisms . 20 2.5 Presentations and fundamental groups . 22 2.6 Tietze transformations . 24 2.7 Extraction principles . 27 3 Construction of new groups 30 3.1 Direct products . 30 3.2 Free products . 32 3.3 Free products with amalgamation . 36 3.4 HNN extensions . 43 3.5 HNN related to amalgams . 48 3.6 Semi-direct products and wreath products . 50 4 Properties, embeddings and examples 53 4.1 Countable groups embed in 2-generator groups . 53 4.2 Non-finite presentability of subgroups . 56 4.3 Hopfian and residually finite groups . 58 4.4 Local and poly properties . 61 4.5 Finitely presented coherent by cyclic groups . 63 1 5 Subgroup Theory 68 5.1 Subgroups of Free Groups . 68 5.1.1 The general case . 68 5.1.2 Finitely generated subgroups of free groups .
    [Show full text]
  • 2-Elementary Subgroups of the Space Cremona Group 3
    2-elementary subgroups of the space Cremona group Yuri Prokhorov ∗ Abstract We give a sharp bound for orders of elementary abelian 2-groups of bira- tional automorphisms of rationally connected threefolds. 1 Introduction Throughoutthis paper we work over k, an algebraically closed field of characteristic 0. Recall that the Cremona group Crn(k) is the group of birational transformations n of the projective space Pk. We are interested in finite subgroupsof Crn(k). For n = 2 these subgroups are classified basically (see [DI09] and references therein) but for n ≥ 3 the situation becomes much more complicated. There are only a few, very specific classification results (see e.g. [Pr12], [Pr11], [Pr13c]). Let p be a prime number. A group G is said to be p-elementary abelian of rank r if G ≃ (Z/pZ)r. In this case we denote r(G) := r. A. Beauville [Be07] obtained a sharp bound for the rank of p-elementary abelian subgroups of Cr2(k). Theorem 1.1 ([Be07]). Let G ⊂ Cr2(k) be a 2-elementary abelian subgroup. Then r(G) ≤ 4. Moreover, this bound is sharp and such groups G with r(G)= 4 are clas- sified up to conjugacy in Cr2(k). The author [Pr11] was able to get a similar bound for p-elementary abelian sub- groups of Cr3(k) which is sharp for p ≥ 17. arXiv:1308.5628v1 [math.AG] 26 Aug 2013 In this paper we improve this result in the case p = 2. We study 2-elementary abelian subgroups acting on rationally connected threefolds. In particular, we obtain Steklov Mathematical Institute, 8 Gubkina str., Moscow 119991 · Laboratory of Algebraic Geom- etry, SU-HSE, 7 Vavilova str., Moscow 117312 e-mail: [email protected] ∗ I acknowledge partial supports by RFBR grants No.
    [Show full text]
  • Foundations of Finite Group Theory for A
    Foundations of finite group theory for a (future) computer N. J. Wildberger School of Mathematics UNSW Sydney 2052 December 2, 2003 Prologue Good morning, Daisy. In 2027, your Development Committee approached me with a curious proposal. You, a ‘dynamic AI system’, were soon to be launched, and to demonstrate your capability to discover new mathematics with a mini- mum of instruction, they wanted a beginner’s course in elementary group theory (meant for a computer, of course). You were going to absorb the material and immediately start doing research. They claim that your capacity to comprehend written English, and familiar- ity with basic mathematics, is that of a good second year undergraduate. But your ability to assimilate and compute is astounding. After all, you trounced Deep Blue ten minutes after learning the rules for chess. GenghisV, one of the main gurus on the project, explained what was re- quired. “This beauty is a whiz. Give her the main definitions, I/O specifications, and general directions—then we’ll let’er rip. Getting her to do human mathematics is not so much the point, since GAP and MAGMA already do that very well. Mathematics by acomputerfor a computer is the goal here.” “That’s what we got with classical logic in one of her training sessions, where she devoured, almost instantaneously, all the exercises we had found, and started churning out new stuff.” “What do you mean by I/O specifications ?Andwhydon’tyougiveher some group theory books?” I asked. “Computers can’t easily work with abstract objects unless definitions are tied down with conventions for input and output,” he replied.
    [Show full text]
  • K1 and K2 of a RING Let R Be an Associative Ring with Unit. in This
    CHAPTER III K1 AND K2 OF A RING Let R be an associative ring with unit. In this chapter, we introduce the classical definitions of the groups K1(R) and K2(R). These definitions use only linear algebra and elementary group theory, as applied to the groups GL(R) and E(R). We also define relative groups for K1 and K2, as well as the negative K-groups K−n(R) M and the Milnor K-groups Kn (R). In the next chapter we will give another definition: Kn(R) = πnK(R) for all n 0, where K(R) is a certain topological space built using the category P(R) of≥ finitely generated projective R-modules. We will then have to prove that these topologically defined groups agree with the definition of K0(R) in chapter II, as well as with the classical constructions of K1(R) and K2(R) in this chapter. 1. The Whitehead Group K of a ring § 1 Let R be an associative ring with unit. Identifying each n n matrix g with the g 0 × larger matrix 0 1 gives an embedding of GLn(R) into GLn+1(R). The union of the resulting sequence GL (R) GL (R) GL (R) GL (R) 1 ⊂ 2 ⊂···⊂ n ⊂ n+1 ⊂··· is called the infinite general linear group GL(R). Recall that the commutator subgroup [G, G] of a group G is the subgroup gen- erated by its commutators [g, h]= ghg−1h−1. It is always a normal subgroup of G, and has a universal property: the quotient G/[G, G] is an abelian group, and every homomorphism from G to an abelian group factors through G/[G, G].
    [Show full text]
  • Representations of Finite Groups I (Math 240A)
    Representations of Finite Groups I (Math 240A) (Robert Boltje, UCSC, Fall 2014) Contents 1 Representations and Characters 1 2 Orthogonality Relations 13 3 Algebraic Integers 26 4 Burnside's paqb-Theorem 33 5 The Group Algebra and its Modules 39 6 The Tensor Product 50 7 Induction 58 8 Frobenius Groups 70 9 Elementary Clifford Theory 75 10 Artin's and Brauer's Induction Thoerems 82 1 Representations and Characters Throughout this section, F denotes a field and G a finite group. 1.1 Definition A (matrix) representation of G over F of degree n 2 N is a group homomorphism ∆: G ! GLn(F ). The representation ∆ is called faithful if ∆ is injective. Two representations ∆: G ! GLn(F ) and Γ: G ! GLm(F ) are called equivalent if n = m and if there exists an invertible matrix −1 S 2 GLn(F ) such that Γ(g) = S∆(g)S for all g 2 G. In this case we often write Γ = S∆S−1 for short. 1.2 Remark In the literature, sometimes a representation of G over F is defined as a pair (V; ρ) where V is a finite-dimensional F -vector space and ρ: G ! AutF (V )(= GL(V )) is a group homomorphism into the group of F -linear automorphisms of V . These two concepts can be translated into each other. Choosing an F -basis of V we obtain a group isomorphism ∼ AutF (V ) ! GLn(F ) (where n = dimF V ) and composing ρ with this iso- ∼ morphism we obtain a representation ∆: G ! AutF (V ) ! GLn(F ). If we choose another basis then we obtain equivalent representations.
    [Show full text]
  • COMBINATORIAL GROUP THEORY for PRO-P GROUPS Alexander
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector Journal of Pure and Applied Algebra 25 (1982) 31 l-325 311 North-Holland Publishing Company COMBINATORIAL GROUP THEORY FOR PRO-p GROUPS Alexander LUBOTZKY Department ofMathematics, Bar-llan University, Ramaf-Can. Israel Communicated by H. Bass Received July 1981 Introduction Although the category of pro-finite groups forms a natural extension of the category of finite groups, it carries a richer structure in that it has categorical objects and notions which do not exist in the finite case; e.g. projective groups and free product. The existence of such notions in the extended category leads to the definition of the usual notions of combinatorial group theory, such as free groups and defining a group by generators and relations. Topics in various fields lead to a special consideration of pro-p groups: the tower problem (cf. [21]), Galois theory over p-adic fields and Demuskin groups (cf. [20]), the interpretation of generators and relations by means of cohomology (cf. [ 19,2 l]), the theory of nilpotent groups (cf. [ll]) etc. Nevertheless, there is no systematic theory (but see [6]). The aim of this paper is to begin to develop what we call combinatorial group theory for pro-p groups, although combinatorial tools do not seem to be useful here. The fundamental books on combinatorial group theory, [16] and [15] both begin with free groups, their subgroups and their automorphisms. Accordingly, we study these aspects of pro-p groups. After summarizing (in Section 2) the basic (and mostly well-known) properties of free groups and free products, we prove in Section 3 some results analogous to the theorems of Hall, Greenberg and Howson about finitely generated subgroups of free groups.
    [Show full text]
  • Group Theory in Chemistry
    Project Code: MA-BZS-GT08 Group Theory in Chemistry A Major Qualifying Project Submitted to the Faculty of WORCESTER POLYTECHNIC INSTITUTE In partial fulfillment of the requirements for the Degree of Bachelor of Science in Mathematical Sciences Written By: Approved By: _______________________ _______________________ Chase Johnson Brigitte Servatius Date: April 24, 2008 1 #ØÆ¥•Æ¥≥ CONTENTS................................................................................................................................... 2 ABSTRACT ................................................................................................................................... 3 ACKNOW LEDGEM ENTS ......................................................................................................... 4 CHAPTER 1: INTRODUCTION ................................................................................................ 5 CHAPTER 2: GROUP THEORY IN CHEM ISTRY AT W PI ................................................ 6 2.1 MA3823: GROUP THEORY ............................................................................................ 6 2.2 CH3410: PRINCIPLES OF INORGANIC CHEMISTRY ............................................................ 10 CHAPTER 3: COLLEGE COURSES IN GROUP THEORY IN CHEM ISTRY ................ 12 3.1 UNDERGRADUATE COURSES ................................................................................................ 12 3.1.1 MASSACHUSETTS INSTITUTE OF TECHNOLOGY ............................................................. 12 3.1.2
    [Show full text]
  • CENTRAL CAMINA PAIRS a Dissertation Submitted to Kent State
    CENTRAL CAMINA PAIRS A dissertation submitted to Kent State University in partial fulfillment of the requirements for the degree of Doctor of Philosophy by David G. Costanzo May 2020 c Copyright All rights reserved Except for previously published materials Dissertation written by David G. Costanzo B.S., University of Scranton, 2010 M.S., University of Scranton, 2012 M.S., Kent State University, 2018 Ph.D., Kent State University, 2020 Approved by Mark L. Lewis , Chair, Doctoral Dissertation Committee Stephen M. Gagola, Jr. , Members, Doctoral Dissertation Committee Donald L. White Scott A. Courtney Joanne Caniglia Accepted by Andrew M. Tonge , Chair, Department of Mathematical Sciences Mandy Munro-Stasiuk, Ph.D. , Interim Dean, College of Arts and Sciences TABLE OF CONTENTS TABLE OF CONTENTS . iii ACKNOWLEDGMENTS . v 1 INTRODUCTION . 1 2 ELEMENTARY GROUP THEORY . 6 3 CAMINA PAIRS . 12 3.1 Camina Pairs . 12 3.2 Central Camina Pairs . 14 4 MAIN RESULTS ON CENTRAL CAMINA PAIRS . 17 4.1 Central Camina Pairs of Nilpotence Class at Least 4 . 17 4.2 Central Camina Pairs of Nilpotence Class 3 . 20 4.3 Resolving Conjecture (L) in Special Cases . 21 4.4 A Minimal Counterexample to Conjecture (L) . 22 4.5 More Results on Central Camina Pairs . 26 5 A PARTICULAR GRAPH ATTACHED TO A GROUP . 30 5.1 Introduction . 30 5.2 More Elementary Group Theory . 31 5.3 Basic Graph Theory . 32 5.4 Preliminary Observations . 33 5.5 2-Frobenius Groups . 36 BIBLIOGRAPHY . 42 iii DEDICATION This work is dedicated to the memory of my father Gabriel R. Costanzo. iv ACKNOWLEDGMENTS I thank my advisor, Dr.
    [Show full text]
  • Structure of Solvable Lie Groups
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector JOURNAL OF ALGEBR4 16, 597-625 (1971) Structure of Solvable Lie Groups RICHARD TOLIMIERI City University and Yale University Conmunicated by W. Feit Received January 8, 1970 CHAPTER I. SPLITTING THEOREMS 1. Inkoduction. In this paper we give an account of some of the techniques which lie at the foundation of solvable Lie group theory. Our main idea will be to associate to certain solvable Lie groups their semi-simple splitting. The semi-simple splitting will be groups of the form N . T where N is a nilpotent group and T is an abelian group. This idea has been exploited previously in [I, 2 and 121. Our methods and definitions owe a great deal to these papers, especially in sections one through four. Our methods will include both [I] and [2] as special cases and show how their apparent differences are superficial. We will after these general considerations introduce the concept of the integer semi- simple splitting which is the basic tool used in [S]. In this setting we prove the nil-shadow theorem from which the results in the fundamental paper of G. D. Mostow [9] can be derived. We have also proved by these methods the following conjecture of Mostow: every solv-ma&fold, i.e., a quotient space of a solvable analytic group by a closed subgroup, is a vector bundle over a compact solv-marzifold. The proofs, using these methods, will appear in [12], We can also use these methods to prove quite simply the main results in [lo, 111.
    [Show full text]
  • Ore's Theorem
    California State University, San Bernardino CSUSB ScholarWorks Theses Digitization Project John M. Pfau Library 2011 Ore's theorem Jarom Viehweg Follow this and additional works at: https://scholarworks.lib.csusb.edu/etd-project Part of the Mathematics Commons Recommended Citation Viehweg, Jarom, "Ore's theorem" (2011). Theses Digitization Project. 145. https://scholarworks.lib.csusb.edu/etd-project/145 This Thesis is brought to you for free and open access by the John M. Pfau Library at CSUSB ScholarWorks. It has been accepted for inclusion in Theses Digitization Project by an authorized administrator of CSUSB ScholarWorks. For more information, please contact [email protected]. Ore's Theorem A Thesis Presented to the Faculty of California State University, San Bernardino In Partial Fulfillment of the Requirements for the Degree Master of Arts in Mathematics by Jarom Vlehweg June 2011 Ore's Theorem A Thesis Presented to the Faculty of California State University, San Bernardino by Jarom Viehweg June 2011 Approved by: an Garjo8jrimni Date Corey Dunn, Committee Member Zahid Hasan, Committee Member Peter Williams, Chair, Charles Stanton Department of Mathematics Graduate Coordinator. Department of Mathematics Ill Abstract In elementary group theory, containment defines a partial order relation on the subgroups of a fixed group. This order relation is a lattice in the sense that it is a partially ordered set in which any two elements have a greatest lower bound and a least upper bound relative to the ordering. Lattices occur frequently in mathematics and form an extensive subject of study with a vast literature. While the subgroups of every group G always form a lattice, one might ask if every conceivable lattice is isomorphic to the subgroup lattice of some group.
    [Show full text]