Manipulating equations in groups: Difference between revisions

From Groupprops
No edit summary
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 12: Line 12:
A typical equation in groups has two expressions, with an equality sign between them. We can do the following:
A typical equation in groups has two expressions, with an equality sign between them. We can do the following:


* ''left multiply'' by an element: both sides of the equation are multiplied on the left by the same element
* ''left multiply'' by an element: Both sides of the equation are multiplied on the left by the same element. For instance, the equation <math>B = C</math> (for ''expressions'' <math>B,C</math> involving elements of the group) can be multiplied on the left by an expression <math>A</math> to get <math>AB = AC</math>.
* ''right multiply'' by an element: both sides of the equation are multipled on the right by the same element
* ''right multiply'' by an element: Both sides of the equation are multiplied on the right by the same element. For instance, the equation <math>B = C</math> (for ''expressions'' <math>B,C</math> involving elements of the group) can be multiplied on the right by an expression <math>A</math> to get <math>BA = CA</math>.
* ''multiply'' two equations
* ''multiply'' two equations: Two equations are multiplied with each other. We need to decide in advance which of the equations is the ''left'' equation and which equation is the ''right'' equation. For instance, for ''expressions'' <math>A,B,C,D</math>, the equations <math>A = B</math> and <math>C = D</math> can be multiplied to give any of the equations <math>AC = BD, AD = BC, CA = DB, CB = DA</math> but ''cannot'' be used to give <math>AC = DB</math>.


These are the basic operations.
These are the basic operations.
Line 38: Line 38:
<math>a_1a_2 \ldots a_n = b_1 b_2 \ldots b_m \implies b_1^{-1}a_1a_2\ldots a_n = b_2 b_3 \ldots b_m</math>
<math>a_1a_2 \ldots a_n = b_1 b_2 \ldots b_m \implies b_1^{-1}a_1a_2\ldots a_n = b_2 b_3 \ldots b_m</math>


And similarly:
Note that these transposing operations are ''reversible'', because we can multiply back by the element to transpose back. Thus, we in fact have:


<math>a_1a_2 \ldots a_n = b_1 b_2 \ldots b_m \implies a_1a_2\ldots a_nb_m^{-1} = b_1b_2 \ldots b_{m-1}</math>
<math>a_1a_2 \ldots a_n = b_1 b_2 \ldots b_m \iff b_1^{-1}a_1a_2\ldots a_n = b_2 b_3 \ldots b_m</math>
 
Transposing the term on the right end looks like this:
 
<math>a_1a_2 \ldots a_n = b_1 b_2 \ldots b_m \iff a_1a_2\ldots a_nb_m^{-1} = b_1b_2 \ldots b_{m-1}</math>


However, middle terms cannot be directly transposed; we first need to transpose enough terms to bring them to the edge, before transposing them.
However, middle terms cannot be directly transposed; we first need to transpose enough terms to bring them to the edge, before transposing them.
Line 46: Line 50:
===Solving for an element===
===Solving for an element===


If an element occurs only once in the equation, then all the remaining elements can be gathere to the other side, so we can ''solve'' for that element in terms of the other elements. For instance, if we have the equation:
If an element occurs only once in the equation, then all the remaining elements can be gathered to the other side, so we can ''solve'' for that element in terms of the other elements. For instance, if we have the equation:


<math>a_1a_2a_3 = b_1b_2b_3</math>
<math>a_1a_2a_3 = b_1b_2b_3</math>
Line 53: Line 57:


<math>b_2 = b_1^{-1}a_1a_2a_3b_3^{-1}</math>
<math>b_2 = b_1^{-1}a_1a_2a_3b_3^{-1}</math>
===Not every equation can be solved for an element===
===Not every equation can be solved for an element===


Line 59: Line 64:
<math>x^2 = g</math>
<math>x^2 = g</math>


we cannot ''solve'' <math>x</math> in terms of <math>g</math> (there's no generic way of extracting a squareroot). Even worse, given an equation like:
we cannot ''solve'' <math>x</math> in terms of <math>g</math> (there's no generic way of extracting a square root). Even worse, given an equation like:


<math>x^2gxh^3 = g^3</math>
<math>x^2gxh^3 = g^3</math>


we cannot ''isolate'' the powers of <math>x</math> on one side.
we cannot ''isolate'' the powers of <math>x</math> on one side.
Note that in case the group is an [[abelian group]], we can bring all the powers/occurrences of an element together. For more, see [[manipulating equations in abelian groups]].


===Bringing everything to one side===
===Bringing everything to one side===
Line 95: Line 102:
<math>Ax := \{ ax \mid a \in A \}</math>
<math>Ax := \{ ax \mid a \in A \}</math>


and similarly we define <math>xA</math>. Many of the results we have for manipuatlgin elements, work with subsets. For instance:
and similarly we define <math>xA</math>. Many of the results we have for manipulating elements, work with subsets. For instance:


We define:
We define:
Line 101: Line 108:
<math>A^{-1} = \{ a^{-1} \mid a \in A \}</math>
<math>A^{-1} = \{ a^{-1} \mid a \in A \}</math>


The rules for manipulating elements give rules for manipulating subsets:
The rules for manipulating elements give rules for manipulating subsets. Below, <math>A,B</math> are subsets of a group and <math>x</math> is an element of the same group:


* <math>(A^{-1})^{-1} = A</math>
* <math>(A^{-1})^{-1} = A</math>
Line 108: Line 115:
* <math>xA = B \implies A = x^{-1}B</math>
* <math>xA = B \implies A = x^{-1}B</math>
* Multiplication of subsets is associative
* Multiplication of subsets is associative
===What's not true===
It is ''not'' true that <math>AA^{-1}</math> is the identity element. To understand this, note that <math>AA^{-1}</math> is defined as:
<math>\{ a_1a_2^{-1} \mid a_1, a_2 \in A \}</math>.
In other words, it may well happen that <math>a_1 \ne a_2</math>. In this case, it is ''not'' true that <math>a_1a_2^{-1}</math> is the identity element.
Similarly, we can define <math>A^2 = AA</math> as follows:
<math>A^2 = \{ a_1a_2 \mid a_1,a_2 \in A \}</math>.
Then, every element of the form <math>a^2, a \in A</math>, is in <math>A^2</math>, but <math>A^2</math> may well be strictly bigger.
In particular, we '''cannot''' do manipulations of the form:
<math>AB = C \implies A = CB^{-1}</math>
All we ''can'' say is that if <math>B</math> is non-empty:
<math>AB = C \implies A \subseteq CB^{-1}</math>.


===Symmetric subsets===
===Symmetric subsets===
Line 114: Line 143:


<math>(AB)^{-1} = BA</math>
<math>(AB)^{-1} = BA</math>
<section end=beginner/><section begin=revisit/>


===Subgroups===
===Subgroups===
Line 119: Line 150:
Subgroups are special kinds of subsets. If <math>H</math> is a subgroup of <math>G</math>, then the sets <math>Hx</math> form a partition of <math>G</math>, called [[right coset]]s, and the sets <math>xH</math> also form a partition of <math>G</math>, called [[left coset]]s.
Subgroups are special kinds of subsets. If <math>H</math> is a subgroup of <math>G</math>, then the sets <math>Hx</math> form a partition of <math>G</math>, called [[right coset]]s, and the sets <math>xH</math> also form a partition of <math>G</math>, called [[left coset]]s.


<section end=beginner/><section begin=revisit/>
==Notions of conjugate elements==
==Notions of conjugate elements==


Line 132: Line 162:
The significance of this is that it allows us to do some computational manipulations.
The significance of this is that it allows us to do some computational manipulations.


==Using equations to deduce Abelianness==
==Using equations to deduce abelianness==


There are situations where we can use equations that are true for a group, to deduce that the group is Abelian. Here are some examples.
There are situations where we can use equations that are true for a group, to deduce that the group is Abelian. Here are some examples.


===Inverse map is homomorphism implies group is Abelian===
===Inverse map is homomorphism implies group is abelian===


{{further|[[Inverse map is automorphism iff Abelian]]}}
{{further|[[Inverse map is automorphism iff abelian]]}}


For a group <math>G</math>, if the map <math>x \mapsto x^{-1}</math> is an automorphism, then <math>G</math> is Abelian. This is a simple equation-manipulation. If we have:
For a group <math>G</math>, if the map <math>x \mapsto x^{-1}</math> is an automorphism, then <math>G</math> is abelian. This is a simple equation-manipulation. If we have:


<math>(xy)^{-1} = x^{-1}y^{-1}</math>
<math>(xy)^{-1} = x^{-1}y^{-1}</math>
Line 154: Line 184:
Thus showing that <math>x</math> and <math>y</math> commute.
Thus showing that <math>x</math> and <math>y</math> commute.


===Square map is endomorphism implies group is Abelian===
===Square map is endomorphism implies group is abelian===


{{further|[[Square map is endomorphism iff Abelian]]}}
{{further|[[Square map is endomorphism iff abelian]]}}


If we have:
If we have:
Line 172: Line 202:
===Cube map is endomorphism...===
===Cube map is endomorphism...===


{{further|[[Cube map is endomorphism iff Abelian (if order is not a multiple of 3)]]}}
{{further|[[Cube map is endomorphism iff abelian (if order is not a multiple of 3)]]}}


The map <math>x \mapsto x^3</math>, the so-called ''cube map'', is an endomorphism only if the group is Abelian, ''provided'' the group is finite and its order is not a multiple of 3. This involves a somewhat more tricky argument, that makes use of cancellation, and the fact that if the order is not a multiple of 3, then ''every'' element is a cube.
The map <math>x \mapsto x^3</math>, the so-called ''cube map'', is an endomorphism only if the group is Abelian, ''provided'' the group is finite and its order is not a multiple of 3. This involves a somewhat more tricky argument, that makes use of cancellation, and the fact that if the order is not a multiple of 3, then ''every'' element is a cube.
==More on manipulating equations==
==More on manipulating equations==



Latest revision as of 19:42, 31 March 2022

This is a survey article related to:group
View other survey articles about group

This article is about the basic rules of manipulating equations involving groups. It is written mainly for beginners to the subject of group theory.

A quick review of expressions in groups

Because of associativity of the group multiplication, we often omit the multiplication symbol. Thus, if is a group with multiplication operation , we often write for the product . For expressions of the form , we simply write . The identity element is denoted here as (it is also sometimes denoted as ).

The rules for manipulating equations in groups

A typical equation in groups has two expressions, with an equality sign between them. We can do the following:

  • left multiply by an element: Both sides of the equation are multiplied on the left by the same element. For instance, the equation (for expressions involving elements of the group) can be multiplied on the left by an expression to get .
  • right multiply by an element: Both sides of the equation are multiplied on the right by the same element. For instance, the equation (for expressions involving elements of the group) can be multiplied on the right by an expression to get .
  • multiply two equations: Two equations are multiplied with each other. We need to decide in advance which of the equations is the left equation and which equation is the right equation. For instance, for expressions , the equations and can be multiplied to give any of the equations but cannot be used to give .

These are the basic operations.

Cancellation of elements

If we have an equation of the form:

we can cancel from the left, to conclude that . The formal justification of this is via left multiplication by . Similarly, if , we can cancel from the right, to conclude that .

However, if we have an equation like:

we cannot cancel . This is because appears on different sides.

Transposing terms to the other side

We can use multiplication by the inverse to transpose a term from one side to another. However, only those terms that are at the left or right end can be transposed. For instance:

Note that these transposing operations are reversible, because we can multiply back by the element to transpose back. Thus, we in fact have:

Transposing the term on the right end looks like this:

However, middle terms cannot be directly transposed; we first need to transpose enough terms to bring them to the edge, before transposing them.

Solving for an element

If an element occurs only once in the equation, then all the remaining elements can be gathered to the other side, so we can solve for that element in terms of the other elements. For instance, if we have the equation:

Then solving it for yields:

Not every equation can be solved for an element

An equation can be solved for an element only if that element occurs only once, on exactly one side of the equation. Given an equation of the form:

we cannot solve in terms of (there's no generic way of extracting a square root). Even worse, given an equation like:

we cannot isolate the powers of on one side.

Note that in case the group is an abelian group, we can bring all the powers/occurrences of an element together. For more, see manipulating equations in abelian groups.

Bringing everything to one side

Given any equation, we can transform it to the form where all the terms are on a single side. For instance, the equation:

solves to give:

Inverting a product

Further information: inverse map is involutive

This is a special case of the above, but may be useful to remember in isolation:

Equations involving subsets

Arbitrary subsets

If are subsets of a group, then we define:

If is a subset and is an element, we define:

and similarly we define . Many of the results we have for manipulating elements, work with subsets. For instance:

We define:

The rules for manipulating elements give rules for manipulating subsets. Below, are subsets of a group and is an element of the same group:

  • Multiplication of subsets is associative

What's not true

It is not true that is the identity element. To understand this, note that is defined as:

.

In other words, it may well happen that . In this case, it is not true that is the identity element.

Similarly, we can define as follows:

.

Then, every element of the form , is in , but may well be strictly bigger.

In particular, we cannot do manipulations of the form:

All we can say is that if is non-empty:

.

Symmetric subsets

Symmetric subsets are subsets that contain the identity element and are closed under the inverse map. If and are symmetric subsets, then:

Subgroups

Subgroups are special kinds of subsets. If is a subgroup of , then the sets form a partition of , called right cosets, and the sets also form a partition of , called left cosets.

Notions of conjugate elements

A useful notion when manipulating equations is that of conjugate elements. Given a group and elements , the conjugate of by is the element The key point is that conjugation is an automorphism, in the sense that:

and:

The significance of this is that it allows us to do some computational manipulations.

Using equations to deduce abelianness

There are situations where we can use equations that are true for a group, to deduce that the group is Abelian. Here are some examples.

Inverse map is homomorphism implies group is abelian

Further information: Inverse map is automorphism iff abelian

For a group , if the map is an automorphism, then is abelian. This is a simple equation-manipulation. If we have:

Then, multiplying by yields:

Now multiplying by yields:

Thus showing that and commute.

Square map is endomorphism implies group is abelian

Further information: Square map is endomorphism iff abelian

If we have:

Then expanding this yields:

We can now cancel the leftmost and rightmost , and get:

Cube map is endomorphism...

Further information: Cube map is endomorphism iff abelian (if order is not a multiple of 3)

The map , the so-called cube map, is an endomorphism only if the group is Abelian, provided the group is finite and its order is not a multiple of 3. This involves a somewhat more tricky argument, that makes use of cancellation, and the fact that if the order is not a multiple of 3, then every element is a cube.

More on manipulating equations

The extent to which we can manipulate systems of equations involving groups is tremendous. In fact, given a group with a system of equations satisfied by some elements, it is in general impossible to determine whether that system of equations forces all elements to be the identity element.

This is related to the notion of a presentation of a group, the question of whether a group has a solvable word problem, and other notions. Usually, many of the apparently unmotivated formal manipulations involving groups actually come from deeper theoretical insights, that are beyond the scope of this survey article.