HOME

TheInfoList



OR:

In combinatorics, the skew sum and direct sum of
permutations In mathematics, a permutation of a set is, loosely speaking, an arrangement of its members into a sequence or linear order, or if the set is already ordered, a rearrangement of its elements. The word "permutation" also refers to the act or pr ...
are two operations to combine shorter permutations into longer ones. Given a permutation ''π'' of length ''m'' and the permutation ''σ'' of length ''n'', the skew sum of ''π'' and ''σ'' is the permutation of length ''m'' + ''n'' defined by : (\pi\ominus\sigma)(i) = \begin \pi(i)+n & \text1\le i\le m, \\ \sigma(i-m) & \textm+1\le i\le m+n,\end and the direct sum of ''π'' and ''σ'' is the permutation of length ''m'' + ''n'' defined by : (\pi\oplus\sigma)(i) = \begin \pi(i) & \text1\le i\le m,\\ \sigma(i-m)+m & \textm+1\le i\le m+n.\end


Examples

The skew sum of the permutations ''π'' = 2413 and ''σ'' = 35142 is 796835142 (the last five entries are equal to ''σ'', while the first four entries come from shifting the entries of ''π'') while their direct sum is 241379586 (the first four entries are equal to ''π'', while the last five come from shifting the entries of ''σ'').


Sums of permutations as

matrices Matrix most commonly refers to: * ''The Matrix'' (franchise), an American media franchise ** ''The Matrix'', a 1999 science-fiction action film ** "The Matrix", a fictional setting, a virtual reality environment, within ''The Matrix'' (franchis ...

If ''M''''π'' and ''M''''σ'' are the
permutation matrices In mathematics, particularly in matrix theory, a permutation matrix is a square binary matrix that has exactly one entry of 1 in each row and each column and 0s elsewhere. Each such matrix, say , represents a permutation of elements and, when ...
corresponding to ''π'' and ''σ'', respectively, then the permutation matrix M_ corresponding to the skew sum \pi \ominus \sigma is given by : M_ = \begin 0 & M_\pi \\ M_\sigma & 0 \end, and the permutation matrix M_ corresponding to the direct sum \pi \oplus \sigma is given by : M_ = \begin M_\pi & 0 \\ 0 & M_\sigma \end, where here the symbol "0" is used to represent rectangular blocks of zero entries. Following the example of the preceding section, we have (suppressing all 0 entries) that :M_ = \begin &1&& \\ &&&1 \\ 1&&& \\ &&1& \end, M_ = \begin &&1&& \\ &&&&1 \\ 1&&&& \\ &&&1& \\ &1&&&\end, :M_ = M_ = \begin &&&&&&1&&& \\ &&&&&&&&1 \\ &&&&&1&&& \\ &&&&&&&1& \\&&1&&&&&& \\ &&&&1&&&& \\ 1&&&&&&&& \\ &&&1&&&&& \\ &1&&&&&&&\end and :M_ = M_ = \begin &1&&&&&&& \\ &&&1&&&&& \\ 1&&&&&&&& \\ &&1&&&&&& \\ &&&&&&1&& \\ &&&&&&&&1 \\ &&&&1&&&& \\ &&&&&&&1& \\ &&&&&1&&&\end .


Role in pattern avoidance

Skew and direct sums of permutations appear (among other places) in the study of pattern avoidance in permutations. Breaking permutations down as skew and/or direct sums of a maximal number of parts (that is, decomposing into indecomposable parts) is one of several possible techniques used to study the structure of, and so to enumerate, pattern classes.Albert, M.H. and Atkinson, M.D. Simple permutations and pattern restricted permutations. Discrete Math. 300, 1-3 (2005), 1–15. Permutations whose decomposition by skew and direct sums into a maximal number of parts, that is, can be built up from the permutations (1), are called separable permutations;Kitaev (2011) p.57 they arise in the study of sortability theory, and can also be characterized as permutations avoiding the
permutation pattern In combinatorial mathematics and theoretical computer science, a permutation pattern is a sub-permutation of a longer permutation. Any permutation may be written in one-line notation as a sequence of digits representing the result of applying the p ...
s 2413 and 3142.


Properties

The skew and direct sums are associative but not
commutative In mathematics, a binary operation is commutative if changing the order of the operands does not change the result. It is a fundamental property of many binary operations, and many mathematical proofs depend on it. Most familiar as the name of ...
, and they do not associate with each other (i.e., for permutations ''π'', ''σ'' and ''τ'' we typically have \pi \oplus(\sigma \ominus \tau) \neq (\pi \oplus \sigma) \ominus \tau). Given permutations ''π'' and ''σ'', we have :(\pi \oplus \sigma)^ = \pi ^ \oplus \sigma^   and   (\pi \ominus \sigma)^ = \sigma^ \ominus \pi ^. Given a permutation ''ω'', define its ''reverse'' rev(''ω'') to be the permutation whose entries appear in the opposite order of those of ''ω'' when written in
one-line notation In mathematics, a permutation of a set is, loosely speaking, an arrangement of its members into a sequence or linear order, or if the set is already ordered, a rearrangement of its elements. The word "permutation" also refers to the act or proc ...
; for example, the reverse of 25143 is 34152. (As permutation matrices, this operation is reflection across a horizontal axis.) Then the skew and direct sums of permutations are related by : \pi \oplus \sigma = \operatorname(\operatorname(\sigma) \ominus \operatorname(\pi)).


References

* {{cite book , last=Kitaev , first=Sergey , title=Patterns in permutations and words , zbl=1257.68007 , series=Monographs in Theoretical Computer Science. An EATCS Series , location=Berlin , publisher=
Springer-Verlag Springer Science+Business Media, commonly known as Springer, is a German multinational publishing company of books, e-books and peer-reviewed journals in science, humanities, technical and medical (STM) publishing. Originally founded in 1842 ...
, isbn=978-3-642-17332-5 , year=2011 Permutations