Left-associative elements of magma form submagma: Difference between revisions

From Groupprops
No edit summary
No edit summary
Line 5: Line 5:
<math>a * (b * c) = (a * b) * c \ \forall \ b,c \in S</math>
<math>a * (b * c) = (a * b) * c \ \forall \ b,c \in S</math>


Then, the set of left-associative elements of <math>S</math> forms a submagma of <math>S</math>.
Then:
 
# The set of left-associative elements of <math>S</math> forms a submagma of <math>S</math>.
# If <math>S</math> contains a left [[neutral element]] <math>e</math>, then <math>e</math> is left-associative, and is a left neutral element for the submagma of left-associative elements.
# If <math>S</math> contains a left [[nil element|nil]] <math>n</math>, then <math>n</math> is left-associative.


==Related facts==
==Related facts==
Line 15: Line 19:


==Proof==
==Proof==
===Proof of (1)===


'''Given''': A magma <math>(S,*)</math>, two left-associative elements <math>a_1,a_2 \in S</math>
'''Given''': A magma <math>(S,*)</math>, two left-associative elements <math>a_1,a_2 \in S</math>
Line 27: Line 33:


<math>(a_1 * a_2) * (b * c) = a_1 * (a_2 * (b * c)) = a_1 * ((a_2 * b) * c) = (a_1 * (a_2 * b)) * c = ((a_1 * a_2) * b) * c</math>
<math>(a_1 * a_2) * (b * c) = a_1 * (a_2 * (b * c)) = a_1 * ((a_2 * b) * c) = (a_1 * (a_2 * b)) * c = ((a_1 * a_2) * b) * c</math>
===Proof of (2)===
'''Given''': A magma <math>(S,*)</math> with left neutral element <math>e</math>.
'''To prove''': <math>e</math> is in the submagma of left-associative elements and is left neutral for the submagma.
'''Proof''': For any <math>b,c \in S</math>, <math>e * (b * c) = b * c = (e * b) * c</math>, so <math>e</math> is left-associative. Since <math>e * b = b</math> for all <math>b \in S</math>, <math>e * b = b</math> for all left-associative elements in particular.
===Proof of (3)===
{{fillin}}

Revision as of 18:36, 27 June 2009

Statement

Let (S,*) be a magma (a set S with binary operation *). Call an element aS a left-associative element if the following holds:

a*(b*c)=(a*b)*cb,cS

Then:

  1. The set of left-associative elements of S forms a submagma of S.
  2. If S contains a left neutral element e, then e is left-associative, and is a left neutral element for the submagma of left-associative elements.
  3. If S contains a left nil n, then n is left-associative.

Related facts

All these proofs make crucial use of the associativity pentagon: the pentagon describing the relation between the five different ways of associating a product of length four.

Proof

Proof of (1)

Given: A magma (S,*), two left-associative elements a1,a2S

To prove: a1*a2 is left-associative

Proof: We need to show that, for any b,cS, we have:

(a1*a2)*(b*c)=((a1*a2)*b)*c

Let's do this. Start with the left side and proceed as follows:

(a1*a2)*(b*c)=a1*(a2*(b*c))=a1*((a2*b)*c)=(a1*(a2*b))*c=((a1*a2)*b)*c

Proof of (2)

Given: A magma (S,*) with left neutral element e.

To prove: e is in the submagma of left-associative elements and is left neutral for the submagma.

Proof: For any b,cS, e*(b*c)=b*c=(e*b)*c, so e is left-associative. Since e*b=b for all bS, e*b=b for all left-associative elements in particular.

Proof of (3)

PLACEHOLDER FOR INFORMATION TO BE FILLED IN: [SHOW MORE]