theorem Th14:
  a,b ==> c,d implies a,c ==> b,d
proof
  assume a,b ==> c,d;
  then a + d = b + c by Th5;
  hence thesis by Th5;
end;
