2025-05-18

1123: Associativity for 3 Items Allows Any Association

<The previous article in this series | The table of contents of this series | The next article in this series>

description/proof of that associativity for 3 items allows any association

Topics


About: structure

The table of contents of this article


Starting Context



Target Context


  • The reader will have a description and a proof of the proposition that for any structure, the associativity for any 3 items allows any association.

Orientation


There is a list of definitions discussed so far in this site.

There is a list of propositions discussed so far in this site.


Main Body


1: Structured Description


Here is the rules of Structured Description.

Entities:
S: { the structures }
: { the operations of S}
//

Statements:
s1,s2,s3S((s1s2)s3=s1(s2s3))

s1...sn:=(...((s1s2)s3)...sn1)sn can be associated in any way
//


2: Note


Associativity is generally defined with respect to 3 items, which is being understood to allow any associativity. Let us confirm that that is indeed the case.


3: Proof


Whole Strategy: Step 1: for each 1jn1, associate sj and sj+1 1st; Step 2: conclude the proposition.

Step 1:

s1...sn:=(...(((...((s1s2)s3)...sj1)sj)sj+1)...sn1)sn.

Letting a:=(...((s1s2)s3)...sj1), it is (...((asj)sj+1)...sn1)sn.

Applying the associativity for 3 items to (asj)sj+1, =(...(a(sjsj+1))...sn1)sn=(...((...((s1s2)s3)...sj1)(sjsj+1))...sn1)sn.

So, any sj and sj+1 can be associated.

Step 2:

Letting b:=sjsj+1, it is (...((...((s1s2)s3)...sj1)b)...sn1)sn.

By Step 1, its any neighboring 2 items can be associated.

That is what it means by s1...sn "can be associated in any way".


References


<The previous article in this series | The table of contents of this series | The next article in this series>