Algorithm for Abelian P-Group Isomorphism and an O(N Log N) Algorithm for Abelian Group Isomorphism

Total Page:16

File Type:pdf, Size:1020Kb

Algorithm for Abelian P-Group Isomorphism and an O(N Log N) Algorithm for Abelian Group Isomorphism Journal of Computer and System Sciences 1398 journal of computer and system sciences 53, 19 (1996) article no. 0045 An O(n) Algorithm for Abelian p-Group Isomorphism and an O(n log n) Algorithm for Abelian Group Isomorphism Narayan Vikas* Department of Computer Science and Engineering, Indian Institute of Technology (IIT), Delhi, Hauz Khas, New Delhi - 110016, India Received October 6, 1988; revised July 20, 1993 and October 9, 1995 and the order of G is |G|. We will use ab to denote a V b. For The isomorphism problem for groups is to determine whether two a # G, the order of a, denoted as o(a), is the smallest integer finite groups are isomorphic. The groups are assumed to be represented ie1 such that ai=e (ai means a is multiplied by itself i by their multiplication tables. Tarjan has shown that this problem can be times). Further, if G is finite then o(a)||G| (to read as o(a) done in time O(nlog n + O(1)) for groups of cardinality n. Savage has claimed an algorithm for showing that if the groups are Abelian, is a factor of |G|). A finite group G is said to be an Abelian m isomorphism can be determined in time O(n2). We improve this bound p-group if G is Abelian and |G|=p , where p is a prime and give an O(n log n) algorithm for Abelian group isomorphism. number and me0 an integer. Thus, every element in an Further, we show that if the groups are Abelian p-groups then Abelian p-group has order p power. If G is a finite Abelian isomorphism can be determined in time O(n). We also show that the group and p ||G|, where p is a prime number, then there is elementary divisor sequence for an Abelian group can be determined in time O(n log n) and for an Abelian p-group it can be determined in time an element a # G such that o(a)=p. If a group G has an ele- k i O(n). ] 1996 Academic Press, Inc. ment of order p then G has an element of order p , for all i<k, where p is a prime number and i, ke0 are integers. An element x of a group with o(x)appower, say, o(x)=pj, 1. DEFINITIONS AND BACKGROUND p a prime number and je0 an integer, will be called a prime power order element or just a p power order element. Two groups G1 and G2 are said to be isomorphic, written Before we give our algorithms, we state some relevant as G1rG2 , if there is a function f: G1 Ä G2 which is one-to- definitions and results of group theory. Readers may refer to one and onto such that for all a, b # G1 , f(ab)=f(a) f(b). [3, 5, 6] for a study on group theory. Notice that the product ab is computed in G1 and the A nonempty set G is said to form a group if there is in G product f(a) f(b) is computed in G2 . G1 r3 G2 will denote such that a binary operation *, called the product, defined that G1 and G2 are not isomorphic. The direct product of two groups G and G is the group (i) a, b # G implies that a V b # G (closed); 1 2 G1 _G2=[(a, b)|a#G1,b#G2] whose multiplication is (ii) a, b, c # G implies that a V (b V c)=(a V b) V c defined by (a1 , b1) V (a2 , b2)=(a1a2, b1b2). The product (associative law); a1 a2 is computed in G1 and the product b1 b2 is computed in (iii) there exists an element e # G such that a V e= G2 . The identity of G1 _G2 is (e1 , e2), where e1 and e2 e V a=a for all a # G (the existence of an identity element are the identities of G1 and G2 respectively. Note that in G); |G1 _G2 |is|G1| times |G2 | and o(a, b)=lcm(o(a), o(b)), \a # G , \b # G , where o(a) is the order of the element a in (iv) for every a # G there exists an element a&1 # G 1 2 G , o(b) is the order of b in G , and lcm is the least common such that a V a&1=a&1 V a=e (the existence of inverses 1 2 multiple operator. in G). Let a be an element of a group G such that o(a)=k. The A group G is said to be Abelian (or commutative), after set (a)=[a, a2, a3, ..., ak&1, ak=e] is a group (subgroup the name of the famous mathematician Abel, if for every of G) called the cyclic group generated by a. One can easily i a, b # G, a V b=b V a. G is said to be a finite group if it has prove that o(a )=lcm(i, o(a))Âi, \i=1, 2, ..., k. Note that finite number of elements. |G| denotes the cardinality of G two finite cyclic groups (a) and (b) are isomorphic iff o(a)=o(b). It is easy to see that for two finite groups to be isomorphic it is a necessary condition that the orders of the * Current address: School of Computing Science, Simon Fraser Univer- groups be the same. In case of finite cyclic groups it is also sity, Burnaby, British Columbia, Canada V5A 1S6. a sufficient condition for isomorphism. Let C(k) represent 1 0022-0000Â96 18.00 Copyright 1996 by Academic Press, Inc. All rights of reproduction in any form reserved. File: 571J 139801 . By:BV . Date:29:08:96 . Time:11:47 LOP8M. V8.0. Page 01:01 Codes: 6426 Signs: 4489 . Length: 60 pic 11 pts, 257 mm 2 NARAYAN VIKAS a cyclic group of order k. Any Abelian p-group is Abelian groups, it is sufficient to find just the orders of the isomorphic to a direct product of cyclic groups of p power prime power order elements in the groups and we give an orders. Further, for any Abelian p-group G of order O(n log n) algorithm in Section 3 for finding orders of all the pm, me1, G can be represented as prime power order elements in an Abelian group and an O(n) algorithm in Section 2 for finding orders of all the GrC( pr1)_C( pr2)_}}}_C(prk), (I) element in an Abelian p-group. However, if we were inter- k where i=1 ri=m, ri eri+1>0, 1Ei<k. ested in finding the EDS as well, then we find it still in We will call the sequence pr1, pr2, ..., prk the elementary O(n log n) time for an Abelian group and in O(n) time for divisor sequence (EDS) for G.If|G|=1, the EDS of G is an Abelian p-group for which the corresponding algorithms empty. Two Abelian p-groups are isomorphic iff they have are given in Section 4. Section 5 gives some future directions. the same EDS. An appendix is also attached giving detailed forms of our For any finite Abelian group G* of order n>1, G* can be algorithms with documentations. represented as 2. ABELIAN p-GROUP ISOMORPHISM G*rG( pa1)_G( pa2)_ } } } _G( pas), (II) 1 2 s Let us consider the representation of an Abelian p-group m where 1<p1<p2<}}}<ps,pi a prime number, and G as described in (I) in Section 1, where |G|=p and there ai>0 an integer \i=1, 2, ..., s such that n= is an ordering on ri 's (ri 's are in nonincreasing order). We a1 a2 as ai ai p1 p2 }}}ps ,G(pi ) is an Abelian pi -group of order p i would like to obtain a formula for the number of elements ai t r1 r2 rk and the elements of G( pi ) are all the elements of G* whose of order p in C( p )_C( p )_ } } } _C( p ). Since there is ai orders are pi power, \i=1, 2, ..., s. Note that each G( pi ) exactly one element of order 1, we will assume t>0. In order can be further expanded to a direct product of cyclic groups to obtain this result we first find the number of elements of t ri of pi power orders as explained above in (I). Thus, G* order p in C( p ), \i=1, 2, ..., k. Note that if ri<t then will be isomorphic to a direct product of cyclic groups of C( pri) does not contain any element of order pt. So we con- prime power orders and the EDS of G* will be EDS(1) & centrate on those cyclic groups whose orders are at least pt. EDS(2) & }}}&EDS(s), where EDS(i) denotes the EDS It is easy to see that if (x) is a cyclic p-group having an ai t of G( pi ), \i=1, 2, ..., s and & is a concatenation operator element y with o( y)=p then (y) is a cyclic subgroup of (for sequences s1 and s2 , s1 & s2 is a sequence with s1 and s2 (x) and (y) contains all the elements of (x) that are of t t its subsequences such that s1 & s2 is the sequence s1 followed order Ep . (Thus the number of elements of order Ep in t i t i t by s2).
Recommended publications
  • Chapter 4. Homomorphisms and Isomorphisms of Groups
    Chapter 4. Homomorphisms and Isomorphisms of Groups 4.1 Note: We recall the following terminology. Let X and Y be sets. When we say that f is a function or a map from X to Y , written f : X ! Y , we mean that for every x 2 X there exists a unique corresponding element y = f(x) 2 Y . The set X is called the domain of f and the range or image of f is the set Image(f) = f(X) = f(x) x 2 X . For a set A ⊆ X, the image of A under f is the set f(A) = f(a) a 2 A and for a set −1 B ⊆ Y , the inverse image of B under f is the set f (B) = x 2 X f(x) 2 B . For a function f : X ! Y , we say f is one-to-one (written 1 : 1) or injective when for every y 2 Y there exists at most one x 2 X such that y = f(x), we say f is onto or surjective when for every y 2 Y there exists at least one x 2 X such that y = f(x), and we say f is invertible or bijective when f is 1:1 and onto, that is for every y 2 Y there exists a unique x 2 X such that y = f(x). When f is invertible, the inverse of f is the function f −1 : Y ! X defined by f −1(y) = x () y = f(x). For f : X ! Y and g : Y ! Z, the composite g ◦ f : X ! Z is given by (g ◦ f)(x) = g(f(x)).
    [Show full text]
  • Group Homomorphisms
    1-17-2018 Group Homomorphisms Here are the operation tables for two groups of order 4: · 1 a a2 + 0 1 2 1 1 a a2 0 0 1 2 a a a2 1 1 1 2 0 a2 a2 1 a 2 2 0 1 There is an obvious sense in which these two groups are “the same”: You can get the second table from the first by replacing 0 with 1, 1 with a, and 2 with a2. When are two groups the same? You might think of saying that two groups are the same if you can get one group’s table from the other by substitution, as above. However, there are problems with this. In the first place, it might be very difficult to check — imagine having to write down a multiplication table for a group of order 256! In the second place, it’s not clear what a “multiplication table” is if a group is infinite. One way to implement a substitution is to use a function. In a sense, a function is a thing which “substitutes” its output for its input. I’ll define what it means for two groups to be “the same” by using certain kinds of functions between groups. These functions are called group homomorphisms; a special kind of homomorphism, called an isomorphism, will be used to define “sameness” for groups. Definition. Let G and H be groups. A homomorphism from G to H is a function f : G → H such that f(x · y)= f(x) · f(y) forall x,y ∈ G.
    [Show full text]
  • CS E6204 Lecture 5 Automorphisms
    CS E6204 Lecture 5 Automorphisms Abstract An automorphism of a graph is a permutation of its vertex set that preserves incidences of vertices and edges. Under composition, the set of automorphisms of a graph forms what algbraists call a group. In this section, graphs are assumed to be simple. 1. The Automorphism Group 2. Graphs with Given Group 3. Groups of Graph Products 4. Transitivity 5. s-Regularity and s-Transitivity 6. Graphical Regular Representations 7. Primitivity 8. More Automorphisms of Infinite Graphs * This lecture is based on chapter [?] contributed by Mark E. Watkins of Syracuse University to the Handbook of Graph The- ory. 1 1 The Automorphism Group Given a graph X, a permutation α of V (X) is an automor- phism of X if for all u; v 2 V (X) fu; vg 2 E(X) , fα(u); α(v)g 2 E(X) The set of all automorphisms of a graph X, under the operation of composition of functions, forms a subgroup of the symmetric group on V (X) called the automorphism group of X, and it is denoted Aut(X). Figure 1: Example 2.2.3 from GTAIA. Notation The identity of any permutation group is denoted by ι. (JG) Thus, Watkins would write ι instead of λ0 in Figure 1. 2 Rigidity and Orbits A graph is asymmetric if the identity ι is its only automor- phism. Synonym: rigid. Figure 2: The smallest rigid graph. (JG) The orbit of a vertex v in a graph G is the set of all vertices α(v) such that α is an automorphism of G.
    [Show full text]
  • 1 the Spin Homomorphism SL2(C) → SO1,3(R) a Summary from Multiple Sources Written by Y
    1 The spin homomorphism SL2(C) ! SO1;3(R) A summary from multiple sources written by Y. Feng and Katherine E. Stange Abstract We will discuss the spin homomorphism SL2(C) ! SO1;3(R) in three manners. Firstly we interpret SL2(C) as acting on the Minkowski 1;3 spacetime R ; secondly by viewing the quadratic form as a twisted 1 1 P × P ; and finally using Clifford groups. 1.1 Introduction The spin homomorphism SL2(C) ! SO1;3(R) is a homomorphism of classical matrix Lie groups. The lefthand group con- sists of 2 × 2 complex matrices with determinant 1. The righthand group consists of 4 × 4 real matrices with determinant 1 which preserve some fixed real quadratic form Q of signature (1; 3). This map is alternately called the spinor map and variations. The image of this map is the identity component + of SO1;3(R), denoted SO1;3(R). The kernel is {±Ig. Therefore, we obtain an isomorphism + PSL2(C) = SL2(C)= ± I ' SO1;3(R): This is one of a family of isomorphisms of Lie groups called exceptional iso- morphisms. In Section 1.3, we give the spin homomorphism explicitly, al- though these formulae are unenlightening by themselves. In Section 1.4 we describe O1;3(R) in greater detail as the group of Lorentz transformations. This document describes this homomorphism from three distinct per- spectives. The first is very concrete, and constructs, using the language of Minkowski space, Lorentz transformations and Hermitian matrices, an ex- 4 plicit action of SL2(C) on R preserving Q (Section 1.5).
    [Show full text]
  • A STUDY on the ALGEBRAIC STRUCTURE of SL 2(Zpz)
    A STUDY ON THE ALGEBRAIC STRUCTURE OF SL2 Z pZ ( ~ ) A Thesis Presented to The Honors Tutorial College Ohio University In Partial Fulfillment of the Requirements for Graduation from the Honors Tutorial College with the degree of Bachelor of Science in Mathematics by Evan North April 2015 Contents 1 Introduction 1 2 Background 5 2.1 Group Theory . 5 2.2 Linear Algebra . 14 2.3 Matrix Group SL2 R Over a Ring . 22 ( ) 3 Conjugacy Classes of Matrix Groups 26 3.1 Order of the Matrix Groups . 26 3.2 Conjugacy Classes of GL2 Fp ....................... 28 3.2.1 Linear Case . .( . .) . 29 3.2.2 First Quadratic Case . 29 3.2.3 Second Quadratic Case . 30 3.2.4 Third Quadratic Case . 31 3.2.5 Classes in SL2 Fp ......................... 33 3.3 Splitting of Classes of(SL)2 Fp ....................... 35 3.4 Results of SL2 Fp ..............................( ) 40 ( ) 2 4 Toward Lifting to SL2 Z p Z 41 4.1 Reduction mod p ...............................( ~ ) 42 4.2 Exploring the Kernel . 43 i 4.3 Generalizing to SL2 Z p Z ........................ 46 ( ~ ) 5 Closing Remarks 48 5.1 Future Work . 48 5.2 Conclusion . 48 1 Introduction Symmetries are one of the most widely-known examples of pure mathematics. Symmetry is when an object can be rotated, flipped, or otherwise transformed in such a way that its appearance remains the same. Basic geometric figures should create familiar examples, take for instance the triangle. Figure 1: The symmetries of a triangle: 3 reflections, 2 rotations. The red lines represent the reflection symmetries, where the trianlge is flipped over, while the arrows represent the rotational symmetry of the triangle.
    [Show full text]
  • Group Properties and Group Isomorphism
    GROUP PROPERTIES AND GROUP ISOMORPHISM Evelyn. M. Manalo Mathematics Honors Thesis University of California, San Diego May 25, 2001 Faculty Mentor: Professor John Wavrik Department of Mathematics GROUP PROPERTIES AND GROUP ISOMORPHISM I n t r o d u c t i o n T H E I M P O R T A N C E O F G R O U P T H E O R Y is relevant to every branch of Mathematics where symmetry is studied. Every symmetrical object is associated with a group. It is in this association why groups arise in many different areas like in Quantum Mechanics, in Crystallography, in Biology, and even in Computer Science. There is no such easy definition of symmetry among mathematical objects without leading its way to the theory of groups. In this paper we present the first stages of constructing a systematic method for classifying groups of small orders. Classifying groups usually arise when trying to distinguish the number of non-isomorphic groups of order n. This paper arose from an attempt to find a formula or an algorithm for classifying groups given invariants that can be readily determined without any other known assumptions about the group. This formula is very useful if we want to know if two groups are isomorphic. Mathematical objects are considered to be essentially the same, from the point of view of their algebraic properties, when they are isomorphic. When two groups Γ and Γ’ have exactly the same group-theoretic structure then we say that Γ is isomorphic to Γ’ or vice versa.
    [Show full text]
  • Isomorphisms, Automorphisms, Homomorphisms, Kernels
    Isomorphisms, Automorphisms, Homomorphisms, Kernels September 10, 2009 Definition 1 Let G; G0 be groups and let f : G ! G0 be a mapping (of the underlying sets). We say that f is a (group) homomorphism if f(x · y) = f(x) · f(y) for all x; y 2 G. The composition f G−!G0−!h G" of two homomorphisms (as displayed) is again a homomorphism. For any two groups G, G0 by the trivial homomorphism from G to G0 we mean the mapping G ! G0 sending all elements to the identity element in G0. Recall: Definition 2 A group homomorphism f : G ! G0 is called a group isomorphism|or, for short, an isomorphism|if f is bijective. An isomorphism from a group G to itself is called an automorphism. Exercise 1 Let f : G ! G0 be a homomorphism of groups. The image under the homomorphism 0 f of any subgroup of G is a subgroup of G ; if H ⊂ G is generated by elements fx1; x2; : : : ; xng then its image f(H) is generated by the images ff(x1); f(x2); : : : ; f(xn)g; the image of any cyclic subgroup is cyclic; If f is an isomorphism from G to G0 and x 2 G then the order of x (which|by definition—is the order of the cyclic subgroup generated by x) is equal to the order of f(x). For G a group, let Aut(G) be the set of all automorphisms of G, with `composition of automorphisms" as its `composition law' (denoted by a center-dot (·). As noted in class, Proposition 1 If G is a group then Aut(G) is also a group.
    [Show full text]
  • Linear Algebraic Groups
    Clay Mathematics Proceedings Volume 4, 2005 Linear Algebraic Groups Fiona Murnaghan Abstract. We give a summary, without proofs, of basic properties of linear algebraic groups, with particular emphasis on reductive algebraic groups. 1. Algebraic groups Let K be an algebraically closed field. An algebraic K-group G is an algebraic variety over K, and a group, such that the maps µ : G × G → G, µ(x, y) = xy, and ι : G → G, ι(x)= x−1, are morphisms of algebraic varieties. For convenience, in these notes, we will fix K and refer to an algebraic K-group as an algebraic group. If the variety G is affine, that is, G is an algebraic set (a Zariski-closed set) in Kn for some natural number n, we say that G is a linear algebraic group. If G and G′ are algebraic groups, a map ϕ : G → G′ is a homomorphism of algebraic groups if ϕ is a morphism of varieties and a group homomorphism. Similarly, ϕ is an isomorphism of algebraic groups if ϕ is an isomorphism of varieties and a group isomorphism. A closed subgroup of an algebraic group is an algebraic group. If H is a closed subgroup of a linear algebraic group G, then G/H can be made into a quasi- projective variety (a variety which is a locally closed subset of some projective space). If H is normal in G, then G/H (with the usual group structure) is a linear algebraic group. Let ϕ : G → G′ be a homomorphism of algebraic groups. Then the kernel of ϕ is a closed subgroup of G and the image of ϕ is a closed subgroup of G.
    [Show full text]
  • Math 311: Complex Analysis — Automorphism Groups Lecture
    MATH 311: COMPLEX ANALYSIS | AUTOMORPHISM GROUPS LECTURE 1. Introduction Rather than study individual examples of conformal mappings one at a time, we now want to study families of conformal mappings. Ensembles of conformal mappings naturally carry group structures. 2. Automorphisms of the Plane The automorphism group of the complex plane is Aut(C) = fanalytic bijections f : C −! Cg: Any automorphism of the plane must be conformal, for if f 0(z) = 0 for some z then f takes the value f(z) with multiplicity n > 1, and so by the Local Mapping Theorem it is n-to-1 near z, impossible since f is an automorphism. By a problem on the midterm, we know the form of such automorphisms: they are f(z) = az + b; a; b 2 C; a 6= 0: This description of such functions one at a time loses track of the group structure. If f(z) = az + b and g(z) = a0z + b0 then (f ◦ g)(z) = aa0z + (ab0 + b); f −1(z) = a−1z − a−1b: But these formulas are not very illuminating. For a better picture of the automor- phism group, represent each automorphism by a 2-by-2 complex matrix, a b (1) f(z) = ax + b ! : 0 1 Then the matrix calculations a b a0 b0 aa0 ab0 + b = ; 0 1 0 1 0 1 −1 a b a−1 −a−1b = 0 1 0 1 naturally encode the formulas for composing and inverting automorphisms of the plane. With this in mind, define the parabolic group of 2-by-2 complex matrices, a b P = : a; b 2 ; a 6= 0 : 0 1 C Then the correspondence (1) is a natural group isomorphism, Aut(C) =∼ P: 1 2 MATH 311: COMPLEX ANALYSIS | AUTOMORPHISM GROUPS LECTURE Two subgroups of the parabolic subgroup are its Levi component a 0 M = : a 2 ; a 6= 0 ; 0 1 C describing the dilations f(z) = ax, and its unipotent radical 1 b N = : b 2 ; 0 1 C describing the translations f(z) = z + b.
    [Show full text]
  • Groups and Symmetries
    Groups and Symmetries F. Oggier & A. M. Bruckstein Division of Mathematical Sciences, Nanyang Technological University, Singapore 2 These notes were designed to fit the syllabus of the course “Groups and Symmetries”, taught at Nanyang Technological University in autumn 2012, and 2013. Many thanks to Dr. Nadya Markin and Fuchun Lin for reading these notes, finding things to be fixed, proposing improvements and extra exercises. Many thanks as well to Yiwei Huang who got the thankless job of providing a first latex version of these notes. These notes went through several stages: handwritten lecture notes (later on typed by Yiwei), slides, and finally the current version that incorporates both slides and a cleaned version of the lecture notes. Though the current version should be pretty stable, it might still contain (hopefully rare) typos and inaccuracies. Relevant references for this class are the notes of K. Conrad on planar isometries [3, 4], the books by D. Farmer [5] and M. Armstrong [2] on groups and symmetries, the book by J. Gallian [6] on abstract algebra. More on solitaire games and palindromes may be found respectively in [1] and [7]. The images used were properly referenced in the slides given to the stu- dents, though not all the references are appearing here. These images were used uniquely for pedagogical purposes. Contents 1 Isometries of the Plane 5 2 Symmetries of Shapes 25 3 Introducing Groups 41 4 The Group Zoo 69 5 More Group Structures 93 6 Back to Geometry 123 7 Permutation Groups 147 8 Cayley Theorem and Puzzles 171 9 Quotient Groups 191 10 Infinite Groups 211 11 Frieze Groups 229 12 Revision Exercises 253 13 Solutions to the Exercises 255 3 4 CONTENTS Chapter 1 Isometries of the Plane “For geometry, you know, is the gate of science, and the gate is so low and small that one can only enter it as a little child.” (W.
    [Show full text]
  • A Crash Course in Group Theory (Version 1.0) Part I: Finite Groups
    A Crash Course In Group Theory (Version 1.0) Part I: Finite Groups Sam Kennerly June 2, 2010 with thanks to Prof. Jelena Mari´cic,Zechariah Thrailkill, Travis Hoppe, Erica Caden, Prof. Robert Gilmore, and Prof. Mike Stein. Contents 1 Notation 3 2 Set Theory 5 3 Groups 7 3.1 Definition of group . 7 3.2 Isomorphic groups . 8 3.3 Finite Groups . 9 3.4 Cyclic Groups . 10 4 More Groups 12 4.1 Factor Groups . 12 4.2 Direct Products and Direct Sums . 14 4.3 Noncommutative Groups . 15 4.4 Permutation Groups . 19 1 Why learn group theory? In short, the answer is: group theory is the systematic study of symmetry. When a physical system or mathematical structure possesses some kind of symmetry, its description can often be dra- matically simplified by considering the consequences of that symmetry. Re- sults from group theory can be very useful if (and only if) one understands them well enough to look them up and use them. The purpose of these notes is to provide readers with some basic insight into group theory as quickly as possible. Prerequisites for this paper are the standard undergraduate mathematics for scientists and engineers: vector calculus, differential equations, and basic matrix algebra. Simplicity and working knowledge are emphasized here over mathemat- ical completeness. As a result, proofs are very often sketched or omitted in favor of examples and discussion. Readers are warned that these notes are not a substitute for a thorough study of modern algebra. Still, they may be helpful to scientists, engineers, or mathematicians who are not specialists in modern algebra.
    [Show full text]
  • Group Isomorphisms - Some Intuition
    Group Isomorphisms - Some Intuition The idea of an \isomorphism" is central to algebra. It's our version of equality - two objects are considered isomorphic if they are essentially the same. Before studying the technical definitions, consider a (slightly mathematical) example from language. We'll define a few finite sets: 1. f I, II, III, IV, V, VI g 2. f uno, dos, tres, cuatro, cinco, seis g 3. f 一, 二, 三, 四, 五, m g 4. f one, two, three, four, five, six g 5. f 1, 2, 3, 4, 5, 6 g 6. f un, deux, trois, quatre, cinq, six g 7. f I, II, III, IV, V, VI g Even if you don't recognize all of them, hopefully at least one or two sets look familiar. Based on that, you might make a conjecture about a set you don't recognize. They are, in fact, all the same - the first element of each set is used to represent the idea of a single entity, or the first object in an arrangement. The second element of each set represents a pair, and so on. The fact that each set has the same number of elements is not the important part; rather, it's that we can replace one set with another, without changing the inherent meaning. Regardless of the language or symbols we use for them, numbers are the same - the number systems we use are isomorphic, and the map between them is the isomorphism (in this case, a multi-language dictionary would make a good map).
    [Show full text]