Order of Permutation Group
Last Updated :
15 Mar, 2021
Order of Permutation-: For a given permutation P if Pn= I (identity permutation) , then n is the order of permutation.
Let a permutation P=\begin{pmatrix} a & b & c\\ d & d & e \end{pmatrix}
and Pn = I = \begin{pmatrix} a & b & c\\ a & b & c \end{pmatrix}
Then n is the order of permutation.
Example 1-: How many times \begin{pmatrix} 1 & 2 & 3&4\\ 1 & 3 & 4&2 \end{pmatrix} be multiplied to itself to produce \begin{pmatrix} 1 & 2 & 3&4\\ 1 & 2 & 3&4 \end{pmatrix}
Solution-: Let P=\begin{pmatrix} 1 & 2 & 3&4\\ 1 & 3 & 4&2 \end{pmatrix}
Then P2=P.P=\begin{pmatrix} 1 & 2 & 3&4\\ 1 & 3 & 4&2 \end{pmatrix}\begin{pmatrix} 1 & 2 & 3&4\\ 1 & 3 & 4&2 \end{pmatrix}
P2=\begin{pmatrix} 1 & 2 & 3&4\\ 1 & 4 & 2&3 \end{pmatrix}
P3= P2.P=\begin{pmatrix} 1 & 2 & 3&4\\ 1 & 4 & 2&3 \end{pmatrix}\begin{pmatrix} 1 & 2 & 3&4\\ 1 & 3 & 4&2 \end{pmatrix}
P3=\begin{pmatrix} 1 & 2 & 3&4\\ 1 & 2 & 3&4 \end{pmatrix} =I
Hence the required number is 3.
Order=3
Example 2-: Find the order of permutation \begin{pmatrix} 1 & 4 & 2&6\\ \end{pmatrix} .
Solution-: Let the given permutation be P= \begin{pmatrix} 1 & 4 & 2&6\\ \end{pmatrix}
We can write P as P= \begin{pmatrix} 1 & 4 & 2&6\\ 4 & 2 & 6&1 \end{pmatrix}
P2=\begin{pmatrix} 1 & 4 & 2&6\\ 4 & 2 & 6&1 \end{pmatrix} \begin{pmatrix} 1 & 4 & 2&6\\ 4 & 2 & 6&1 \end{pmatrix}
=\begin{pmatrix} 1 & 4 & 2&6\\ 2 & 6 & 1&4 \end{pmatrix}
P3=P2.P=\begin{pmatrix} 1 & 4 & 2&6\\ 2 & 6 & 1&4 \end{pmatrix}\begin{pmatrix} 1 & 4 & 2&6\\ 4 & 2 & 6&1 \end{pmatrix}
=\begin{pmatrix} 1 & 4 & 2&6\\ 6 & 1 & 4&2 \end{pmatrix}
P4=P3.P=\begin{pmatrix} 1 & 4 & 2&6\\ 6 & 1 & 4&2 \end{pmatrix}\begin{pmatrix} 1 & 4 & 2&6\\ 4 & 2 & 6&1 \end{pmatrix}
=\begin{pmatrix} 1 & 4 & 2&6\\ 1 & 4& 2&6 \end{pmatrix}
P4=I (identity permutation)
Hence, order is 4.
Similar Reads
Inverse of Permutation Group Permutation groups are a fundamental concept in abstract algebra, particularly in the study of group theory. They describe the symmetries of objects and the ways elements of a set can be arranged.What is a Permutation Group?A permutation group is a set of permutations of a given set that satisfies t
5 min read
Permutation Groups and Multiplication of Permutation 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 shuffl
6 min read
Permutation Matrix Permutation Matrices stand out as a distinct and important element, mentioning the algebraic linear regression and integers in the combination. These matrices are composed of 0s and 1s and are more than just a special mathematical matrix. Knowing the permutation matrices provides the capability to i
13 min read
Subgroup and Order of Group | Mathematics In mathematics, a group is a fundamental algebraic structure consisting of a set of elements combined with a binary operation that satisfies four key properties: closure, associativity, identity, and invertibility.An example of a group is the set of integers under addition. In this case, the binary
6 min read
Subgroup and Order of Group | Mathematics In mathematics, a group is a fundamental algebraic structure consisting of a set of elements combined with a binary operation that satisfies four key properties: closure, associativity, identity, and invertibility.An example of a group is the set of integers under addition. In this case, the binary
6 min read
Even and Odd Permutations and their theorems A permutation is a rearrangement of an ordered set S such that each element is mapped uniquely to itself in a one-to-one correspondence. the permutations of a set X = 1, 2, . . . , n form a group under composition. This group is called the symmetric group Sn of degree n.Let X be a finite set with at
7 min read