To expand upon Graham's answer,
$e \cdot(g \oplus (g + b)) = e \cdot((g \cdot \neg(g + b)) + (\neg g \cdot (g + b))$ [Definition of $\oplus$]
$\quad \quad \quad \quad \quad \quad \;\;\; = e \cdot((g \cdot (\neg g \cdot \neg b)) + (\neg g \cdot (g + b)))$ [De Morgan's]
$\quad \quad \quad \quad \quad \quad \;\;\; = e \cdot (((g \cdot \neg g) \cdot b) + ((\neg g \cdot g) + (\neg g \cdot b)))$ [Associativity, distribution]
$\quad \quad \quad \quad \quad \quad \;\;\; = e \cdot (((\bot) \cdot b) + ((\bot) + (-g \cdot b)))$ [Complementation]
$\quad \quad \quad \quad \quad \quad \;\;\; = e \cdot ((\bot) + (\neg g \cdot b))$ [Identity - conjunction, identity - disjunction]
$\quad \quad \quad \quad \quad \quad \;\;\; = e \cdot (\neg g \cdot b)$ [Identity - disjunction]
This link on the laws of propositional logic lays out all of the equivalences and rules allowed in the system :) Hopefully this is useful!