![]() |
VOOZH | about |
A permutation is simply a way of rearranging the elements of a set in a different order. If we have a non-empty set G, a permutation of G is a rule that changes the order of its elements without adding or removing anything.
We often arrange and rearrange objects in different ways whether it’s shuffling a deck of cards, changing the order of books on a shelf, or organizing people in a queue. In mathematics, this concept is known as permutation, which refers to the different ways we can arrange a set of elements in a specific orde
Examples:
Case1: Let G = { 1 } element then permutation are Pn =
Case 2: Let G = { 1, 2 } elements then permutations are
Case 3: Let G = { 1, 2, 3 } elements then permutation are 3!=6. These are,
Suppose that a permutation is
In this notation:
This can be read as:
A cycle of length 2, for example, is called a transposition.
Example:
1)
Length is 2, so it is a transposition.
2)
Length is three, so it is not a transposition.
Consider two permutations A and B as follows:
Find the product of the permutations A⋅B and B⋅A.
Solution:
Product A⋅B: Start by applying B followed by A to each element in the set {1, 2, 3, 4, 5}.
- For 1: B maps 1 to 1, and then A maps 1 to 2, so A⋅B maps 1 to 2.
- For 2: B maps 2 to 3, and then A maps 3 to 1, so A⋅B maps 2 to 1.
- For 3: B maps 3 to 4, and then A maps 4 to 4, so A⋅B maps 3 to 4.
- For 4: B maps 4 to 5, and then A maps 5 to 5, so A⋅B maps 4 to 5.
- For 5: B maps 5 to 2, and then A maps 2 to 3, so A⋅B maps 5 to 3.
Hence,
A.B
Product B⋅A: Start by applying A followed by B to each element in the set {1,2,3,4,5}.
- For 1: A maps 1 to 2, and then B maps 2 to 3, so B⋅A maps 1 to 3.
- For 2: A maps 2 to 3, and then B maps 3 to 4, so B⋅A maps 2 to 4.
- For 3: A maps 3 to 1, and then B maps 1 to 1, so B⋅A maps 3 to 1.
- For 4: A maps 4 to 4, and then B maps 4 to 5, so B⋅A maps 4 to 5.
- For 5: A maps 5 to 5, and then B maps 5 to 2, so B⋅A maps 5 to 2.
Hence,
B.A
The order of a permutation is the smallest number of times the permutation must be applied to return to the original arrangement of elements. In other words, it is the number of times the permutation needs to be repeated to bring all elements back to their starting positions.
Example: For the permutation
applying it once shifts all elements, and applying it four times brings them back to the original order.
Thus, the order of this permutation is 4.
read more about order of a permutation
1) Find the number of permutations of the set A = {1 ,2, 3, 4}.
2) What is the set of all permutations for G = {a, b}?
3) Given the permutation find the image of element 2
4) What is the order of the permutation ?
5) Find the product of the following permutations:
6) If and , find the product A⋅B.
The symmetric group Sn is the group of all permutations of n elements. It consists of all the possible ways the elements of a set can be arranged or permuted.
A transposition is a permutation that swaps exactly two elements of the set. For example:
,is a transposition because it swaps 1 and 2.
No, permutation multiplication is not commutative in general. The order in which permutations are multiplied affects the result. For example, A⋅B≠B⋅A.
The number of permutations of a set with n elements is n! (n factorial). This represents the total number of ways the elements can be arranged in a sequence.
While interesting, this question delves into a specific field of application and is more about the use of permutation groups in cryptography than understanding basic permutation operations.
This is more about how set theory or permutation operations are extended to other data types, rather than focusing on the basic mathematical properties and operations of permutations.