Another Permutation Question

  • Thread starter cmurphy
  • Start date
  • Tags
    Permutation
In summary, the conversation discusses the notation (a, b) that represents a cycle in a permutation. The first example shows that (a, b)(b, c) is equivalent to (a, b, c), while the second example shows that (a, b)(c, d) is equivalent to (a, b, c)(b, c, d). The conversation also explains how to interpret the notation and gives an example using three balls in a line. The conversation suggests practicing with distinct objects to better understand the notation.
  • #1
cmurphy
30
0
Why does (a, b)(b, c) = (a, b, c)

and why does (a, b)(c, d) = (a, b, c)(b, c, d). I don't understand how we get that c goes to b, since there is no d in the first cycle.

Colleen
 
Physics news on Phys.org
  • #2
i think you need to learn what the notation means and how to use it, in the other thread i gave you an example of how to read things off. please note that when cycles are not disjoint all kinds of weird things can happen.

(12)(23)=(123) is a result of what the notation means.

imagine you've three balls in a line, red green blue in order.

doing (12)(23) tells you first to swap the balls in positions 2 and 3, so they look like
red blue green in order, and then two swap the *new* first and second position balls, so you get

blue red green

that is the same as doing

(123) which tells you to put the first ball in hte second position, the second ball in the 3rd position and the 3rd ball where hte 1st ball was.

try it: get two sets of three things that are distinctive, two apples, two oranges two bananas say and line em up, and do the permutations and see that they really are the same once you understand how to read the notation
 
  • #3
, the reason (a, b)(b, c) = (a, b, c) is because in a permutation, the elements within each cycle are not affected by the other cycles. In this case, (a, b) is one cycle and (b, c) is another cycle. The first cycle (a, b) simply switches the positions of a and b, while the second cycle (b, c) switches the positions of b and c. So when we combine these two cycles, we get (a, b)(b, c) = (a, c), because a stays in its original position and b and c switch.

Similarly, (a, b)(c, d) = (a, b, c)(b, c, d) because in this case, we have two separate cycles (a, b) and (c, d) that are not connected. So when we combine them, we get (a, b)(c, d) = (a, b, c)(b, d) where a and b stay in their original positions and c and d switch.

I hope this helps to clarify the concept of permutations and how combining cycles works. It is important to remember that in a permutation, the elements within each cycle are not affected by the other cycles.
 

1. What is a permutation?

A permutation is an arrangement or ordering of a set of objects, where the order in which the objects are arranged matters. For example, the permutations of the letters "ABC" are ABC, ACB, BAC, BCA, CAB, and CBA.

2. How many permutations can be made from a set of n objects?

The number of permutations that can be made from a set of n objects is n!, which is read as "n factorial." This means that for every object in the set, there are n-1 options for the next object, n-2 options for the one after that, and so on until there is only 1 option left for the last object.

3. What is the difference between a permutation and a combination?

A permutation is an arrangement of objects where the order matters, while a combination is a selection of objects where the order does not matter. For example, ABC and ACB are different permutations, but they are the same combination.

4. How can I calculate the number of permutations when some objects are repeated?

If there are n total objects and m of them are identical, the number of permutations is given by n! / m!, where m! is the number of ways the identical objects can be arranged. For example, the number of permutations of the letters "AABC" is 4! / 2! = 12, because there are 4 letters in total, but 2 of them are identical (A).

5. What are some real-life applications of permutations?

Permutations are used in various fields such as mathematics, computer science, and statistics. In mathematics, they are used for counting and probability problems. In computer science, they are used in algorithms for sorting and searching data. In statistics, they are used to analyze data and make predictions. Additionally, permutations are used in everyday tasks such as creating passwords and shuffling cards.

Similar threads

  • Linear and Abstract Algebra
Replies
6
Views
523
  • Linear and Abstract Algebra
Replies
7
Views
579
  • Linear and Abstract Algebra
Replies
4
Views
387
  • Linear and Abstract Algebra
Replies
8
Views
1K
  • Linear and Abstract Algebra
Replies
9
Views
576
  • Linear and Abstract Algebra
Replies
17
Views
1K
  • Linear and Abstract Algebra
Replies
4
Views
1K
  • Linear and Abstract Algebra
Replies
1
Views
2K
  • Linear and Abstract Algebra
Replies
28
Views
2K
  • Linear and Abstract Algebra
Replies
9
Views
201
Back
Top