{"id":555,"date":"2007-12-03T08:21:49","date_gmt":"2007-12-03T08:21:49","guid":{"rendered":"http:\/\/scientopia.org\/blogs\/goodmath\/2007\/12\/03\/from-sets-to-groups-deep-meaning-in-simple-constructs\/"},"modified":"2007-12-03T08:21:49","modified_gmt":"2007-12-03T08:21:49","slug":"from-sets-to-groups-deep-meaning-in-simple-constructs","status":"publish","type":"post","link":"http:\/\/www.goodmath.org\/blog\/2007\/12\/03\/from-sets-to-groups-deep-meaning-in-simple-constructs\/","title":{"rendered":"From Sets to Groups: Deep Meaning in Simple Constructs"},"content":{"rendered":"<p> The point of set theory isn&#8217;t just to sit around and twiddle our thumbs about<br \/>\nthe various definitions we can heap together. It&#8217;s to create a basis on which we<br \/>\ncan build and study interesting things. A great example of that is something<br \/>\ncalled a <em>group<\/em>. Once we&#8217;ve built up sets enough to be able to understand a set of values and an operator, we&#8217;re able to build an amazing deep and interesting construction, called a group.<\/p>\n<p> Back when I started this blog, one of the first topics that I<br \/>\nwrote about was group theory.  I was just looking back over that<br \/>\nseries of posts, and frankly, they sort of stink. I&#8217;ve leaned a lot about<br \/>\nhow to write for a blog in the time since then, and so I&#8217;d like to go back<br \/>\nand rewrite it. I&#8217;ve never reposted any of the group theory material, so<br \/>\nit should also be new to most readers.<\/p>\n<p><!--more--><\/p>\n<p> As you should know from reading this blog, one of the things in math<br \/>\nthat fascinates me the most is abstraction: taking some subject of interest,<br \/>\nparing it down, and reducing it to its most basic essentials, in order to<br \/>\nreally understand it and what it means.<\/p>\n<p> Group theory is part of a broader topic called <em>abstract<br \/>\nalgebra<\/em>. Abstract algebra reduces things to the minimum concepts<br \/>\nof a set of values and some operations over those values. By specifying<br \/>\nthe properties of the set and operations, you can create different<br \/>\nalgebraic structures. Group theory is, basically, the simplest construction<br \/>\nof abstract algebra: one collection of values, and one operation.<\/p>\n<p> What do you <em>do<\/em> in group theory? There&#8217;s a wonderful<br \/>\nquote, which was written by a famous writer of popularized mathematics<br \/>\nnamed James Newman. Professor Newman described group theory as:<\/p>\n<blockquote><p>\nThe theory of groups is a branch of mathematics in which one does<br \/>\nsomething to something and then compares the results with the result<br \/>\nof doing the same thing to something else, or something else to the<br \/>\nsame thing.\n<\/p><\/blockquote>\n<p> So we&#8217;re taking the idea of algebra: that is, the study of<br \/>\nequations representing numeric relationships, where the equations are<br \/>\nconstructed from numbers, variables, and simple operations like<br \/>\naddition, subtraction, multiplication and division. What we want to do<br \/>\nis abstract that. So we&#8217;re going to discard the idea of numbers, and<br \/>\nreplace it with a totally abstract notion of a collection of<br \/>\nvalues. Group theory often assumes that the collection of values is a<br \/>\nset, but you can also study groups built from proper classes.  We&#8217;re<br \/>\ngoing pair the collection of values with a single operator, which<br \/>\nwe&#8217;ll write &#8220;&bull;&#8221;.  Despite the fact that multiplication is often<br \/>\nwritten as a dot, it&#8217;s important to realize that here, in group theory, we&#8217;re <em>not<\/em> talking about multiplication. We&#8217;re talking about a totally abstract operator.<\/p>\n<p> So, a group is formed from two things: a collection of values, and<br \/>\nan operator. We&#8217;ll often write that as a pair, G=(<b>V<\/b>, &bull;). In order<br \/>\nto be a group, this pair must have the following properties:<\/p>\n<ol>\n<li> <b>Closure<\/b>: &forall;a,b &isin;<b>V<\/b>: (a&bull;b)&isin;<b>V<\/b>. That is, applying the group operator to any pair of values in the group produces a value in the group.<\/li>\n<li> <b>Identity<\/b>: &amp;exists;1&isin;<b>V<\/b>: (&forall;a&isin;V, a&bull;1 = 1&bull;a = a.) : there is an identity value in the group, which we&#8217;ll call &#8220;1&#8221; such that applying the group operator to a value &#8220;a&#8221; and 1 in any order results in &#8220;a&#8221;.<\/li>\n<li> <b> Associativity<\/b>: &forall;a,b,c&isin;<b>V<\/b>: a&bull;(b&bull;c) = (a&bull;b)&bull;c.<\/li>\n<li> <b>Inverse<\/b>: &forall;a&isin;V: (&exist;a<sup>-1<\/sup>&isin;V : a&bull;a<sup>-1<\/sup>=1). For every value in the group, there&#8217;s an inverse value, such that applying the group operator to a value and its inverse gives you the identity value.<\/li>\n<\/ol>\n<p> An example of a group is (Z,+): that is, the set of integers and the addition<br \/>\noperator. We can easily see that this is a group:<\/p>\n<ol>\n<li> For any two integers a and b, a+b is an integer.<\/li>\n<li> For any integer, a+0 = 0+a = a, so 0 is the identity value.<\/li>\n<li> We know addition is associative.<\/li>\n<li> For any integer a, there&#8217;s an additive inverse -a such that a+-a=0.<\/li>\n<\/ol>\n<p> On the other hand, (R,&times;) is <em>not<\/em> a group. Why not?<\/p>\n<ol>\n<li> For any pair of real numbers, their product is a real number.<\/li>\n<li> For any real number r, r&times;1 = 1&times;r = r.<\/li>\n<li> Multiplication is associative.<\/li>\n<li> There is a multiplicative inverse, 1\/n. But it is <em>not<\/em> true that<br \/>\nfor all values n&isin;R that 1\/n exists: there is no multiplicative inverse of 0.<\/li>\n<\/ol>\n<p> So 0 kills the real numbers as a group. If you use R-{0} as the set of<br \/>\nvalues, <em>then<\/em> you&#8217;ve got a group.<\/p>\n<p> So what does this all mean? You&#8217;ll see more in later posts. But fundamentally, this<br \/>\nincredibly simple idea: a bunch of values and one operator with 4 properties &#8211; this<br \/>\ndefines the entire concept of symmetry. Everything that we understand as symmetry<br \/>\nis completely encapsulated in the concept of a group.<\/p>\n<p> The idea of symmetry in group theory is useful for more than just abstract<br \/>\nreasoning. Obviously, it&#8217;s used for algebra: the basic idea of group theory was<br \/>\nlargely developed in the study of algebra and the symmetries of algebraic solution. But it&#8217;s useful for a lot more than that. A few example, to give you a taste:<\/p>\n<ul>\n<li> <b>Relativity<\/b>: Much of relativity is defined it terms of groups; the invariants of relativity are<br \/>\nlargely defined in terms of groups and symmetries.<\/li>\n<li> <b>Music<\/b>: There&#8217;s a way of looking at music theory using groups: natural &#8220;operations&#8221; that occur in music and chords, like inversion, transposition, etc., all exhibit group symmetries.<\/li>\n<li> <b>Chemistry<\/b>: you can determine the polarity of a molecule by using group theory to identify the symmetries in the structure of the molecule.\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>The point of set theory isn&#8217;t just to sit around and twiddle our thumbs about the various definitions we can heap together. It&#8217;s to create a basis on which we can build and study interesting things. A great example of that is something called a group. Once we&#8217;ve built up sets enough to be able [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[56],"tags":[],"class_list":["post-555","post","type-post","status-publish","format-standard","hentry","category-set-theory"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p4lzZS-8X","jetpack_sharing_enabled":true,"jetpack_likes_enabled":true,"_links":{"self":[{"href":"http:\/\/www.goodmath.org\/blog\/wp-json\/wp\/v2\/posts\/555","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.goodmath.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.goodmath.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.goodmath.org\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.goodmath.org\/blog\/wp-json\/wp\/v2\/comments?post=555"}],"version-history":[{"count":0,"href":"http:\/\/www.goodmath.org\/blog\/wp-json\/wp\/v2\/posts\/555\/revisions"}],"wp:attachment":[{"href":"http:\/\/www.goodmath.org\/blog\/wp-json\/wp\/v2\/media?parent=555"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.goodmath.org\/blog\/wp-json\/wp\/v2\/categories?post=555"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.goodmath.org\/blog\/wp-json\/wp\/v2\/tags?post=555"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}