Let$ G = \{x ∈ R | x \neq -1\} $and * a link to ¨G with $x * y: = x + y + xy.$ Show that $(G, *)$ is a group.
To determine if $ G$ is a group I have to make the associative proof:
Associative?
$(x * y) * z = (x + y +xy)+z -(x + y +xy)*z$
$= x + y + z + xy - xz - yz - xzy$
$= x + y + z + xy -z (x + y + xy)$
$= x + (y + z + xy) -z (x + y + xy)$
I kinda stop here, because I think I made a mistake
I don't know from where minus sign from came in your solution . If you're a beginner one easy way is to make seperate equation for LHS and RHS and show they are equal.
$(x*y)*z=(x+y+xy)*z=x+y+xy+z+xz+yz+xyz$ ....(1)
Now consider ,
$x*(y*z)=x*(y+z+yz)= x+y+z+yz +xy+xz+xyz$ ...(2)
from (1) and (2) and using the fact real numbers commute, you can prove associative