419 views
1 votes
1 votes
Let A = set of all real numbers. '*' be a binary operation

a*b  = a + b + a. b

(A, *)  is a group or not.

 

Doubt : Till finding identity element (=0) every thing is okay.

While finding inverse:

a * $a^{-1}$ = e

a +  $a^{-1}$ + a$a^{-1}$ = 0

a + $a^{-1}$ + 1  = 0

 

Or

a + $a^{-1}$(1+a) = 0

 

Both will lead to different answer.

What is correct.

1 Answer

0 votes
0 votes

A set of real numbers with the binary operation defined as a*b = a + b + a.b is not a group, because the inverse element does not exist for all elements in the set.

To show this, we need to find an inverse element a^-1 for a given element a such that a*a^-1 = e, where e is the identity element.

In this case, we have aa^-1 = a + a^-1 + aa^-1 = 0.

This equation does not have a real solution for a^-1 for all a, thus the set of real numbers with this binary operation does not form a group.

Related questions

0 votes
0 votes
1 answer
1
Souvik33 asked Jan 5, 2023
399 views
Given set A= {a,b}$^3$What do the formed set look like and what is |A| (cardinility of A)
1 votes
1 votes
0 answers
2
Overflow04 asked Oct 25, 2022
385 views
If A = {1, 3,5,7,.......}Then (A, +) is semi group or not. Doubt :a +(b+c) =( a + b) +cSo associativity property is present But a + b doesn't belong to ASo closure prop...