theorem :: PETERSON:12
for Values being Values_with_Bool
for DS being DistributedSysWithSharedMem of Values
for e1, e2, e3 being Event of DS st e1 << e2 & e2 << e3 holds
e1 << e3 by thEvTrans;