What does the identity mean here?

AI Thread Summary
The discussion centers on the concept of identity in the context of group theory, specifically within the symmetric group S3. Participants clarify that the identity element is denoted as "id" and is represented by the cycle (1), which maps elements to themselves. They emphasize the importance of understanding how to express bijections, particularly through cycle notation, and the convention of reading compositions of functions from right to left. An example illustrates how to compute the composition of two cycles, demonstrating the mapping of elements. Overall, the conversation aims to clarify the role of identity and bijections in group theory for those struggling with the material.
PhysicsRock
Messages
121
Reaction score
19
Homework Statement
Let ##S_3## be the set of all bijections on the set ##\{1,2,3\}##. Then, construct the Cayley table for the group ##(S_3, id, \circ)##.
Relevant Equations
None.
I don't understand why the identity is mentioned in the group's definition and how I am supposed to incorporate it into the table. I honestly have missed some lectures on Linear Algebra, and I can't find any examples or definitions for this in the prof's notes. I'd appreciate some help for sure.

Thanks in advance.
 
Physics news on Phys.org
It all depends on how you write those bijections. The notion ##(S_3,id,\circ)## is the most general one. It notes the set, the neutral element, and the binary operation.

Most common notation is to write those bijections as cycles: ##S_3=\{(1),(12),(13),(23),(123),(132)\}## where ##(abc)## stands for: ##a\longmapsto b \longmapsto c \longmapsto a## and ##e\longmapsto e## if a number isn't mentioned, or in case of ##(1)## where it is used instead of ##().## Here we have ##(1)=id.##
 
  • Like
Likes PhysicsRock
fresh_42 said:
It all depends on how you write those bijections. The notion ##(S_3,id,\circ)## is the most general one. It notes the set, the neutral element, and the binary operation.

Most common notation is to write those bijections as cycles: ##S_3=\{(1),(12),(13),(23),(123),(132)\}## where ##(abc)## stands for: ##a\longmapsto b \longmapsto c \longmapsto a## and ##e\longmapsto e## if a number isn't mentioned, or in case of ##(1)## where it is used instead of ##().## Here we have ##(1)=id.##
Thank you so much. That helps a lot
 
You also must define whether you read consecutive bijections from left to right or from right to left. I prefer from right to left, i.e. ##(f\circ g)[x]=f[g[x]].## In the case of cycles, we get e.g. ## (12)\circ (132)=(13).## It reads ##(12)\circ (132)[1]=(12)[3]=3\, , \,(12)\circ (132)[2]=(12)[1]=2\, , \,(12)\circ (132)[3]=(12)[2]=1## so ##1\longmapsto 3 \longmapsto 1## and ##2## is a fixed point, i.e. the result is ##(13).##
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top