Permutation: Difference between revisions
(permutation matrix) |
|||
| Line 31: | Line 31: | ||
==Permutation matrix of a permutation== | ==Permutation matrix of a permutation== | ||
{{further|[[permutation matrix]]} | {{further|[[permutation matrix]]}} | ||
The [[permutation matrix]] of a permutation <math>\sigma \in S_n</math> is the <math>n \times n</math> matrix <math>A</math> such that <math>A_{ij} = 1</math> for <math>j = \sigma(i)</math>, <math>A_{ij} = 0</math> elsewhere. (Here, <math>S_n</math> is the [[symmetric group]] on <math>n</math> letters.) | The [[permutation matrix]] of a permutation <math>\sigma \in S_n</math> is the <math>n \times n</math> matrix <math>A</math> such that <math>A_{ij} = 1</math> for <math>j = \sigma(i)</math>, <math>A_{ij} = 0</math> elsewhere. (Here, <math>S_n</math> is the [[symmetric group]] on <math>n</math> letters.) | ||
Latest revision as of 15:37, 4 November 2023
Definition
A permutation on a set is defined as a bijective function from the set to itself.
The set of all permutations on a set forms a group with the group operation being function composition, the identity element being the identity function, and the inverse of a permutation being the inverse function. This group is termed the symmetric group on the set. A permutation on a set can thus also be defined as an element of the symmetric group on the set.
Notation
Two-line notation for permutations
Further information: two-line notation for permutations
Suppose is a finite set and is a permutation of . A two-line notation for is a two-line description that uniquely determines . The first row lists the elements of . In the second row, we list, below each element of , its image under .
For instance, consider the permutation on that sends to . The two-line notation for this permutation is:
.
One-line notation for permutations
Further information: one-line notation for permutations
The one-line notation for a permutation is an abbreviated form of the two-line notation where we write only the second line, because the first line is understood. This happens, for instance, when the elements of come with a standard ordering and it is understood that the first line, if written, would have the elements in that order.
Cycle decomposition for permutations
Further information: cycle decomposition for permutations, understanding the cycle decomposition
The cycle decomposition of a permutation is an expression of the permutation as a product of disjoint cycles. For instance, the permutation on has three cycles: , and . The cycle decomposition is this .
Permutation matrix of a permutation
Further information: permutation matrix
The permutation matrix of a permutation is the matrix such that for , elsewhere. (Here, is the symmetric group on letters.)