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

From Groupprops
No edit summary
Line 2: Line 2:
[[fact about::associative binary operation| ]]
[[fact about::associative binary operation| ]]


Let <math>(S,*)</math> be a [[magma]] (a set <math>S</math> with binary operation <math>*</math>). Call an element <math>a \in S</math> a '''left-associative element''' if the following holds:
Let <math>(S,*)</math> be a [[magma]] (a set <math>S</math> with binary operation <math>*</math>). Call an element <math>a \in S</math> a '''left-associative element''' (or '''left nuclear element''') if the following holds:


<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>
Line 8: Line 8:
Then:
Then:


# The set of left-associative elements of <math>S</math> forms a submagma of <math>S</math>. Further, this submagma is a semigroup, since it is associative.
# The set of left-associative elements of <math>S</math> forms a submagma of <math>S</math>. Further, this submagma is a semigroup, since it is associative. This submagma is termed the [[fact about::left nucleus]] of the magma.
# 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 [[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.
# If <math>S</math> contains a left [[nil element|nil]] <math>n</math>, then <math>n</math> is left-associative.

Revision as of 17:14, 5 March 2010

Statement

Let (S,*) be a magma (a set S with binary operation *). Call an element aS a left-associative element (or left nuclear 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. Further, this submagma is a semigroup, since it is associative. This submagma is termed the Left nucleus (?) of the magma.
  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

Associativity in other positions

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.

Other algebraic structures

Proof

Proof idea

The idea behind the proof is the associativity pentagon, which states that the five different ways of parenthesizing an expression of length four form a cyclic pentagon, with each expression related to exactly two others via a single application of the associativity law. In order to move along one edge of the pentagon, we instead move along the path comprising the remaining four edges, and use the fact that each step there is allowed because one of a1 and a2 is the left term in each of the applications of the law.

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)

Given: A magma (S,*) with left nil n.

To prove: n is in the submagma of left-associative elements and is a left nil for that submagma.

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