Left-associative elements of loop form subgroup: Difference between revisions

From Groupprops
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Statement==
==Statement==


Suppose <math>(L,*)</math> is an [[algebra loop]]. Then, the [[fact about::left nucleus]] of <math>L</math>, i.e., the set of left-associative elements of <math>L</math>, is nonempty and forms a subgroup of <math>L</math>. This subgroup is sometimes termed the '''left kernel''' of <math>L</math> or the '''left-associative center''' of <math>L</math>.
Suppose <math>(L,*)</math> is a [[loop]]. Then, the [[fact about::left nucleus;1| ]][[left nucleus]] of <math>L</math>, i.e., the set of left-associative elements of <math>L</math>, is nonempty and forms a subgroup of <math>L</math>. This subgroup is sometimes termed the '''left kernel''' of <math>L</math> or the '''left-associative center''' of <math>L</math>.


==Related facts==
==Related facts==


* [[Right-associative elements of algebra loop form subgroup]]
* [[Right-associative elements of loop form subgroup]]


==Facts used==
==Facts used==


# [[uses::Left-associative elements of magma form submagma]]
# [[uses::Left-associative elements of magma form submagma]]: Further, this submagma is a subsemigroup, and if the whole magma has a [[neutral element]], it has the same neutral element and becomes a [[monoid]].
# [[uses::Monoid where every element is right-invertible equals group]], which in turn uses [[uses::equality of left and right inverses in monoid]]


==Proof==
==Proof==


'''Given''': An algebra loop <math>(L,*)</math> with identity element <math>e</math>. <math>S</math> is the set of left-associative elements of <math>L</math>.
'''Given''': A loop <math>(L,*)</math> with identity element <math>e</math>. <math>S</math> is the set of left-associative elements of <math>L</math>.


'''To prove''': <math>S</math> is a subgroup of <math>L</math>.
'''To prove''': <math>S</math> is a subgroup of <math>L</math>. More explicitly, <math>(S,*)</math> is a [[group]] with identity element <math>e</math>.


'''Proof''': By fact (1), <math>S</math> is closed under <math>*</math>. Also, <math>e</math> is clearly in <math>S</math>. Since all elements of <math>S</math> are left-associative, <math>S</math> itself satisfies associativity, so <math>S</math> is a submonoid of <math>L</math>.
'''Proof''':  


We now show that if <math>a \in S</math>, and <math>b</math> is the right inverse of <math>a</math> in <math>L</math>, then <math>b \in S</math>. For any <math>c,d \in S</math>, we have:
{| class="sortable" border="1"
 
! Step no. !! Assertion/construction !! Facts used !! Given data used !! Previous steps used !! Explanation
<math>a * (b * (c * d)) = (a * b) * (c * d) = e * (c * d) = c * d</math>.
|-
 
| 1 || <math>(S,*)</math> is a monoid with identity element <math>e</math>. || Fact (1) || <math>(L,*)</math> has identity element <math>e</math> || || Follows directly from Fact (1).
Similarly, we have:
|-
 
| 2 || For any <math>a \in S</math>, there is a right inverse of <math>a</math> in <math>L</math>, i.e., an element <math>b \in L</math> such that <math>a * b = e</math>. || || <math>L</math> is a loop || ||
<math>a * ((b * c) * d) = (a * (b * c)) * d = ((a * b) * c) * d) = (e * c) * d = c * d</math>.
|-
 
| 3 || For any <math>a \in S</math>, the right inverse <math>b</math> constructed in Step (2) is in <math>S</math>. In other words, for any <math>c,d \in S</math>, we have <math>(b * c) *d = b * (c * d)</math>. || || <math>L</math> is a loop, so any equation <math>a * x = z</math> has a unique solution for <math>x</math>. || Step (2) || Using left-associativity of <math>a</math>, we get:<math>a * ((b * c) * d) = (a * (b * c)) * d = ((a * b) * c) * d) = (e * c) * d = c * d</math><br>Similarly, <math>a * (b * (c * d)) = (a * b) * (c * d) = e * (c * d) = c * d</math><br>Thus, we get: <math>a * (b * (c * d)) = a * ((b * c) * d) = c * d</math>.<br>Since the equation <math>a * x = c * d</math> has a unique solution, we get that <math>b * (c * d) = (b * c) * d</math>.
Thus, we get:
|-
 
| 4 || <math>(S,*)</math> is a monoid with identity element <math>e</math> in which every element has a right inverse. || || || Steps (1), (3) || Step-combination direct
<math>a * (b * (c * d)) = a * ((b * c) * d) = c * d</math>.
|-
 
| 5 || <math>(S,*)</math> is a group with identity element <math>e</math>, completing the proof. || Fact (2) || || Step (4) || Step-fact combination direct.
Since the equation <math>a * x = c * d</math> has a unique solution, we get that:
|}
 
<math>b * (c * d) = (b * c) * d</math>.
 
Thus, <math>b</math> is left-associative.
 
Thus, the right inverse of every element in <math>S</math> is in <math>S</math>. Thus, <math>S</math> is a monoid in which every element has a right inverse. We now want to show that every element has a two-sided inverse.
 
Suppose <math>a \in S</math> with right inverse <math>b</math>. <math>b</math> has right inverse <math>a'</math>. Then, by associativity in <math>S</math>, <math>a = a * e = a * (b * a') = (a * b) * a' = e * a' = a'</math>. Thus, <math>b</math> and <math>a</math> are two-sided inverses of each other, completing the proof.

Latest revision as of 20:17, 20 June 2012

Statement

Suppose is a loop. Then, the left nucleus of , i.e., the set of left-associative elements of , is nonempty and forms a subgroup of . This subgroup is sometimes termed the left kernel of or the left-associative center of .

Related facts

Facts used

  1. Left-associative elements of magma form submagma: Further, this submagma is a subsemigroup, and if the whole magma has a neutral element, it has the same neutral element and becomes a monoid.
  2. Monoid where every element is right-invertible equals group, which in turn uses equality of left and right inverses in monoid

Proof

Given: A loop with identity element . is the set of left-associative elements of .

To prove: is a subgroup of . More explicitly, is a group with identity element .

Proof:

Step no. Assertion/construction Facts used Given data used Previous steps used Explanation
1 is a monoid with identity element . Fact (1) has identity element Follows directly from Fact (1).
2 For any , there is a right inverse of in , i.e., an element such that . is a loop
3 For any , the right inverse constructed in Step (2) is in . In other words, for any , we have . is a loop, so any equation has a unique solution for . Step (2) Using left-associativity of , we get:
Similarly,
Thus, we get: .
Since the equation has a unique solution, we get that .
4 is a monoid with identity element in which every element has a right inverse. Steps (1), (3) Step-combination direct
5 is a group with identity element , completing the proof. Fact (2) Step (4) Step-fact combination direct.