HomeHome Metamath Proof Explorer < Previous   Next >
Related theorems
Unicode version

Definition df-ass 10360
Description: A device to add associativity to various sorts of internal operations. The definition is meaningful when g is a magma at least.
Assertion
Ref Expression
df-ass |- Ass = {g | A.x e. dom dom gA.y e. dom dom gA.z e. dom dom g((xgy)gz) = (xg(ygz))}
Distinct variable group:   x,g,y,z

Detailed syntax breakdown of Definition df-ass
StepHypRef Expression
1 cass 10359 . 2 class Ass
2 vx . . . . . . . . . 10 set x
32cv 1297 . . . . . . . . 9 class x
4 vy . . . . . . . . . 10 set y
54cv 1297 . . . . . . . . 9 class y
6 vg . . . . . . . . . 10 set g
76cv 1297 . . . . . . . . 9 class g
83, 5, 7co 4884 . . . . . . . 8 class (xgy)
9 vz . . . . . . . . 9 set z
109cv 1297 . . . . . . . 8 class z
118, 10, 7co 4884 . . . . . . 7 class ((xgy)gz)
125, 10, 7co 4884 . . . . . . . 8 class (ygz)
133, 12, 7co 4884 . . . . . . 7 class (xg(ygz))
1411, 13wceq 1298 . . . . . 6 wff ((xgy)gz) = (xg(ygz))
157cdm 3986 . . . . . . 7 class dom g
1615cdm 3986 . . . . . 6 class dom dom g
1714, 9, 16wral 2105 . . . . 5 wff A.z e. dom dom g((xgy)gz) = (xg(ygz))
1817, 4, 16wral 2105 . . . 4 wff A.y e. dom dom gA.z e. dom dom g((xgy)gz) = (xg(ygz))
1918, 2, 16wral 2105 . . 3 wff A.x e. dom dom gA.y e. dom dom gA.z e. dom dom g((xgy)gz) = (xg(ygz))
2019, 6cab 1871 . 2 class {g | A.x e. dom dom gA.y e. dom dom gA.z e. dom dom g((xgy)gz) = (xg(ygz))}
211, 20wceq 1298 1 wff Ass = {g | A.x e. dom dom gA.y e. dom dom gA.z e. dom dom g((xgy)gz) = (xg(ygz))}
Colors of variables: wff set class
This definition is referenced by:  isass 10363
Copyright terms: Public domain