Let $G$ be a group and $H \leq \text{Aut}(G)$. On Cartesian product $S=G \times H$ define multiplication: $$ \text{For} \,\, a,b \in G \,\, \text{and} \,\, \alpha,\beta\in \text{Aut}(G) \,\, \text{let} \,\, (a,\alpha)\cdot(b,\beta)=(a\alpha^{-1}(b),\alpha \beta).$$
Prove $(S,\cdot)$ is a group.
In my attempt I wasn't sure if I was taking the proper approach so I left out the identity.
$\textbf{Proof:}$ Since $G$ is a group and $H \leq \text{Aut}(G)$ is a group, then $\forall a,b \in G, \,\,\, a \cdot b \in G$ by closure. So, $\alpha, \beta \in H \implies \alpha, \beta \in \text{Aut}(G)$. Thus, $\alpha \cdot \beta \in H,\text{Aut}(G)$ by closure. So, $(a,\alpha) \cdot (b,\beta)=(a\alpha^{-1}(b),\alpha \beta) \in S \,\, \forall (a, \alpha),(b,\beta) \in S$.
$\therefore S$ is closed under multiplication.
For associativity, we want to show $((a,\alpha) \cdot (b,\beta)) \cdot (d, \delta)=(a,\alpha) \cdot ((b,\beta)\cdot(d,\delta)) \,\,\, \forall (a,\alpha),(b,\beta),(d,\delta) \in S$.
$((a,\alpha) \cdot (b,\beta)) \cdot (d,\delta) = (a\alpha^{-1}(b),\alpha \beta) \cdot (d,\delta)=(a\alpha^{-1}(b)(\alpha \beta)^{-1}(d),\alpha \beta \delta)$
$(a,\alpha)\cdot ((b,\beta)\cdot (d,\delta))=(a\alpha^{-1}(b\beta^{-1}(d),\alpha \beta \delta)$ At this point I am not sure if I am on the right track and need to show these last two steps are equivalent.
Need to show there exists inverse and identity for $S$ which I said is true since it exists for groups $G$ and $H$.