I want to prove that if $G = \{g_1, g_2, ..., g_n\}$ is a finite group and $h \in G$, then $G = \{hg_1,hg_2, ..., hg_n\} $.
My attempt:
Let $hg_i = hg_j = g_k \quad\quad 1 \leq i,j,k \leq n$.
Then:
$g_i = g_j$
By contraposition, we find that $gi \neq g_j \Rightarrow hg_i \neq hg_j$. Thus, all elements in $\{hg_1,hg_2, ..., hg_n\}$ are different. As this is a subset of $G$, with as many elements as in $G$, we deduce that $G = \{hg_1,hg_2, ..., hg_n\}$
Can someone verify whether this is correct?