Let's define a binary operation $*$ on $\mathbb{R}$ such as $$ a * b = e^{a+b} $$ and investigate which algebraic structure this is.
Well first of all we notice that the operation is closed under $\mathbb{R}$ since if $a,b \in \mathbb{R}$ and $e^x$ if defined for entire $\mathbb{R}$ then $e^{a+b} \in \mathbb{R}$. From the fact that $\mathbb{R}$ is a field we get commutativity. This is where I start to doubt myself a little. It feels like we do not have associativity since $$ (a * b) * c = e^{a+b} * c = e^{e^{a+b}+c} \neq e^{a+e^{b+c}} = a * e^{b+c} = a * (b * c)$$ I also don't think there exists an universal identity element $x$. Only way I can think of getting $a * x= a$ is when $x = ln(a)-a$, then $a * x = e^{a+ln(a)-a} = e^{ln(a)} = a$, but this is not universal or defined for all $\mathbb{R}$. Since we do not have an identity element, we cannot talk about an inverse either. Is this correct or am I going wrong here? If this is true, what algebraic structure this is? Commutative groupoid?