0
$\begingroup$

Hi all I'm stuck on a homework question. The question is as follows:

"For $a,b\in\mathbb R$ we define $a∗b:=a+b+ab\in\mathbb R$. Furthermore let $G =\mathbb R\setminus\{-1\}$.

Show that $G$ together with the binary operation $G × G → G, (a, b) → a ∗ b$, is a group"

I know I must show that it's associative, there exists a neutral element and there exists an inverse. So far I've managed to show it's associative and I think the neutral element is letting $b=0$ but I don't know what the inverse element would be so that $a*b=0$. Any help would be very much appreciated.

  • 0
    What do you denote $R/-1$?2017-02-08
  • 1
    Your question's title is funny...2017-02-08
  • 0
    All of the deals excluding -12017-02-08
  • 0
    All of the reals excluding -12017-02-08

3 Answers 3

1

Hint: remember that $\;a\neq-1\;$:

$$0=a*a':=a+a'+aa'=a+(1+a)a'$$

  • 1
    More exactly, $a\ne -1$.2017-02-08
  • 0
    Of course how'd I miss that2017-02-08
  • 1
    @BernardGood catch on that typo, thanks. Edited.2017-02-08
1

Finding the inverse to a given $a\in G$ corresponds to finding the solution of the equation $a+x+ax=0$ with $a\in G$ being a parameter and $x \in G$ the unknown, so you get:

$a+x+ax=0$

$x(1+a)=-a$

$x= \frac{-a}{1+a}$.

1

Hint:

Don't forget you have to show this is an internal law.

Rewriting $a*b$ as $(a+1)(b+1)-1$, finding a inverse amounts to solving $$(a+1)(b+1)=1.$$