theorem Th5:
  (a@b)@c = (a@c)@(b@c)
proof
  (a@b)@c = (a@b)@(c@c) by Def3
    .= (a@c)@(b@c) by Def3;
  hence thesis;
end;
