问题1.设*是对a,b∈Z的a由b * a = b + b – 4定义的Z的二进制运算。
(i)证明*既是可交换的又是关联的。
(ii)在Z中找到身分元素
(iii)在Z中找到可逆元素。
解决方案:
(i) First we will prove commutativity of *
Let a, b ∈ Z.
a * b = a + b – 4
= b + a – 4
= b * a
⇒ a * b = b * a, ∀ a, b ∈ Z
So we can say that, * is commutative on Z.
Now we will prove associativity of Z.
Let a, b, c ∈ Z.
a * (b * c) = a * (b + c – 4)
= a + b + c -4 – 4
= a + b + c – 8
⇒ (a * b) * c = (a + b – 4) * c
= a + b – 4 + c – 4
= a + b + c – 8
⇒ a * (b * c) = (a * b) * c, for all a, b, c ∈ Z
So we can say that, * is associative on Z.
(ii) We have to find identity element in Z.
Let x be the identity element in Z with respect to * such that
a * x = a = x * a ∀ a ∈ Z
a * x = a and x * a = a, ∀ a ∈ Z
a + x – 4 = a and x + a – 4 = a, ∀ a ∈ Z
x = 4, ∀ a ∈ Z
So we can say that, 4 is the identity element in Z with respect to *.
(iii) We have to find the invertible element in Z.
Let a ∈ Z and b ∈ Z be the inverse of a. So,
a * b = x = b * a
a * b = x and b * a = x
a + b – 4 = 4 and b + a – 4 = 4
b = 8 – a ∈ Z
So we can say that, 8 – a is the inverse of a ∈ Z
问题2令*是对Q 0由A * B =(3AB / 5)所定义的(组非零有理数)的二进制操作的所有的a,b∈Q 0。表明*是可交换的,也可以是关联的。另外,找到其标识元素(如果存在)。
解决方案:
Firstly we will prove commutativity of *
Let a, b ∈ Q0
a * b = (3ab/5)
= (3ba/5)
= b * a
⇒ a * b = b * a, for all a, b ∈ Q0.
Now we will prove associativity of *
Let a, b, c ∈ Q0
a * (b * c) = a * (3bc/5)
= [a (3 bc/5)] /5
= 3 abc/25
(a * b) * c = (3 ab/5) * c
= [(3 ab/5) c]/ 5
= 3 abc /25
⇒ a * (b * c) = (a * b) * c, for all a, b, c ∈ Q0
So we can say that * is associative on Q0.
Now we will find the identity element.
Let x be the identity element in Z with respect to * such that
a * x = a = x * a ∀ a ∈ Q0
a * x = a and x * a = a, ∀ a ∈ Q0
3ax/5 = a and 3xa/5 = a, ∀ a ∈ Q0
x = 5/3 ∀ a ∈ Q0 [a ≠ 0]
So we can say that, 5/3 is the identity element in Q0 with respect to *.
问题3.设*为对所有a,b∈Q – {-1}的a – b = a + b + ab定义的对Q – {-1}的二进制运算。然后,
(i)证明*在Q – {-1}上既可交换,也可相关
(ii)在Q – {-1}中找到身份元素
(iii)证明Q – {-1}的每个元素都是可逆的。同样,找到任意元素的逆。
解决方案:
(i) First we will check commutativity of *
Let us assume that a, b ∈ Q – {-1}
a * b = a + b + ab
= b + a + ba
= b * a
⇒
a * b = b * a, ∀ a, b ∈ Q – {-1}
Now we will prove associativity of *
Let us assume that a, b, c ∈ Q – {-1}, Then,
a * (b * c) = a * (b + c + b c)
= a + (b + c + b c) + a (b + c + b c)
= a + b + c + b c + a b + a c + a b c
= (a * b) * c = (a + b + a b) * c
= a + b + a b + c + (a + b + a b) c
= a + b + a b + c + a c + b c + a b c
⇒ a * (b * c) = (a * b) * c, ∀ a, b, c ∈ Q – {-1}
So we can say that, * is associative on Q – {-1}
(ii) Let us assume that x be the identity element in I+ with respect to * such that
a * x = a = x * a, ∀ a ∈ Q – {-1}
a * x = a and x * a = a, ∀ a ∈ Q – {-1}
a + x + ax = a and x + a + xa = a, ∀ a ∈ Q – {-1}
x + ax = 0 and x + xa = 0, ∀ a ∈ Q – {-1}
x (1 + a) = 0 and x (1 + a) = 0, ∀ a ∈ Q – {-1}
x = 0, ∀ a ∈ Q – {-1} [a ≠ -1]
so we can say that , 0 is the identity element in Q – {-1} with respect to *.
(iii) Let us assume that a ∈ Q – {-1} and b ∈ Q – {-1} be the inverse of a. Then,
a * b = e = b * a
a * b = e and b * a = e
a + b + ab = 0 and b + a + ba = 0
b (1 + a) = – a Q – {-1}
b = -a/1 + a Q – {-1} [a ≠ -1]
So we can say that, -a/1 + a is the inverse of a ∈ Q – {-1}.
问题4.令A = R 0 ×R,其中R 0表示所有非零实数的集合。 A上的二进制运算’O’定义如下:(a,b)O(c,d)=(ac,bc + d)对于所有(a,b),(c,d)∈R 0 ×R 。
(i)证明’O’在A上是可交换的并且是关联的
(ii)在A中找到身分元素
(iii)在A中找到可逆元素
解决方案:
(i) Let us assume that X = (a, b) and Y = (c, d) ∈ A, ∀ a, c ∈ R0 and b, d ∈ R
X O Y = (ac, bc + d)
Y O X = (ca, da + b)
⇒ X O Y = Y O X, ∀ X, Y ∈ A
⇒ O commutative on A.
Now we have to check associativity of O
Let X = (a, b), Y = (c, d) and Z = (e, f), ∀ a, c, e ∈ R0 and b, d, f ∈ R
⇒X O (Y O Z) = (a, b) O (ce, de + f)
= (ace, bce + de + f)
⇒ (X O Y) O Z = (ac, bc + d) O (e, f)
= (ace, (bc + d) e + f)
= (ace, bce + de + f)
⇒ X O (Y O Z) = (X O Y) O Z, ∀ X, Y, Z ∈ A
(ii) Let us assume that E = (x, y) be the identity element in A with respect to O, ∀ x ∈ R0 and y ∈ R
X O E = X = E O X, ∀ X ∈ A
X O E = X and EOX = X
⇒(ax, bx +y) = (a, b) and (xa, ya + b) = (a, b)
We know that , (ax, bx + y) = (a, b)
ax = a
x = 1
bx + y = b
y = 0 [x = 1]
we know that, (xa, ya + b) = (a, b)
xa = a
x = 1
ya + b = b
y = 0 [since x = 1]
So we can say that (1, 0) is the identity element in A with respect to O.
(iii) Let us asume that F = (m, n) be the inverse in A ∀ m ∈ R0 and n ∈ R
X O F = E and F O X = E
(am, bm + n) = (1, 0) and (ma, na + b) = (1, 0)
As we know that (am, bm + n) = (1, 0)
am = 1
m = 1/a
bm + n = 0
n = -b/a [m = 1/a]
We know that (ma, na + b) = (1, 0)
ma = 1
m = 1/a
na + b = 0
n = -b/a
So we can say that, the inverse of (a, b) ∈ A with respect to O is (1/a, -1/a).
问题5.设“ *”是对所有a,b∈Q 0的a * b = ab / 2定义的所有非零有理数的Q 0的集合的二进制运算
(i)证明“ *”既是可交换的又是关联的。
(ii)在Q 0中找到标识元素。
(iii)求出Q 0的可逆元素。
解决方案:
(i) We have to show, ‘*’ is communative.
Let a, b ∈ Q0.
a o b = ab/2 = ba/2
⇒ b o a
⇒ a o b = b o a, ∀ a, b ∈ Q0.
So, o is commutative on Q0.
Now, we will show, ‘*’ is Associative.
Let a, b, c ∈ Q0
a o (b 0 c) = a o (bc/2)
= (a(bc/2))/2
= abc /4
⇒ (a o b) o c = (ab/2) o c
= abc/4
⇒ a o (b o c) = (a o b) o c ∀ a, b, c ∈ Q0.
So, we can say that o is associative on Q0.
(ii) Let x be the identify element in Q0 with respect to * such that
a o x = a x o a ,∀ a ∈ Q0
⇒ ax /2 = a and xa /2 = a, ∀ a ∈ Q0
x = 2 ∈ Q0,∀ a ∈ Q0
So, we can say that, 2 is the identity element in Q0 with respect to o.
(iii) Let us assume that a ∈ Q0 and b ∈ Q0 be the inverse of a.
⇒ a o b = e = b o a = e
⇒ ab/2 = 2 and ba/2 = 2
⇒ b = 4/a ∈ Q0
So, we can say that, 4/a is the inverse of a∈ Q0.
问题6.在R-{1}上,二进制运算*由a * b = a + b-ab定义。证明*是可交换的和关联的。在R- {1}上找到*的标识元素。同时,证明R- {1}的每个元素都是可逆的。
解决方案:
Firstly we will find commutative.
Let us assume that a, b ∈ R -{1}
a * b = a + b – ab
= b + a -ba
= b*a
⇒ a * b = b + a ,∀ a , b ∈ R – {1}
So , we can say that * is commutative on R-{1}
Now , we will find Associative.
Let assume that a , b , c ∈ R – {1}
a * (b * c ) = a * (b + c – bc)
=a + b + c – bc -a(b + c – bc)
=a + b + c – bc – ab – ac + abc
(a * b) * c = (a + b – ab ) * c
= a + b – ab + c – (a + b – ab)c
= a + b + c – ab – ac – bc + abc
⇒ a * (b * c) = (a * c )* c , ∀ a , b , c ∈ R – {1}
So we can say that , * is associative on R-{1}
Now we will find identity element.
Let assume that x be the identity element in R-{1} with respect to *
a * x = a = x * a , ∀ a ∈ R-{1}
a * x = a and x * a = a, ∀ a ∈ R-{1}
⇒ a + x – ax = a and x + a – xa = a , ∀ a ∈ R-{1}
x(1 – a) = 0 , ∀ a ∈ R-{1}
⇒ x = 0 [ a ≠ 1 ⇒ 1 – a ≠ 0 ]
So we can say that , x = 0 will be the identity element with respect to * .
Now lets find inverse element.
Let’s assume that b ∈ R-{1} be the inverse element of a ∈ R-{1}
a * b = b * a = x
⇒ a + b -ab = 0 [e=0]
⇒b(1 – a) = -a
⇒ b = -a /(1 – a) ≠ 1 [ if -a/(1-a) = 1 ⇒ -a = 1 – a ⇒ 1≠ 0]
So we can say that , b = -a/(1 – a) is the inverse of a ∈ R-{1} with respect to *.
问题7.让R 0表示所有非零实数的集合,并让A = R 0 x R 0 。如果’*’是对A的二元运算,则对于所有(a,b)(c,d)∈A,由(a,b)*(c,d)=(ac,bd)定义。
(i)证明’*’在A上是可交换的,也可以是相关的。
(ii)在A中找到标识元素。
(iii)在A中找到可逆元素。
解决方案:
In the question we have given (a, b) * (c ,d) = (ac , bd) for all (a,b)(c,d) ∈ A.
(i) Let us assume that , (a,b)(c,d) ∈ A. So,
(a, b) * (c ,d) = (ac , bd)
=(ca , bd) [ ac = ca and bd = db ]
=(c , d)*(a , b)
⇒ (a, b) * (c,d) = (ac,bd)
So we can say that , ‘*’ is commutative on A.
⇒ Now we will find associativity on A.
Let us assume that , (a,b),(c,d),(e,f) ∈ A.
⇒ ((a,b)*(c,d))*(e,f) = (ac , bd)*(e,f)
=(ace , bdf) –(i)
Now (a,b)*((c,d)*(e,f)) =(a,b)*(ce,df)
=(ace , bdf) –(ii)
From equation (i) and (ii).
((a,b)*(c,d))*(e,f) = (a,b)*((c,d)*(e,f))
So we can say that , ‘*’ is associative on A.
(ii) Let find identity element in A.
Let assume that (x,y) ∈ A be the identity element with respect to *.
(a,b) * (x,y) = (x,y)*(a,b) = (a,b) for all (a,b) ∈ A.
⇒ (ax , by) = (a,b)
⇒ ax = a & by = b
⇒ x = 1 & y = 1
So we can say that (1,1) will be identity element.
(iii) Now we will find invertible element in A.
Let assume that (c,d) ∈ A be the inverse of (a,b) ∈ A
(a,b)*(c,d) = (c,d)*(a,b) = x
(ac , bd) = (1,1) [e = (1,1) ]
ac = 1 & bd = 1
c = 1/a & d = 1/b
So we can say that (1/a ,1/b) will be the inverse of (a,b) with respect to *.
问题8.令*为对a的二进制运算,该运算由a * b = a和b的HCF定义。
*是可交换的吗?是*关联的吗?在N上是否存在此二进制操作的标识?
解决方案:
The binary operation * on N can be defined as:
a*b = H.C.F of a and b
And we also know that , HCF(a,b) = HCF(b,a) . a,b ∈ N.
So we can say that , a * b = b * a
So , the operation * is commutative.
For a,b,c ∈ N. So we have.
(a * b) * c = (HCF(a,b))*c = HCF(a,b,c)
a * (b * c) = a * (HCF(a,b)) = HCF(a,b,c)
So it can be said that (a * b) * c = a * (b * c)
So we can say that , the operation * is associative.
Now , an element e ∈ N will be the identity for the operation.
* if a * e = a = e * a ,∀ a ∈ N.
But we can say that , this relation is not true for any a ∈ N.
So we can say that , the operation * does not have any identity in N.