We are to prove that the set S={a+b2:a,b∈Z} is a ring.
Let p=a1+b12, q=a2+b22, r=a3+b32 belong to S, then
1] S is an abelian group under addition, meaning that:
−(p+q)+r=p+(q+r)
we have:
(a1+b12+a2+b22)+a3+b32=a1+b12+(a2+b22+a3+b32)
−−p+q=q+p
we have:
a1+b12+a2+b22=a2+b22+a1+b12
−−− There is an element 0=0+02 in S if a1, b1=0 such that p+0=p
−−−− For each p in S there exists −p in S such that p + (−p) = 0
we have:
a1+b12+(−a1−b12)=0
2] S is a monoid under multiplication, meaning that:
(p⋅q)⋅r=p⋅(q⋅r)
we have:
((a1+b12)(a2+b22))(a3+b32)=(a1+b12)((a2+b22)(a3+b32))
There is an element 1=1+02 in S if a=1,b=0 such that p ⋅ 1 = p and 1 ⋅ p = p
3] Multiplication is distributive with respect to addition, meaning that:
p ⋅ (q + r) = (p ⋅ q) + (p ⋅ r)
we have:
(a1+b12)(a2+b22+a3+b32)=(a1+b12)(a2+b22)+
+(a1+b12)(a3+b32)
(q + r) ⋅ p = (q ⋅ p) + (r ⋅ p)
we have:
(a2+b22+a3+b32)(a1+b12)=(a1+b12)(a2+b22)+
+(a1+b12)(a3+b32)
Comments