Definition: Magma is a couple $(A, \bot)$ with $\bot: (A \times A) \to A$
$\bot: (A \times A) \to A$ for $ \begin{cases} \bot \text{ is relation} \\ \forall x,y,z : \big ((x,y) \in \bot \wedge (x,z) \in \bot \to y=z) \big ) \\ \operatorname{dom}(\bot)=(A\times A) \\ \operatorname{cod}(\bot)\subseteq A \end{cases} $, namely $\bot $ is function from $(A\times A) $ to $A $ (binary operation on $A$)
Question to proof: $$(A, \bot) \text{ is Magma}\to \forall x,y \in A:\big ((x \bot y) \in A\big ) $$
Proof: let be $x,y\in A$ and $(x,y)$, naturally $(x,y) \in (A \times A)$. But $(A \times A)=\operatorname{dom}(\bot) $ therefore $\exists z :\bigg (\big ((x,y),z\big ) \in \bot \bigg)$ with $\bot\subseteq \big(\operatorname{dom}(\bot)\times \operatorname{cod}(\bot)\big)$, it means $(x \bot y):=\bot \big ((x,y)\big )=z \in \operatorname{cod}(\bot)$, but $\operatorname{cod}(\bot) \subseteq A $ by def. von $ \bot $, therefore $(x \bot y)\in A$
Is it correct?