Inverse Permutation — Definition, Formula & Examples
An inverse permutation is a permutation that undoes the effect of another permutation, restoring elements to their original positions. If a permutation sends element to position , the inverse permutation sends the element at position back to position .
Given a permutation of the set , the inverse permutation is the unique permutation satisfying and for all . Equivalently, if , then .
How It Works
To find the inverse of a permutation written in two-line notation, swap the two rows and then reorder the columns so the top row is in ascending order. In one-line notation, if , you construct by placing in position . The composition of a permutation with its inverse always yields the identity permutation, which maps every element to itself.
Worked Example
Problem: Find the inverse of the permutation on the set .
Step 1: Write the permutation in two-line notation, with inputs on top and outputs on the bottom.
Step 2: Swap the two rows so that outputs become inputs.
Step 3: Reorder the columns so the top row is in ascending order (1, 2, 3, 4).
Answer: The inverse permutation is . You can verify: sends 1→3, so sends 3→1. Similarly, 2→4→2, 3→1→3, and 4→2→4.
Why It Matters
Inverse permutations arise in cryptography when decoding ciphers that scramble character positions. In abstract algebra, the existence of inverses is one of the axioms that makes the set of all permutations on elements form a group (the symmetric group ), a structure central to modern algebra and physics.
Common Mistakes
Mistake: Reversing the one-line notation (writing it backward) instead of properly computing the inverse.
Correction: The reverse of is — but only by coincidence would that be correct. Instead, systematically place into position : since , put 1 in position 3 of , and so on.
