Given $ M$ and the powerset $\mathcal{P}(M) $,
let $A,B \subseteq M$ and define:
$A \bigoplus B := A \backslash B \cup B \backslash A$
$A * B := A \cap B$
Then is $R_M = \langle \mathcal{P}(M); \bigoplus, *\rangle$ a commutative ring.
What is the zero element and whats the one element of $R_M$? And what is $R^\times_M$?
I Know that for the one element (e.g. 1 being the element): $1*A = A*1 = A$
And for the zero element (e.g. 0 being the element): $0*A=0$
But how do I transfer this to my sets?
Thanks in advance :)
For the identity of the $\ast$ operation, think about what you're doing. You need to find a set such that when you intersect it with any other subset of $X$ of $M$, you still get $X$ back. That means that your candidate must be a superset of all subsets of $M$...
For the identity of the $\oplus$ operation, think along similar lines. You need a set such that for any subset $X$ of $M$, the symmetric difference of $X$ and the set is just $X$. In particular your candidate must be contained in the complement of $X$ for every subset $X$ of $M$...
These lines of thought lead to the answers. But seriously, the answers are the likely suspects. You really should have checked them first!
Let $1$ be the $\ast $ identity, and let's think about all the units of this ring. It turns out that that units are as sparse as they get in this ring. Verify that $A\ast A=A$ for every $A$ in the ring. Suppose $A\ast B=1$ (i.e. that $A$ is a unit!) and then combine that with the information about $A\ast A=A$ to draw a conclusion.