On the set of natural numbers$\mathbb { N} $, define the operations $a \oplus b := \max(a,b)$ and $a\otimes b := a+b$ Is $(\mathbb {N},\oplus,\otimes)$ is ring? commutative ring with unity? Field?
My solution :
1- $(\mathbb {N},\oplus) $ is abelian groub because :
a. It is comutative $a \oplus b = \max(a,b)= \max(b,a) =b \oplus a$
b. It is associative $(a \oplus b) \oplus c =a \oplus( b\oplus c) =\max(a,b,c)$
C. The identity of element $a$is $a $ $$a \oplus a= \max(a,a)= a $$ d. The inverse also a $a \oplus a = \max(a,a)=a $
$(\mathbb {N},\times) $
1.it is comutative : $a\otimes b = a+b= b+a= b\otimes a$
$\otimes $has a identity and it is 0 $a\otimes 0 = a+0=a$
$\otimes $ has inverse and inverse of a is -a $a\otimes -a = a-a=0$
Distributive law: $a\otimes (b\oplus c) =a\otimes (max (b,c))= a+max( b,c) $
It is true ? If not, why?
Thanks
The identity for $(\mathbb{N}, \oplus)$ should be $e=0$.