Left-associative elements of magma form submagma: Difference between revisions
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 | 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 be a magma (a set with binary operation ). Call an element a left-associative element if the following holds:
Then:
- The set of left-associative elements of forms a submagma of .
- If contains a left neutral element , then is left-associative, and is a left neutral element for the submagma of left-associative elements.
- If contains a left nil , then is left-associative.
Related facts
- Middle-associative elements of magma form submagma
- Right-associative elements of magma form submagma
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 , two left-associative elements
To prove: is left-associative
Proof: We need to show that, for any , we have:
Let's do this. Start with the left side and proceed as follows:
Proof of (2)
Given: A magma with left neutral element .
To prove: is in the submagma of left-associative elements and is left neutral for the submagma.
Proof: For any , , so is left-associative. Since for all , for all left-associative elements in particular.
Proof of (3)
PLACEHOLDER FOR INFORMATION TO BE FILLED IN: [SHOW MORE]