Left inverse property implies two-sided inverses exist

From Groupprops
Revision as of 15:35, 26 June 2012 by Vipul (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Statement

Suppose (L,*) is a loop with neutral element e. Suppose L is a left inverse property loop, i.e., there is a bijection λ:LL such that for every a,bL, we have:

λ(a)*(a*b)=b

Then, λ(x) is the unique two-sided inverse of x (in a weak sense) for all xL:

λ(x)*x=x*λ(x)=e

Note that it is not necessary that the loop be a right-inverse property loop, so it is not necessary that λ(x) be a right inverse for x in the strong sense.

Related facts

Proof

Given: A left-inverse property loop L with left inverse map λ.

To prove: λ(x)*x=x*λ(x)=e, where e is the neutral element.

Proof: Putting a=x,b=e in the left inverse property condition, we obtain that λ(x)*x=e.

Next, putting a=x,b=λ(x), we obtain that:

λ(x)*(x*λ(x))=λ(x)

Writing the λ(x) on the right as λ(x)*e and using cancellation, we obtain that:

x*λ(x)=e

This completes the proof.