Question #44738

Let S = { matrix [ a 0] | a,b ∈ Z } .
[0 b ]

i) Check that S is a subring of M(subscript2)(R) and it is a commutative ring with identity.
ii) Is S an ideal of M(subscript2)(R)? Justify your answer.
iii) Is S an integral domain? Justify your answer.
iv) Find all the units of the ring S.
v) Check whether
I = { matrix [ a 0] | a,b ∈ Z, 2 | a } .
[0 b]
is an ideal of S.
vi) Show that S is congruent to Z×Z where the addition and multiplication operations are componentwise addition and multiplication.

Expert's answer

Answer on Question #44738 – Math – Abstract Algebra:

Let S={(a00b)a,bZ}S = \left\{\begin{pmatrix} a & 0 \\ 0 & b \end{pmatrix} \mid a, b \in \mathbb{Z}\right\}.

(a) Check that SS is a subring of M2(R)M_2(\mathbb{R}) and it is a commutative ring with identity.

(b) Is SS an ideal of M2(R)M_2(\mathbb{R})? Justify your answer.

(c) Is SS an integral domain? Justify your answer.

(d) Find all the units of the ring SS.

(e) Check whether I={(a00b)S2a}I = \left\{\begin{pmatrix} a & 0 \\ 0 & b \end{pmatrix} \in S \mid 2|a\right\} is an ideal of SS.

(f) Show that SS is congruent to Z×Z\mathbb{Z} \times \mathbb{Z} where the addition and multiplication operations are componentwise addition and multiplication.

Solution.

(a)

We need to check the following properties:


A,BS:A+B,ABS;\forall A, B \in S: A + B, A \cdot B \in S;A,BS:AB=BA;\forall A, B \in S: A \cdot B = B \cdot A;eS:AS:Ae=A;\exists e \in S: \forall A \in S: A \cdot e = A;


So:


A,BSA=(a00b),B=(c00d){A+B=(a+c00b+d)SAB=(ac00bd)S;A, B \in S \Longrightarrow A = \left( \begin{array}{cc} a & 0 \\ 0 & b \end{array} \right), B = \left( \begin{array}{cc} c & 0 \\ 0 & d \end{array} \right) \Longrightarrow \left\{ \begin{array}{c} A + B = \left( \begin{array}{cc} a + c & 0 \\ 0 & b + d \end{array} \right) \in S \\ A \cdot B = \left( \begin{array}{cc} a c & 0 \\ 0 & b d \end{array} \right) \in S \end{array} ; \right.BA=(ca00db)=(ac00bd)=AB;B \cdot A = \left( \begin{array}{cc} c a & 0 \\ 0 & d b \end{array} \right) = \left( \begin{array}{cc} a c & 0 \\ 0 & b d \end{array} \right) = A \cdot B;e=(1001)S,A=(a00b)Ae=(a100b1)=A.e = \left( \begin{array}{cc} 1 & 0 \\ 0 & 1 \end{array} \right) \in S, A = \left( \begin{array}{cc} a & 0 \\ 0 & b \end{array} \right) \Longrightarrow A \cdot e = \left( \begin{array}{cc} a \cdot 1 & 0 \\ 0 & b \cdot 1 \end{array} \right) = A.


So, SS is a commutative ring with identity ee.

(b)

Prove that SS is not ideal of M2(R)M_2(\mathbb{R}).

Assume the contrary.


S is an ideal AM2(R),XS:AXS;S \text{ is an ideal } \Longrightarrow \forall A \in M_2(\mathbb{R}), \forall X \in S: A \cdot X \in S;eSAM2(R):Ae=ASS=M2(R);e \in S \Longrightarrow \forall A \in M_2(\mathbb{R}): A \cdot e = A \in S \Longrightarrow S = M_2(\mathbb{R});


But, for example, A=(1111)SA = \left( \begin{array}{cc} 1 & 1 \\ 1 & 1 \end{array} \right) \notin S.

So, our assumption doesn't hold and SS is not ideal.

(c)

SS is not an integral domain, because:


A=(0001)0,B=(1000)0,AB=(0000)=0.A = \left( \begin{array}{cc} 0 & 0 \\ 0 & 1 \end{array} \right) \neq 0, B = \left( \begin{array}{cc} 1 & 0 \\ 0 & 0 \end{array} \right) \neq 0, A \cdot B = \left( \begin{array}{cc} 0 & 0 \\ 0 & 0 \end{array} \right) = 0.


(d)

Assume that x=(a00b)x = \begin{pmatrix} a & 0 \\ 0 & b \end{pmatrix} is a unit of the ring SS. So:


y=(c00d)S:xy=e;\exists y = \left( \begin{array}{cc} c & 0 \\ 0 & d \end{array} \right) \in S: x \cdot y = e;xy=(ac00bd)=(1001)ac=bd=1;x \cdot y = \left( \begin{array}{cc} a c & 0 \\ 0 & b d \end{array} \right) = \left( \begin{array}{cc} 1 & 0 \\ 0 & 1 \end{array} \right) \Longrightarrow a c = b d = 1;a,cZ,ac=1[a=c=1a=c=1];a, c \in \mathbb{Z}, a c = 1 \Longrightarrow \left[ \begin{array}{c} a = c = 1 \\ a = c = -1 \end{array} \right];


Hence:


a,b=±1x{(1001),(1001),(1001),(1001)}.a, b = \pm 1 \Rightarrow x \in \left\{\left( \begin{array}{cc} 1 & 0 \\ 0 & 1 \end{array} \right), \left( \begin{array}{cc} 1 & 0 \\ 0 & -1 \end{array} \right), \left( \begin{array}{cc} -1 & 0 \\ 0 & 1 \end{array} \right), \left( \begin{array}{cc} -1 & 0 \\ 0 & -1 \end{array} \right) \right\}.


So, there are 4 units in S:(1001),(1001),(1001),(1001)S: \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}, \begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix}, \begin{pmatrix} -1 & 0 \\ 0 & 1 \end{pmatrix}, \begin{pmatrix} -1 & 0 \\ 0 & -1 \end{pmatrix}.

(e)


AS,BIA=(a00b),B=(2n00m)AB=(2an00bm)I.A \in S, B \in I \Rightarrow A = \left( \begin{array}{cc} a & 0 \\ 0 & b \end{array} \right), B = \left( \begin{array}{cc} 2n & 0 \\ 0 & m \end{array} \right) \Rightarrow A \cdot B = \left( \begin{array}{cc} 2an & 0 \\ 0 & bm \end{array} \right) \in I.


So, II is an ideal of SS.

(f)

We need to show that the mapping f ⁣:SZ×Z,f(a00b)=(a,b)f \colon S \to \mathbb{Z} \times \mathbb{Z}, f\left( \begin{array}{cc}a & 0\\ 0 & b \end{array} \right) = (a,b) is an isomorphism of rings.

Note that ff is bijective. Show that ff saves both operations:


A,BSA=(a00b),B=(c00d);A, B \in S \Rightarrow A = \left( \begin{array}{cc} a & 0 \\ 0 & b \end{array} \right), B = \left( \begin{array}{cc} c & 0 \\ 0 & d \end{array} \right);f(AB)=f(ac00bd)=(ac,bd)=(a,b)(c,d)=f(A)f(B);f(A \cdot B) = f \left( \begin{array}{cc} ac & 0 \\ 0 & bd \end{array} \right) = (ac, bd) = (a, b)(c, d) = f(A)f(B);f(A+B)=f(a+c00b+d)=(a+c,b+d)=(a,b)+(c,d)=f(A)+f(B);f(A + B) = f \left( \begin{array}{cc} a + c & 0 \\ 0 & b + d \end{array} \right) = (a + c, b + d) = (a, b) + (c, d) = f(A) + f(B);f(0S)=(0,0)=0Z×Z;f(0_S) = (0,0) = 0_{\mathbb{Z} \times \mathbb{Z}};f(eS)=(1,1)=eZ×Z.f(e_S) = (1,1) = e_{\mathbb{Z} \times \mathbb{Z}}.


So, ff is an isomorphism of rings.

www.AssignmentExpert.com


Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS