Trying to wrap my head around the following passage but am having difficulty. It seems there are a few advanced topics that are assumed to be understood without providing examples. I would like to understand the missing pieces described in the following passage.
(A) Passage
...We consider permutation groups. A permutation representation $(G, A, f)$ is a group $G$ that acts on a set $A$ through a function $f \in G \to \mathcal{I}A$ (where $\mathcal{I}A$ is the set of bijections on $A$) such that $f(1)$ is the identity transformation and the function composition operation $\circ$ is compatible with the group operation,
$$ \overset{G^2}{\underset{g,h}{\forall}}\ \ f(h) \circ f(g) = f(g \cdot h) $$
For a partition $\textbf{P}$ of a set $\textit{P}$, the permutation group $(G, \textbf{P}, f)$ allows to represent a set of partitions that are coarser than $\textbf{P}$ using the group structure of $G$. For any subgroup $S$ of $G$, two elements of $\textit{P}$ are contained in the same cell of the partition of $\textit{P}$ induced by S through the permutation group $(G, \textbf{P}, f)$ iff their containing cells of $\textbf{P}$ lie on the same orbit of $S$.
(B) Question
If I could boil this down to one question, that would be:
What a complete example of the permutation group looks like based on the definitions provided in the passage.
That is, what would be what some examples of $f$ are in the passage (inputs and outputs), and some definition variations, so I can get a sense of how to apply the function. I don't understand the function inputs/outputs/structure so I can't apply it.
$$ \overset{G^2}{\underset{g,h}{\forall}}\ \ f(h) \circ f(g) = f(g \cdot h) $$
That is, wondering what a complete example would be, i.e.
- An example group $G$, say the set of integers $\mathbb{Z}$ if that's helpful, but anything would be fine.
- A few example permutations $A$ or $\textbf{P}$ (not sure if they are the same).
- A few example inputs/outputs for the function $f$.
- An example orbit of the subgroup of $G$.
This would demonstrate a complete example of how to apply the permutation representation/group to a set using the function $f$.
The following was partly taken out of the original question to pose as an answer, albeit an incomplete and incorrect one. Maybe it might be helpful for further elaboration so wanted to post it in case. It's about all I can get from the passage :(
Elements
So from what I can gather the elements are:
Analysis
My understanding is as follows (the numbers match the numbered list above).
Remaining Questions
In the bullet points above I listed where my misunderstandings occurred. Here I will list the key points where I am having difficulty:
Example
It seems like a permutation representation and permutation group are the same thing, so we will just deal with $A$. And it seems that $A$ is unrelated to the group elements.
So lets say we have a group $G = (X, \cdot)$, where $X$ is a set and $\cdot$ is the group operation (in this case, function composition). Or by "compatible" perhaps it means it can do composition, but maybe it has an arbitrary other operation. So:
\begin{align*} \cdot = \left\{ \begin{array}{r@{}l} (x \in \mathbb{Z}, y \in \mathbb{Z}) &\to z \in \mathbb{Z}\\ (x \in \mathbb{X}, y \in \mathbb{X}) &\to x \circ y \end{array} \right. \end{align*}
where $\mathbb{X}$ is the set of all functions. That is essentially saying, our group operation $\cdot$ has 2 totally separate implementations, one handling the integers (just made that up), and the other handling the composition. Now that function "is compatible" with composition.
Then we have a function $f : X \to \mathcal{I}A$, where $\mathcal{I}A = \{ (a,b) \mid a,b \in A \times A\}$ So in essence, $f$ is a pair $f = ((a, b), c)$ where $(a, b) \in A \times A$ and $c \in X$. Notice that a and b are from $A$ while $c$ is from $X$ (from the group). So $c \in G$, but $a, b \notin G$.
So say our $X$ is $\{1, 2, 3, 4, 5, 6\}$. We know the identity function $f(1) \circ f(x) \mapsto f(x)$ (where $f(x)$ is an arbitrary invocation of $f$ with $x \in G$) by definition. What $f(1)$ maps to itself, I don't know, perhaps another element of $G$, not sure. Another example is trying the rest of the values in the group:
\begin{align*} f(1) &\circ f(x) \mapsto f(x)\\ f(2) &\circ f(x) \mapsto ?\\ f(3) &\circ f(x) \mapsto ?\\ f(4) &\circ f(x) \mapsto ?\\ f(5) &\circ f(x) \mapsto ?\\ f(6) &\circ f(x) \mapsto ? \end{align*}
(I am really lost by this point)
Given that we know how the functions map to each other, we can now create permutations of the set $A$:
\begin{align*} f(1) \mapsto perm_1?\\ f(2) \mapsto perm_2?\\ f(3) \mapsto perm_3?\\ f(4) \mapsto perm_4?\\ f(5) \mapsto perm_5?\\ f(6) \mapsto perm_6? \end{align*}
To summarize, we have:
\begin{align*} G &= (X, \cdot)\\ \dot{G} &= (G, A, f)\\ f &: X \to \mathcal{I}A\\ \mathcal{I}A &= \{ (a,b) \mid a,b \in A \times A\}\\ X &= \{1, 2, 3, 4, 5, 6\}\\ f(1) \circ f(x) &\mapsto f(x)\\ f(2) \circ f(x) &\mapsto ?\\ f(3) \circ f(x) &\mapsto ?\\ f(4) \circ f(x) &\mapsto ?\\ f(5) \circ f(x) &\mapsto ?\\ f(6) \circ f(x) &\mapsto ?\\ f(1) &\mapsto perm_1?\\ f(2) &\mapsto perm_2?\\ f(3) &\mapsto perm_3?\\ f(4) &\mapsto perm_4?\\ f(5) &\mapsto perm_5?\\ f(6) &\mapsto perm_6? \end{align*}