I have to show if the following procedure gives a (Abelian) Group (G, *).
- $G = \{ \textrm{true}, \textrm{false} \}$
- $a*b := ( a \leftrightarrow b)$ (which means that $a$ is $\textrm{true}$ if and only if $b$ is $\textrm{true}$)
1.) Closure
For all $a,b \in G$, the result of the operation, $a * b$, is also in $G$. This is NOT given, since $a,b$ are not in $G$. However, the result of the operation $a*b$ is in $G$.
Well, do I have show "Associativity, ..." for this procedure, when $a,b$ are not in $G$? None of the group axioms are working.
Or am I misunderstanding this?
Thank you very much :)