I am supposed to check if $ab+a+b$ is a group.

47 Views Asked by At

Is $(R, *)$ with $* : R \times R \to R$ by $(a,b) \mapsto ab + a + b$ a group?

I've shown that it's associative and that $0$ is the neutral element, but couldn't find an inverse element.

Is there no inverse element? Or can I find an inverse element by omitting some elements?