theorem
  (a,a,a) --> (x,y,z) = a .--> z
  proof
    thus (a,a,a) --> (x,y,z) = (a,a) --> (y,z) by Th81
    .= a .--> z by Th81;
  end;
