The question states:
Show that the set of permutations of three objects form a group. Give the multiplication table for this group.
If we take three distinct objects, the set of the permutations will have cardinality 6. How do we prove it's a group? And how do we make a multiplication table? I'm new to groups so I don't have a firm grasp over the concepts.
The group you are considering is $S_{3}$, the symmetries (permutations) over three elements. The operation is function composition. So you need to show a few things to prove it is a group:
-The operation is associative
-The operation is closed (given two elements $\sigma_{1}, \sigma_{2} \in S_{3}$, is $\sigma_{1} \odot \sigma_{2} \in S_{3}$)
-The operation is invertible (for every $\sigma$, there exists $\sigma^{-1}$ such that $\sigma \sigma^{-1} = \sigma^{-1} \sigma = 1$.
-There is an identity element (this is easy- the identity mapping)
So think of permutations as bijections: $\pi : S \to S$, where $S$ is your set.
For invertibility, just undo the mapping. So consider the table:
$$\begin{bmatrix}1 & 2 & 3 \\ \sigma(1) & \sigma(2) & \sigma(3) \end{bmatrix}$$
Giving us a permutation. If $\sigma$ sends $3 \mapsto \sigma(3)$, then $\sigma^{-1}$ must take $\sigma(3) \mapsto 3$. Can you construct a $\sigma^{-1}$ given $\sigma$?
Once you understand how to prove it is a group, the multiplication table should follow easier.