theorem Th6: :: right-self-distributivity
  a@(b@c) = (a@b)@(a@c)
proof
  a@(b@c) = (a@a)@(b@c) by Def3
    .= (a@b)@(a@c) by Def3;
  hence thesis;
end;
