Inverse elements in the absence of identities/associativity.

2.6k Views Asked by At

Lets view groups as consisting of a binary operation, a distinguished element $e$, and unary operation $x \mapsto x^{-1}$. Then the group axioms can be stated as follows.

  1. $(xy)z=x(yz).$
  2. $xe=ex=x.$
  3. $xx^{-1}=x^{-1}x=e.$

Supposing we dropped axiom 2 and forgot about $e$, we would need to rephrase 3. One possibility would be

3'. $xx^{-1}y=x^{-1}xy=yxx^{-1}=yx^{-1}x=y.$

So my first question is, can 3' be shortened and simplified?

Now suppose we dropped associativity, as well. Then 3' needs to be further rephrased. One possibility would be

3''. $(xx^{-1})y=(x^{-1}x)y=y(xx^{-1})=y(x^{-1}x)=y,$ and $x(x^{-1}y)=x^{-1}(xy)=(yx)x^{-1}=(yx^{-1})x=y.$

Again, my question is, can 3'' be shortened and simplified?

4

There are 4 best solutions below

0
On BEST ANSWER

a. You already capture 2. in once with 3'.:

Let $e:=xx^{-1}$ for an arbitrary but fixed $x$, then we have $ey=y=ye$ according to 3'. for all $y$, so $e$ is a unit, so must be unique, alternatively, we can get $yy^{-1}=yy^{-1}xx^{-1}=xx^{-1}$.

b. Again, the first part of 3''. states that $xx^{-1}$ is a unit (and also $x^{-1}x$), so we didn't really get rid of 2., and the associativity is not needed for showing uniqueness of a unit ($e=ef=f$ if $e,f$ are both units).

However, the original group axioms can also be simplified, one only needs to require the existence of a left unit $e$ and a left inverse for all $x$.

1
On

You are assuming (indeed, using) the very axioms you are trying not to introduce or rely upon, even though you clearly are relying on them, which is not at all desirable in mathematics.

We need to state such assumptions explicitly, if we are going to use them, as they also serve as "definitions:" definitions required if 3' and 3'' are to express what you want them to express.

What does $x^{-1}$ mean with respect to $x$ if we do not define it in terms of some element $e$ for which $ex = xe = x$, such that there exists an element $x^{-1}$ with $x^{-1}x = xx^{-1} = e$?

Similarly, with associativity.


I'm not entirely clear about your motivation. If you want to maintain the integrity of a group structure, we need axioms $1, 2, 3$, though the axioms are equivalent to requiring only left-identity and left-inverse in the second and third properties/axioms:

$(2')$ $\exists e^L, \forall x: \;e^Lx = x$

$(3')$ $\forall x, \exists x^{-1^L}:\; x^{-1^L}x = e^L$

With associativity, one can prove that $e^L = e \;$ as in $(2)$, and $\;x^{-1^L} = x^{-1}\;$ as in $(3)$.

0
On

Unless I'm missing something obvious, any nonempty set $S$ with axioms 1, 2, and 3' is in fact a group. First, take any $y \in S$. Certainly $yy^{-1} \in S$ because the operations of multiplication and inverse are defined in $S$. Let $z=yy^{-1}$. Then for all $x \in S$, we have $zx=xz=x$. Thus $z$ is an identity. Furthermore, an elementary argument shows $z$ is unique. Voila, $S$ is a group.

But with non-associativity, I am out of my element (no pun intended).....

Hope this helps!

4
On

This isn't exactly an answer to your question, but I thought you might like to know how inverse elements are defined in semigroups (i.e. structures with only your first axiom).

If $S$ is a semigroup, and $a\in S$, then an inverse of $a$ is any element $b\in S$ such that $aba=a$ and $bab=b$. This is equivalent to the usual definition in the case of groups, and doesn't necessitate the existence of an identity (as your 2' ends up doing).

An element can have more than one inverse. If every element of $S$ has a unique inverse, then $S$ is called an inverse semigroup. Inverse semigroups are very nice objects which capture the idea of partial symmetry.

I know very little about non-associative structures, so I'm not sure whether there is a standard definition of inverse there. You might find the section on inverse properties in quasigroups here of interest.