Let A = R × R and * be a binary operation on A defined by (a,b) * (c, d) = (a + c, b + d). Show that * is commutative and associative. Find the identity element for * on A. Also, find the inverse of every element (a, b) ϵ A.
Given A = R × R and * is a binary operation on A defined by (a,b) * (c,d) = (a+c, b + d).
Commutativity : Let (a,b),(c,d) ϵ A.
Then (a,b) * (c,d) = (a+c, b+d) = (c+a, d+b) = (c,d) * (a,b).
Hence, (a,b) * (c,d) = (c,d) * (a,b). ∴ * is commutative.
Associativity : Let (a,b), (c,d), (e,f) = (a+c+c, b+d+f)=((a+c)+e,(b+d)+f)
⇒=(a+(c+e),b+(d+f))
⇒=(a,b)∗(c+e,d+f)=(a,b)∗[(c,d)∗(e,f)]
Hence, [(a,b) * (c,d)] * (e,f) = (a, b) * [(c,d) * (e,f)] ... * is associative.
Now, Let (x, y) be identity element for * on A.
Then (a, b) * (x,y) = (a,b) ⇒ (a + x, b + y) = (a, b)
⇒ a + x = a, b + y = b ⇒ x = 0, y = 0.
So, the identity element for the binary operation * is (0, 0) ⇒ (a + e, b + f) = (0, 0)
⇒ a + e = 0, b + f = 0 ⇒ e = -a, f = -b ∴ inverse of (a, b) is (-a, -b).