Simple explanation of group generators

Click For Summary

Discussion Overview

The discussion revolves around the concepts of group generators and group representations, focusing on their definitions, mathematical properties, and examples. Participants seek to clarify these concepts, which are often presented in complex mathematical language, and explore their implications in both finite and infinite groups.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Debate/contested

Main Points Raised

  • Some participants express confusion over the definition of a representation, particularly the phrase "a mapping that takes a group of elements into linear operators."
  • It is proposed that a representation can be understood as a set of matrices where each matrix corresponds to an element of the group, allowing group operations to be represented through matrix multiplication.
  • Participants discuss the nature of group homomorphisms, noting that they can map into various groups, not just linear operator groups.
  • There is a question about the nature of group generators, with some suggesting they are the basic elements needed to generate all other elements in a group, applicable to both finite and infinite groups.
  • One participant explains that a set of generators can produce every element of a group through combinations of the generators, with the possibility of different expressions representing the same element.
  • Another participant draws an analogy between generators and letters of the alphabet, noting that different combinations can yield the same group element.
  • Concerns are raised about the uniqueness of representations in free groups, where different combinations of generators yield distinct elements.
  • Examples are provided, such as representing permutation groups with matrices, and the use of variable parameters in infinite sets of matrices.
  • Clarifications are made regarding the distinction between a representation and an isomorphism, emphasizing that not all representations allow for direct multiplication of matrices to reflect group operations.

Areas of Agreement / Disagreement

Participants express varying levels of understanding and agreement on the definitions and implications of group generators and representations. There is no consensus on the clarity of these concepts, and multiple competing views and interpretations remain present throughout the discussion.

Contextual Notes

Some participants highlight the complexity of definitions and the potential for confusion due to the mathematical language used. The discussion includes unresolved questions about the nature of group generators and the conditions under which representations function.

Who May Find This Useful

This discussion may be useful for individuals seeking to understand the foundational concepts of group theory, particularly in the context of representations and generators, as well as those interested in the mathematical structures underlying these concepts.

resurgance2001
Messages
197
Reaction score
9
Hi

I am trying to get a simple grasp of the concept of a group generator and group representations.

As ever wherever I look, I get very mathematical speak definitions such as:

"A representation is a mapping that takes elements g in G into linear operators F that preserve the composition rule". I get the second half of the sentence but I still get stuck conceptually as soon as I read the words: 'a mapping that takes a group of elements into linear operators'

And similarly, I am stuck on the word 'generators.'

Thanks

Peter
 
Physics news on Phys.org
If ##W ## is the mapping then the composition rule required for a representation is
$$W(g) \cdot W(h) = W(gh) $$
with
$$W: G\to F$$
$$g, h\in G $$

Here, ## W(g)## is the linear operator that corresponds to the element ##g## from ##G##.

A representation is a group homomorphism into some linear operator group.
 
A representation can be a set a matrices, yes? Where each matrix represents an element in the group, so that the operation of the group can be reduced to simple matrix multiplication.
 
MisterX said:
If ##W ## is the mapping then the composition rule required for a representation is
$$W(g) \cdot W(h) = W(gh) $$
with
$$W: G\to F$$
$$g, h\in G $$

Here, ## W(g)## is the linear operator that corresponds to the element ##g## from ##G##.

A representation is a group homomorphism into some linear operator group.

"I don't understand this phrase yet: "A group homomorphism into some linear operator group". Can you explain it please with a simple example? Thanks
 
resurgance2001 said:
"I don't understand this phrase yet: "A group homomorphism into some linear operator group". Can you explain it please with a simple example? Thanks
A homomorphism follows the rules for W as above only instead of mapping into a linear operator group, it could be some arbitrary other group.
 
  • Like
Likes   Reactions: resurgance2001
Thanks - so structure of the group is basically conserved.

But then what are group generators? Are they the most basic elements of the group that are needed to generate all the other elements in an infinite group? Do you have generators in a finite group? Thanks
 
resurgance2001 said:
Thanks - so structure of the group is basically conserved.

But then what are group generators? Are they the most basic elements of the group that are needed to generate all the other elements in an infinite group? Do you have generators in a finite group? Thanks

A set of generator of a group is a set that generates the whole group. If, for example a, b, c are a set of generators for some group, then every element of the group is of the form a^i b^j c^j b^k c^l ... where you can compose any finite sequence of the letters a,b,c, in any order, inside the expressions, with any positive or negative exponents (and two consecutive letters are different).
A group may be finite or infinite, finitely generated or infinitely generated (it is, of course, always finitely generated if the group is finite, taking the whole group as a set of generators, and it may be finitely generated even if the group is infinite). Notice also that in general, two different expressions may represent the same element (this is necessary if the group is finite). If this is not the case, then the group is said to be freely generated by the given set of generators. This means that every element can be written in a unique manner as an expression of the above form.
 
  • Like
Likes   Reactions: resurgance2001
generators are to a group sort of like letters of the alphabet are to the set of all words. i.e. all group elements can be made by combining generators.

except in a group usually there can be different spellings of the same word, i.e. there can be different combinations of the generators that give the same resulting group element. (maybe you haVE TO ALLOW ALSO INVERSES OF THE GENERATORS -oops).

"free groups" are ones where every different combination of some appropriate set of generators does give a different group element.one nice group is the group of all nxn matrices with entries from some familiar number system, like the reals or complexes.

a group representation is a function taking the elements of your group into elements of a matrix group, so as to preserve the multiplication, or rather so as to turn the group multiplication into matrix multiplication.

e.g. one can represent the group of permutations of n elements in the group of nxn matrices, by taking each permutation to the matrix in which either the rows or the columns are permuted by that permutation, (i forget which one makes the multiplication work out right.)

if p is a prime number, then i seem to recall that one can choose a generators for the permutation group of p elements, the set of two permutations, one an interchange of just two elements, like (12), and the other a transitive cycle, like (123...p), (and its inverse (p...321)). e.g. then the product (123...p)(12)(p...321) = (1p). i hope.
 
  • Like
Likes   Reactions: resurgance2001
resurgance2001 said:
A representation can be a set a matrices, yes?
Yes. For an infinite group, it can be an infinite set of matrices. A typical way to present an infinite set of matrices is write a matrix that has variable parameters in it - such as \begin{pmatrix} \cos{\theta}&-\sin{\theta} \\ \sin{\theta}&\cos{\theta} \end{pmatrix}.

Where each matrix represents an element in the group, so that the operation of the group can be reduced to simple matrix multiplication.

That statement isn't clear. You can have a representation of a group G as a group of matrices T such that G and T are different as groups. The requirement for a representation is that T will be a homomorphic image of G. So calculating multiplication in G can't necessarily be done by doing the multiplication of matrices in T. You need a representation that is an isomorphism in order to do that.
 
  • Like
Likes   Reactions: resurgance2001
  • #10
Thanks for all these replies. There's a lot of very helpful instruction here. Cheers Peter
 

Similar threads

  • · Replies 0 ·
Replies
0
Views
2K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 26 ·
Replies
26
Views
1K
  • · Replies 17 ·
Replies
17
Views
9K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K