- #1
IKonquer
- 47
- 0
I am trying to the following operation * is closed under R (the real numbers).
x * y = x + 2y + 4
Check commutability - NOT commutative
x * y = x + 2y + 4
y * x = y + 2x + 4
Check associativity - NOT associative
x * (y * z) = x * (y + 2z + 4) = x + 2(y + 2z + 4) + 4 = x + 2y + 4z + 12
(x * y) * z = (x + 2y +4) * z = x + 2y + 4 + 2z + 4 = x + 2y + 2z + 8
Check for identity - NO identity which also means there is no inverse
x * e = x
x + 2e + 4 = x
e = -2
x * (-2) = x + (2)(-2) + 4 = x
(-2) * x = (-2) + 2x + 4 = 2x - 2
Is the work above correct?
Thanks in advance
x * y = x + 2y + 4
Check commutability - NOT commutative
x * y = x + 2y + 4
y * x = y + 2x + 4
Check associativity - NOT associative
x * (y * z) = x * (y + 2z + 4) = x + 2(y + 2z + 4) + 4 = x + 2y + 4z + 12
(x * y) * z = (x + 2y +4) * z = x + 2y + 4 + 2z + 4 = x + 2y + 2z + 8
Check for identity - NO identity which also means there is no inverse
x * e = x
x + 2e + 4 = x
e = -2
x * (-2) = x + (2)(-2) + 4 = x
(-2) * x = (-2) + 2x + 4 = 2x - 2
Is the work above correct?
Thanks in advance