Let be $A(\mathbb{Z})$ the set of subsets of 1 or 2 elements, like: $\{ 1 \}, \{ 1, 2 \}$.
I would like to know if we could prove there is no map $+ : A(\mathbb{Z}) \times A(\mathbb{Z}) \to A(\mathbb{Z})$ such that:
- $+$ is associative
- $+$ is commutative
Bonus:
- $+$ has a neutral element $e_{+}$
- $\forall x \in A(\mathbb{Z}), \exists y \in A(\mathbb{Z}), x + y = e_{+}$.
I'm trying to see if I can find a binary operation so that $(A(\mathbb{Z}), +)$ would be a group (but a monoid or weaker is acceptable), I'm open to add $\emptyset$ inside of $A$ if that makes it easier to form the structure.
The motivation for this question comes from the fact that: $(\mathbb{Z}^2, +)$ is not isomorph to $(\mathbb{Q}, +)$ due to the divisibility property of $\mathbb{Q}$ which $\mathbb{Z}^2$ does not have.
What I tried so far:
(1) Mix of $\max, \min$, average operations to create a sum-like operation.
(2) Study what kind of orders would happen to exist on $A(\mathbb{Z})$ and see if I could derive a contradiction using the fact that $\lvert A(\mathbb{Z}) \rvert = \lvert \mathbb{N} \rvert$.