I have to prove or disprove each four factors (closure, associativity, identity, inverse) of a set being a group.
The set I have is |x-y| in the natural numbers.
So far I have,
Closure: ∀x:∀y: |x-y|∈ N
Not closed. Use x=1 and y=1.
Then, |x-y|=|1-1|=0∉ N
Associativity: ∀x:∀y:∀z:||x-y|-z|= |x-|y-z||
Not associative. Use x=2, y=1, z=3.
Then, ||2-1|-3|≠|2-|1-3||.
2≠0.
From here, I am having a hard time figuring out how to prove/disprove identity and inverse.
Identity: Ǝe∈ N:∀x,y: |e-|x-y||=|x-y|
Inverse: ∀x:Ǝy: |x-y|=e