Let $(G=(a_1,...,a_n),*)$ be a finite Group. Define for a element $a_i \in G$ a permutation $\phi = \phi(a_i)$ by left multiplication:
$$ \begin{bmatrix} a_1 & a_2 & ... & a_n \\ a_i*a_1 & a_i*a_2 & ... & a_i*a_n \\ \end{bmatrix} $$ I am struggling to understand why this is the permutation as
$$ \begin{bmatrix} a_k*a_1 & a_k*a_2 & ... & a_k*a_n \\ a_i*a_k*a_1 & a_i*a_k*a_2 & ... & a_i*a_k*a_n \\ \end{bmatrix} $$ where $a_k \in G$. Can somebody give me a reason for why these permutations are the same? Thanks for any help.