Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Permutation Group
Definition
In mathematics, a permutation group is a group G whose elements are permutations of a given set M and whose group operation is the composition of permutations in G (which are thought of as bijective functions from the set M to itself). The group of all permutations of a set M is the symmetric group of M, often written as Sym(M). The term permutation group thus means a subgroup of the symmetric group.
I know it is hard to understand what permutation group is from the boring definition of it, but you are getting to know it in the rest of note
There is a lot of intersting things about permutation group. But we only have 20 minites, therefore I just put some basic knowledge about the permutation group
First, we need to know how permutation look like
Permutation Group Element
Check if an element is in this permutation group
We also can see the the order of a group, which is the number of elements in the group
The number of order of a group n is the smallest positive integer n such that G^n = identity permutation group
Besides, we can see the orbit of the integer n under this group element, as a sorted list
And the sign of self, which is (−1)s, where s is the number of swaps
Let's do some calculation
Multiplication of two permutation groups
Since bijections have inverses, the permutation groups also have inverses
Square of permutation group
Exercise: try to find the least power of permutation group n, which can make g^n be itself
Answer:
Permutation Group
We can count the number of elements of this group
Also we can count the degree of this premutation group
The degree of a group of permutations of a finite set is the number of elements in the set
If we want to know the subgroup of elements that commute with every element of this group, we can use x.center()
It is also easy to find the fixed point in permutation group
What more, we are able to see the underlying set that this permutation group acts on
Find the composition series of this group as a list of permutation groups
Also we can find the group formed by conjugating self with g
The element performing the conjugation can be specified in several ways, not only formed by conjugating other things
Exercise: What else form of thing can be conjugated?
Answer: