Probs. 12 & 13 , Sec. 2.3, in Herstein's TOPICS IN ALGEBRA, 2nd ed: Existence of only right-sided identity and right-sided inverses suffice

725 Views Asked by At

I. Let $G$ be a nonempty set closed under an associative product, which in addition satisfies:

(a) There exists an $e\in G$ such that $a\cdot e=a$ for all $a\in G$.

(b) Give $a\in G$, there exists an element $a^{-1}\in G$ such that $a\cdot a^{-1}=e$.

Prove that $G$ must be a group under this product.

II. Prove, by an example, that right indentity element and left inverse does not imply that $G$ is group.

My solution:

I. Since $G$ is closed set under an associative product, i.e. if $a,b,c\in G$ then $(a\cdot b)\cdot c=a\cdot (b\cdot c)\in G$. Taking $c=e$ we get $(a\cdot b)\cdot e=a\cdot (b\cdot e)=a\cdot b \in G$. We have shown that $\cdot$ is binary operation.

Since $a\in G$ then $a^{-1}\in G$ and we have the following identities $$a^{-1}=a^{-1}\cdot e=a^{-1}\cdot (a\cdot a^{-1})=(a^{-1}\cdot a)\cdot a^{-1} $$ Then $$ \begin{align} e &= a^{-1}\cdot (a^{-1})^{-1} \\ &= \left( \left( a^{-1}\cdot a \right) \cdot a^{-1} \right) \cdot \left( a^{-1}\right)^{-1} \\ &= \left( a^{-1}\cdot a \right) \cdot \left( a^{-1}\cdot \left( a^{-1} \right)^{-1} \right) \\ &= \left( a^{-1}\cdot a \right) \cdot e \\ &=a^{-1}\cdot a. \end{align} $$ Thus we have shown that $$ a\cdot a^{-1}=a^{-1}\cdot a=e. $$ Then we see that $$ e\cdot a= \left( a\cdot a^{-1} \right) \cdot a = a \cdot \left( a^{-1} \cdot a \right) = a \cdot e = a. $$

We have shown that for this set $G$ and the associative binary operation assumed to be defined on $G$, the properties of the existence of a two-sided identity element in $G$ and the existence in $G$ of a two-sided inverse for each element of $G$ are satisfied. Therefore $G$ is indeed a group.

II. But II indeed is true. Lets take the set $G=\{a,b,e\}$ and define the product $\cdot$ by the following identities: $e\cdot e=a\cdot e=b\cdot e=e$ and $a^{-1}=b, \ b^{-1}=a$ and consider the following multiplication table for our set $G$

$\begin{array}{c | c c c c c} \hline\hline & e & a & b \\ \hline e & e & b & b & \\ a & a & a & e & \\ b & b & e & a & \\ \hline \end{array} $

It's easy to verify that conditions of second problem hold for our $G$, however, $G$ is not group since we can show that $b=a$.

Is my reasoning above correct?

EDIT: Maybe this is a duplicate but I would like to know if my solution is true since I have solved it by myself. Especiaaly I am interested in the solution of the second problem.

1

There are 1 best solutions below

0
On

I am reading "Topics in Algebra 2nd Edition" by I. N. Herstein.
This problem is Problem 13 on p.36.

I solved this problem as follows:

We define $G$ and a product on $G$ as follows:
$G:=\{e,a\}$.
$e\cdot e=e$.
$e\cdot a=e$.
$a\cdot e=a$.
$a\cdot a=a$.

This product is associative:

  1. $(e\cdot e)\cdot e=e\cdot e=e$.
    $e\cdot(e\cdot e)=e\cdot e=e$.
  2. $(e\cdot e)\cdot a=e\cdot a=e$.
    $e\cdot(e\cdot a)=e\cdot e=e$.
  3. $(e\cdot a)\cdot e=e\cdot e=e$.
    $e\cdot(a\cdot e)=e\cdot a=e$.
  4. $(e\cdot a)\cdot a=e\cdot a=e$.
    $e\cdot(a\cdot a)=e\cdot a=e$.
  5. $(a\cdot e)\cdot e=a\cdot e=a$.
    $a\cdot(e\cdot e)=a\cdot e=a$.
  6. $(a\cdot e)\cdot a=a\cdot a=a$.
    $a\cdot(e\cdot a)=a\cdot e=a$.
  7. $(a\cdot a)\cdot e=a\cdot e=a$.
    $a\cdot(a\cdot e)=a\cdot a=a$.
  8. $(a\cdot a)\cdot a=a\cdot a=a$.
    $a\cdot(a\cdot a)=a\cdot a=a$.

(a')
$e\cdot e=e$.
$a\cdot e=a$.

(b')
$e\cdot e=e$.
So, $y(e)=e$.
$e\cdot a=e$.
So, $y(a)=e$.

Since $e\cdot a=e$, $e$ is not an identity element.
Since $a\cdot e=a$, $a$ is not an identity element.
So, $G$ has no identity element.
So, $G$ is not a group under this product.